1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 07:11:31 +02:00
Commit Graph

3409 Commits

Author SHA1 Message Date
Toby Zerner
b2e21f1dfc Use new composer method 2016-03-07 22:22:06 +10:30
Toby Zerner
87c98b49e7 Remove old file 2016-03-07 22:21:36 +10:30
Sajjad Hasehmian
6f39123bad Check access before send Mention notification 2016-03-04 13:53:15 +03:30
Franz Liedke
3a2699a7bf Use new shortcuts for migrations 2016-03-04 01:12:58 +09:00
Franz Liedke
bd6ef05bb1 Use new shortcuts for migrations 2016-03-04 01:12:47 +09:00
Franz Liedke
da664d1624 Use new shortcuts for migrations 2016-03-04 01:12:30 +09:00
Franz Liedke
ec3db146fc Use new shortcuts for migrations 2016-03-04 01:12:03 +09:00
Franz Liedke
f529f24aec Use new shortcuts for migrations 2016-03-04 01:11:49 +09:00
Franz Liedke
af76eff949 Use new shortcuts for migrations 2016-03-04 01:11:39 +09:00
Franz Liedke
badd2abff4 Use new shortcuts for migrations 2016-03-04 01:11:25 +09:00
Franz Liedke
69ab036bb8 Use new shortcuts for migrations 2016-03-04 01:10:42 +09:00
Franz Liedke
bba105748b Use new shortcuts for migrations 2016-03-04 01:10:25 +09:00
wackyMole
2e96249a66 Add more BBCode tags 2016-03-02 23:22:09 -05:00
Toby Zerner
d5f3987cf7 Fix warning when deleting discussion forever
Related to flarum/core#842
2016-03-03 12:53:31 +10:30
Toby Zerner
287bdf10dd Allow child tags in tile to wrap. fixes flarum/core#613 2016-03-01 16:46:14 +10:30
Franz Liedke
d240d4c0ff Use new shortcuts for migrations 2016-02-29 23:43:24 +09:00
Toby Zerner
ec0054cace Prevent tags from overlapping discussion titles
This gives the tag labels a max-width in the discussion list, and overflows them with a gradient to transparency. (Unfortunately this only works in WebKit for now.) When hovering over them, they slide out to show more.

Fixes flarum/core#702
2016-02-29 19:00:38 +10:30
Toby Zerner
3b6fc53f91 Update MergeableInterface method arguments 2016-02-29 18:54:25 +10:30
Toby Zerner
8d75ab308c Update MergeableInterface method arguments 2016-02-29 18:54:11 +10:30
Toby Zerner
c6f0fc0985 Update MergeableInterface method arguments 2016-02-29 18:50:54 +10:30
Toby Zerner
577e51f7ad Only grant a permission for a sub-tag if that permission is granted for its parent too
Previously if a parent tag was restricted but none of its sub-tags were, the sub-tags would be visible and the parent tag would be loaded in the tag list as a result. This adds permission logic so that sub-tags automatically assume the permissions of their parent as a minimum.

Fixes flarum/core#833
2016-02-27 18:06:59 +10:30
Toby Zerner
746ecac10a Applied fixes from StyleCI 2016-02-25 22:58:13 -05:00
Toby Zerner
9455ca16d1 Applied fixes from StyleCI 2016-02-25 22:57:42 -05:00
Toby Zerner
d9013ae1da Applied fixes from StyleCI 2016-02-25 22:57:22 -05:00
Toby Zerner
b59268b856 Applied fixes from StyleCI 2016-02-25 22:56:55 -05:00
Toby Zerner
478450b2ea Applied fixes from StyleCI 2016-02-25 22:56:35 -05:00
Toby Zerner
47ec802166 Applied fixes from StyleCI 2016-02-25 22:56:19 -05:00
Toby Zerner
24998653ff Applied fixes from StyleCI 2016-02-25 22:55:49 -05:00
Toby Zerner
869277cb10 Applied fixes from StyleCI 2016-02-25 22:54:28 -05:00
Toby Zerner
7038737236 Applied fixes from StyleCI 2016-02-25 22:51:15 -05:00
Toby Zerner
3e01c2fee9 Applied fixes from StyleCI 2016-02-25 22:51:14 -05:00
Toby Zerner
bc1d5f9a7a Applied fixes from StyleCI 2016-02-25 22:51:10 -05:00
Toby Zerner
41952d54fd Applied fixes from StyleCI 2016-02-25 22:51:09 -05:00
Toby Zerner
a70e9621aa Applied fixes from StyleCI 2016-02-25 22:51:02 -05:00
Toby Zerner
5039e30d99 Add StyleCI config 2016-02-26 14:03:08 +10:30
Toby Zerner
a16b531fbc Add StyleCI config 2016-02-26 14:03:03 +10:30
Toby Zerner
155474d275 Add StyleCI config 2016-02-26 14:02:57 +10:30
Toby Zerner
648cad1a38 Add StyleCI config 2016-02-26 14:02:50 +10:30
Toby Zerner
8dcb680576 Add StyleCI config 2016-02-26 14:02:44 +10:30
Toby Zerner
331a48be66 Add StyleCI config 2016-02-26 14:02:36 +10:30
Toby Zerner
21c4fff41c Add StyleCI config 2016-02-26 14:02:29 +10:30
Toby Zerner
aab6d5bda7 Add StyleCI config 2016-02-26 14:02:21 +10:30
Toby Zerner
048bc884ff Add StyleCI config 2016-02-26 14:02:14 +10:30
Toby Zerner
b54d8713b4 Add StyleCI config 2016-02-26 14:02:07 +10:30
Toby Zerner
d3018a1fc3 Add StyleCI config 2016-02-26 14:01:58 +10:30
Toby Zerner
98e7878539 Add StyleCI config 2016-02-26 14:01:52 +10:30
Toby Zerner
c86ac304b4 Add StyleCI config 2016-02-26 14:01:42 +10:30
Toby Zerner
601169e6e9 Add StyleCI config 2016-02-26 14:01:11 +10:30
Toby Zerner
bac0b84b88 Add validation message for username regex rule
See flarum/core@445517ee84
2016-02-26 14:00:03 +10:30
Toby Zerner
32625c258f Applied fixes from StyleCI 2016-02-25 22:19:12 -05:00