1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 16:43:21 +02:00
Commit Graph

3409 Commits

Author SHA1 Message Date
Franz Liedke
3656072ff4 Use Formatter extender to avoid resolving the UrlGenerator too early
Refs flarum/core#1578.
Fixes flarum/core#1703.
2018-12-15 12:06:58 +01:00
Miles Cellar
6124f3d180 Add language entry for starts_with rule and date_equals validation message
These are commits from Laravel:
5052ab1fd7 (diff-9c04f727a922ad4f105b9ad764ec221d)
78cb2685aa (diff-9c04f727a922ad4f105b9ad764ec221d)
2018-12-15 11:37:27 +01:00
Franz Liedke
875daf3ce2 Rely on TextFormatter to unparse the post content
Refs flarum/core#920.
Possibly fixing flarum/core#537.
2018-12-11 22:56:16 +01:00
Franz Liedke
ef11e87119 Rely on TextFormatter to unparse the post content
Fixes flarum/core#920.
2018-12-11 22:28:26 +01:00
Toby Zerner
ffc78a0218 Add changelog 2018-12-07 09:12:57 +10:30
Toby Zerner
6ac090c0cb Add changelog 2018-12-07 09:12:50 +10:30
Toby Zerner
4ce3348e1e Add changelog 2018-12-07 09:12:41 +10:30
Toby Zerner
bdf94f9218 Add changelog 2018-12-07 09:12:34 +10:30
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
flarum-bot
7492d7e610 Bundled output for commit f1beefc939 [skip ci] 2018-12-03 23:53:24 +00:00
flarum-bot
bd46f533a3 Bundled output for commit afd6e5a291 [skip ci] 2018-12-03 23:52:29 +00:00
flarum-bot
bea2bc2869 Bundled output for commit ab30e484c1 [skip ci] 2018-12-03 23:51:00 +00:00
flarum-bot
d963704249 Bundled output for commit 8632dd31e5 [skip ci] 2018-12-03 23:48:22 +00:00
Toby Zerner
7ae9b1263b Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
9bdc10a09a Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
6b705793eb Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
9302014dfa Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
df42580f7e Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
85ea9851d4 Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
6d554ad499 Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
6ccb297af4 Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
f1beefc939 Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
afd6e5a291 Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
ab30e484c1 Fix travis builds 2018-12-04 10:16:33 +10:30
Toby Zerner
e6213d517e Fix travis builds 2018-12-04 10:16:32 +10:30
Toby Zerner
8632dd31e5 Fix travis builds 2018-12-04 10:16:32 +10:30
flarum-bot
ce1f81a460 Bundled output for commit 87ed42157f [skip ci] 2018-12-03 23:43:48 +00:00
Toby Zerner
87ed42157f Fix travis builds 2018-12-04 10:11:51 +10:30
Toby Zerner
bdda467ae1 Prevent crash if likes relationship hasn't been loaded
This could theoretically happen if a post is loaded in some other context
(without its likes relationship) and overwrites the full version in the
store. While this should ideally never happen, it's better to fail
gracefully if it does.

Fixes flarum/core#1665
2018-12-04 09:23:11 +10:30
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