Toby Zerner
b8661a166f
Update old attribute names. fixes flarum/core#1666
2018-12-04 09:18:01 +10:30
Toby Zerner
72ba762fed
Truncate notification excerpts
2018-12-03 09:37:14 +10:30
Toby Zerner
e2bb04ce34
Truncate notification excerpts
2018-12-03 09:37:01 +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
Franz Liedke
731da10088
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:04:44 +01:00
Franz Liedke
732432d00b
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:04:26 +01:00
Franz Liedke
ae3d1f5f5f
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:04:12 +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
d497e65d21
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:34:00 +10:30
Toby Zerner
147fc1a65e
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:33:45 +10:30
Toby Zerner
ba84633d45
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:33:38 +10:30
Toby Zerner
a54f1e2bc5
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:33:32 +10:30
Toby Zerner
2722a0f2c5
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:33:21 +10:30
Franz Liedke
fcff84fd96
Adopt latest frontend/assets refactoring
2018-11-22 21:59:37 +01:00
Toby Zerner
92b89532ec
Add translations for new admin tools button
2018-11-22 16:32:09 +10:30
Toby Zerner
f25cc57f95
Remove unused view code
2018-11-22 12:13:41 +10:30
Toby Zerner
54e12c8acc
LESS variables and mixins are now included by default
2018-11-22 12:13:41 +10:30
Toby Zerner
b678ace1eb
Make npm package private, update deps, change watch
to dev
2018-11-22 12:13:41 +10:30
Toby Zerner
d748d8739d
Update for beta 8
2018-11-22 12:13:41 +10:30
Toby Zerner
a70dbf0b46
Make npm package private, update deps, change watch
to dev
2018-11-22 07:10:31 +10:30
Toby Zerner
589b27bb7d
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-22 07:09:18 +10:30
Toby Zerner
11bc314177
Remove copyright year from LICENSE
2018-11-22 07:08:59 +10:30
Toby Zerner
f6f604b0d9
Fix new post notifications not being sent
...
It seems that c7aeef19ea
actually caused
a regression. With the order of execution of extensions, this event
listener was always being executed before the discussion metadata
was updated, and the listener priority was not actually necessary.
Fixes flarum/core#1646
2018-11-21 22:04:52 +10:30
Toby Zerner
736bf0e75d
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:15 +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
Toby Zerner
73b09c8161
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
67f45c265d
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
8d1b93fe41
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
3e6fb78c1e
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
97c1472786
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
814a47c00f
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
5c431b79b1
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
aa00a2d51b
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
60e80d45ca
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
Toby Zerner
264c730d0d
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
flarum-bot
b8aebc50ca
Bundled output for commit 5e77878a2f
[skip ci]
2018-11-21 08:24:30 +00:00
flarum-bot
746e5cac50
Bundled output for commit 5aed022630
[skip ci]
2018-11-21 08:24:23 +00:00
flarum-bot
9d2e4e8ed6
Bundled output for commit 7ccfc409de
[skip ci]
2018-11-21 08:23:50 +00:00
flarum-bot
6153f5acca
Bundled output for commit af8e6daf02
[skip ci]
2018-11-21 08:23:20 +00:00
flarum-bot
4f190d6b74
Bundled output for commit 2786476ab1
[skip ci]
2018-11-21 08:23:18 +00:00
flarum-bot
6fb378cf98
Bundled output for commit b04eb88fa5
[skip ci]
2018-11-21 08:22:38 +00:00
flarum-bot
b8dc63ba07
Bundled output for commit 8b54e4695d
[skip ci]
2018-11-21 08:21:29 +00:00
flarum-bot
3565f6b8a4
Bundled output for commit 1cce9b251a
[skip ci]
2018-11-21 08:21:06 +00:00
flarum-bot
a9d5bc5384
Bundled output for commit ee8daf08cc
[skip ci]
2018-11-21 08:20:45 +00:00
flarum-bot
bd0e815c32
Bundled output for commit 4f79706eaf
[skip ci]
2018-11-21 08:20:13 +00:00
flarum-bot
58e29a6eff
Bundled output for commit 547d9f9971
[skip ci]
2018-11-21 08:19:29 +00:00
flarum-bot
d9c8202ff9
Bundled output for commit f8c2497ab7
[skip ci]
2018-11-21 08:18:02 +00:00
Toby Zerner
5e77878a2f
Make npm package private, update deps, change watch
to dev
2018-11-21 18:46:21 +10:30
Toby Zerner
5aed022630
Make npm package private, update deps, change watch
to dev
2018-11-21 18:46:13 +10:30
Toby Zerner
7ccfc409de
Make npm package private, update deps, change watch
to dev
2018-11-21 18:46:05 +10:30