1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00
Commit Graph

8592 Commits

Author SHA1 Message Date
Toby Zerner
8ebe83d006 Rename bootstrap.php 2018-09-21 11:46:37 +09:30
Toby Zerner
eb06f9d58c Rename bootstrap.php 2018-09-21 11:45:18 +09:30
Toby Zerner
de3401436b Rename bootstrap.php 2018-09-21 11:45:06 +09:30
Toby Zerner
a58c8cd998 Rename bootstrap.php 2018-09-21 11:44:33 +09:30
Toby Zerner
ec0bd3f206 Rename bootstrap.php 2018-09-21 11:44:32 +09:30
Toby Zerner
0944d34cc3 Rename bootstrap.php 2018-09-21 11:44:32 +09:30
Toby Zerner
2931dc4b52 Rename bootstrap.php 2018-09-21 11:44:32 +09:30
flarum-bot
11c581d3f7 Bundled output for commit 8d67e6dcf5 [skip ci] 2018-09-21 02:12:33 +00:00
Toby Zerner
8d67e6dcf5 Fix live preview 2018-09-21 11:41:32 +09:30
flarum-bot
fc440380d6 Bundled output for commit 354babdc2e [skip ci] 2018-09-21 02:09:25 +00:00
Toby Zerner
354babdc2e Fix installation command 2018-09-21 11:32:46 +09:30
flarum-bot
78050e8c4e Bundled output for commit 061a6cdafa [skip ci] 2018-09-21 01:59:11 +00:00
flarum-bot
58612392fd Bundled output for commit e038aebfa0 [skip ci] 2018-09-21 01:58:54 +00:00
Toby Zerner
061a6cdafa Remove notification pluralization logic
Since we don't return an "unread count" in the API, this pluralization
logic is useless at the moment. Related to #643 and #716 but really
needs further thought in #868.
2018-09-21 11:28:11 +09:30
Toby Zerner
e038aebfa0 Remove notification pluralization logic
Since we don't return an "unread count" in the API, this pluralization
logic is useless at the moment. Related to #643 and #716 but really
needs further thought in #868.
2018-09-21 11:27:45 +09:30
Toby Zerner
288266d85a Update TextFormatter deprecated API 2018-09-21 11:23:24 +09:30
Toby Zerner
aab06e0741 Live output of migrator notes 2018-09-21 11:22:51 +09:30
Toby Zerner
2d3f1d9f5c Fix notifications crash
When loading notifications, $this->type was null and thus array_get
was returning an array instead of null. I assume this issue was
introduced in a Laravel version upgrade? Anyway, this fixes it.
2018-09-21 11:22:26 +09:30
Toby Zerner
1114de5338 Fix group badge misalignment if there is no group icon 2018-09-21 11:20:54 +09:30
Toby Zerner
3a7f88b74c Use default system font instead of Open Sans 2018-09-21 11:20:17 +09:30
Toby Zerner
4690812402 Add "tiny" preset for LoadingIndicator
This is used in various places but had not been added since presets were
removed from Spin.js in a recent version upgrade.
2018-09-21 11:19:32 +09:30
Toby Zerner
c27c968837 Fix regression introduced by #1543
The Page component's config method wasn't being called, therefore the
bodyClass would not be applied.
2018-09-21 11:17:54 +09:30
flarum-bot
d21f4c9a44 Bundled output for commit 5ce9bc28fc [skip ci] 2018-09-21 01:04:27 +00:00
flarum-bot
b6715fb21c Bundled output for commit 2b5cf3a021 [skip ci] 2018-09-21 01:04:13 +00:00
flarum-bot
3968c2fa4c Bundled output for commit a58e603728 [skip ci] 2018-09-21 01:03:43 +00:00
flarum-bot
f7df6b7d58 Bundled output for commit dffcb660aa [skip ci] 2018-09-21 01:03:27 +00:00
flarum-bot
af85aa28b2 Bundled output for commit a8b0ef46a6 [skip ci] 2018-09-21 01:03:10 +00:00
flarum-bot
2539f4aec7 Bundled output for commit 9caf5108c3 [skip ci] 2018-09-21 01:02:34 +00:00
flarum-bot
771983f6a2 Bundled output for commit 947378fa61 [skip ci] 2018-09-21 01:02:19 +00:00
flarum-bot
680c5c3784 Bundled output for commit 8bf2ff4464 [skip ci] 2018-09-21 01:02:07 +00:00
flarum-bot
29ac4a9286 Bundled output for commit b67c222dbd [skip ci] 2018-09-21 01:00:24 +00:00
flarum-bot
588d06d8cc Bundled output for commit 4ea0392811 [skip ci] 2018-09-21 01:00:11 +00:00
Toby Zerner
5ce9bc28fc Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
2b5cf3a021 Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
a58e603728 Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
dffcb660aa Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
a8b0ef46a6 Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
9caf5108c3 Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
947378fa61 Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
8bf2ff4464 Update dependencies 2018-09-21 10:25:47 +09:30
Toby Zerner
b67c222dbd Update dependencies 2018-09-21 10:25:46 +09:30
Toby Zerner
4ea0392811 Update dependencies 2018-09-21 10:25:46 +09:30
flarum-bot
ffdce4e920 Bundled output for commit 2265a5dca5 [skip ci] 2018-09-21 00:46:24 +00:00
Toby Zerner
2265a5dca5 Update dependencies 2018-09-21 10:15:19 +09:30
flarum-bot
49c87caa16 Bundled output for commit a3e1dcc910 [skip ci] 2018-09-21 00:45:09 +00:00
Toby Zerner
a3e1dcc910 Update dependencies 2018-09-21 10:14:04 +09:30
Toby Zerner
52b5bdcf4e Revert "Frontend extender: Remove route registration"
This reverts commit df6f10da20.
2018-09-21 09:05:45 +09:30
Toby Zerner
5d44b6f259 Use container events as an alternative to the ConfigureMiddleware event (#1462)
By moving the DispatchRoute middleware into an `afterResolving`
callback, this will allow a new Middleware extender to add a `resolving`
callback to the appropriate container binding, removing the need for the
ConfigureMiddleware event.

The ConfigureMiddleware event has been deprecated and should be removed
in beta 9.
2018-09-16 21:21:13 +02:00
Franz Liedke
aae8aa4a51 Travis: Add table prefix to build matrix (#1568)
Fixes #1564.
2018-09-16 20:59:40 +02:00
flarum-bot
05814dfe12 Bundled output for commit 1b3a432c41 [skip ci] 2018-09-16 18:58:11 +00:00