Franz Liedke
b966918fab
Update Webpack
2020-01-10 10:31:17 +01:00
Franz Liedke
1782e19b57
Apply fixes from StyleCI
2020-01-07 23:47:56 +00:00
Matt Kilgore
a539eb9355
Change Zend to Laminas ( #71 )
2020-01-08 00:47:46 +01:00
Franz Liedke
fc787924de
Apply fixes from StyleCI
2019-11-29 23:02:40 +00:00
Franz Liedke
4e2dffb2fb
Update copyright claims in LICENSE
2019-11-30 00:01:04 +01:00
Daniel Klabbers
c730578a76
v0.1.0-beta.11 changelog
2019-11-26 16:31:25 +01:00
Daniël Klabbers
766c925115
cleaned up the Tag model and obsoleted/unused property
2019-10-07 14:16:10 +02:00
flarum-bot
072a60cef7
Bundled output for commit e59c54eae0
[skip ci]
2019-10-02 00:04:03 +00:00
David Sevilla Martín
e59c54eae0
Fix tag change event posts with deleted tags erroring ( #66 )
...
Fixes #1864
2019-10-02 02:02:45 +02:00
Daniël Klabbers
7832c7c48c
updated requirement with flarum/core
2019-09-16 09:30:46 +02:00
Franz Liedke
b270f80df8
Update changelog for beta.10
2019-09-15 22:43:23 +02:00
Franz Liedke
12c73c048d
Update vulnerable JS dependencies
2019-09-13 15:27:47 +02:00
David Sevilla Martín
ebf8345dba
Add view & frontend documents for tags & tag discussion list ( #64 )
...
Refs flarum/core#1820 .
Fixes flarum/core#1134 .
2019-09-10 20:34:07 +02:00
Daniël Klabbers
d403bedab3
fix phpdoc for marked_as_read_at which was migrated
2019-08-27 13:35:28 +02:00
Franz Liedke
a330d07dfe
Add GitHub workflow for JavaScript building
2019-08-20 23:54:27 +02:00
flarum-bot
d43e071a99
Bundled output for commit 8ef1d3bdea
[skip ci]
2019-07-07 15:24:34 +00:00
David Sevilla Martín
8ef1d3bdea
Fix default value for useColor overriding falsy values ( #63 )
...
This would make the 'useColor' setting irrelevant as it would always be true.
Error is noticeable in the discussion list when the icons are the same color as the tag background
2019-07-07 17:23:22 +02:00
flarum-bot
7dd69e119e
Bundled output for commit cca3486a68
[skip ci]
2019-07-01 19:18:09 +00:00
Franz Liedke
cca3486a68
Use a positive setting name to avoid double negatives
2019-07-01 21:15:00 +02:00
Daniël Klabbers
e48b392122
Update composer.json
...
updated constraint for beta 9
2019-06-25 00:03:35 +02:00
Daniël Klabbers
f03d34d16b
Merge branch 'master' of github.com:flarum/tags
2019-06-24 13:35:08 +02:00
Daniël Klabbers
c37e38363e
changelog for 0.1.0-beta.9
2019-06-24 13:34:38 +02:00
flarum-bot
04e82ffb5b
Bundled output for commit 8a193d7c86
[skip ci]
2019-06-24 09:19:09 +00:00
Daniël Klabbers
8a193d7c86
updated changelog
2019-06-24 11:17:42 +02:00
Daniël Klabbers
b895659556
Updated edit tag modal to use appropriate lang-english keys
2019-06-24 11:17:30 +02:00
Daniël Klabbers
85158dc34f
Merge pull request #58 from datitisev/1232-tag-exclusion-subscription
...
Do not hide tags from Following (subscriptions)
2019-06-24 11:06:30 +02:00
flarum-bot
a446082da7
Bundled output for commit bb2f691e75
[skip ci]
2019-06-24 09:02:40 +00:00
Daniël Klabbers
bb2f691e75
Merge pull request #60 from NomisCZ/master
...
Add custom icon functionality
2019-06-24 11:01:25 +02:00
Franz Liedke
49b71511d3
Apply fixes from StyleCI
2019-06-12 23:33:41 +00:00
Franz Liedke
a1c18b4e0f
Update changelog
2019-06-13 01:32:33 +02:00
NomisCZ
812b1f5c1b
Merge branch 'master' of https://github.com/flarum/tags
2019-06-04 20:50:59 +02:00
NomisCZ
11fae08b50
Add custom icon functionality
...
Add database 'icon' column
Add admin modal icon field
Add icon render to TagHero, tagLabel
Change tagIcon helper functionality
2019-06-04 20:49:16 +02:00
Thomas Lang
0536d10739
if a tag does not exist, we dont want the query to crash ( #61 )
...
* if a tag does not exist, we dont want the query to crash
* incorrect solution
Revert "if a tag does not exist, we dont want the query to crash"
This reverts commit 6680e5a6e838ff9f53d338581d655671597b7bc5.
* repaired getIdForSlug function to return int or null
* changed where, removed isempty not needed
2019-06-03 12:00:23 +02:00
flarum-bot
554e906c2b
Bundled output for commit c65aa52726
[skip ci]
2019-06-03 09:48:09 +00:00
David Sevilla Martín
c65aa52726
Update code to work with latest html5sortable ( #62 )
...
* Update code to work with latest html5sortable (0.9.16)
* Move forEach function callback to constant variable
* Extract inline function into method
2019-06-03 11:46:48 +02:00
Franz Liedke
6d0de4b29c
Update changelog
2019-02-15 00:30:04 +01:00
flarum-bot
20f6c33113
Bundled output for commit 06b2968636
[skip ci]
2019-02-13 19:09:47 +00:00
Franz Liedke
06b2968636
Update JS dependencies to fix vulnerable packages
2019-02-13 20:08:05 +01:00
Daniël Klabbers
c18731953d
revert the fix index names logic, preparing for illuminate 5.7
2019-01-15 21:00:38 +01:00
Franz Liedke
d4783f4ac5
Get rid of event subscribers that resolve services too early, part 1
...
Refs flarum/core#1578 .
2018-12-16 15:14:00 +01:00
Toby Zerner
85bc128e4f
Add changelog
2018-12-07 09:12:19 +10:30
Franz Liedke
c7c4046d03
Revert "Explicitly create tags table with InnoDB engine"
...
This reverts commit b8b72e51af
.
2018-12-06 00:34:15 +01:00
Toby Zerner
1b78395d9a
Include full last discussion info
...
Fixes flarum/core#1662
2018-12-05 09:05:07 +10:30
Franz Liedke
b8b72e51af
Explicitly create tags table with InnoDB engine
...
Refs flarum/core#1675 .
2018-12-04 10:20:22 +01:00
Toby Zerner
6ccb297af4
Fix travis builds
2018-12-04 10:16:33 +10:30
Franz Liedke
e2004c2dcb
Migrations: Fix dropping foreign keys
...
Passing an array to dropForeign does not mean dropping multiple indices,
but rather dropping a key on multiple tables.
Passing a string means that this string will be interpreted as index
name, not as name of the indexed column. Passing an array with one
string is therefore correct, in order to benefit from automatic index
name generation.
2018-11-30 14:05:04 +01:00
Toby Zerner
d08bb264b4
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:34:26 +10:30
Toby Zerner
4483b7fee7
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:15 +10:30
flarum-bot
b8aebc50ca
Bundled output for commit 5e77878a2f
[skip ci]
2018-11-21 08:24:30 +00:00
Toby Zerner
5e77878a2f
Make npm package private, update deps, change watch
to dev
2018-11-21 18:46:21 +10:30