Toby Zerner
d7058e500a
Commit latest dist files
...
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:53:05 +10:30
Toby Zerner
a5a7cfee9d
Commit latest dist files
...
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:52:55 +10:30
Toby Zerner
83ed64bb3b
Commit latest dist files
...
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:52:18 +10:30
Toby Zerner
d9eb2b8e02
Commit latest dist files
...
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:52:10 +10:30
Toby Zerner
4b080d49af
Commit latest dist files
...
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:52:01 +10:30
Toby Zerner
1d23fb35a5
Merge pull request #63 from dcsjapan/ext-instructions
...
Add translations for the Add Extension modal
2016-01-19 12:20:56 +10:30
Toby Zerner
95896178f5
Merge pull request #752 from dcsjapan/ext-instructions
...
Extract translations for the Add Extension modal
2016-01-19 12:20:54 +10:30
dcsjapan
ec5802a4d8
Add translations for the Add Extension modal
...
- Adds three translations for this placeholder dialog.
- Updates the instructions to mention Composer.
- Supports
2016-01-19 10:19:50 +09:00
dcsjapan
d68c9c86e3
Extract translations for the Add Extension modal
...
- Extracts three translations for this placeholder dialog.
- Adds a forum link to one of the translations.
2016-01-19 10:16:07 +09:00
Toby Zerner
ae0a510b1f
Remove hack to make tag permissions work
...
Since we now grant these global permissions if the user has the respective permission for any individual tags.
2016-01-16 14:07:13 +10:30
Toby Zerner
d1ce9b1fd0
Grant global discussion permissions so that unrestricted tag permissions work
...
Say you have limited viewing/starting discussions globally to admins, and then have a single tag which allows everyone to view/start discussions. Previously this wouldn't work as expected because the non-admin would be stopped because when the core command checks for the global permission.
2016-01-16 14:06:00 +10:30
Toby Zerner
bff128c9fd
Merge branch 'master' of https://github.com/flarum/core
2016-01-16 13:57:17 +10:30
Toby Zerner
883feb5b69
Check permission through the gate rather than directly on the actor
2016-01-16 13:57:05 +10:30
Toby Zerner
f55aa4502c
Give GetPermission event priority when determining permissions
2016-01-16 13:56:37 +10:30
JoshyPHP
028d538008
Added support for new minifiers
2016-01-15 16:59:56 +01:00
Franz Liedke
98e3551ff2
Merge pull request #720 from Albert221/permission-denied-fix
...
#719 Fixed PermissionDeniedException
2016-01-13 12:31:38 +01:00
Toby Zerner
25a1dea3c1
Merge pull request #62 from maelsoucaze/sorting
...
Sort alphabetically mark_all_as_read_confirmation
2016-01-13 10:09:40 +10:30
Toby Zerner
b2b4064d12
Clear search when input is empty and enter is pressed. fixes #650
2016-01-13 10:06:04 +10:30
Toby Zerner
dbfbab5a48
Fix/clean up created gambit
...
$matches indices were incorrect.
2016-01-13 10:03:26 +10:30
Maël Soucaze
88aa866fe7
Sort alphabetically mark_all_as_read_confirmation
2016-01-13 00:28:08 +01:00
Toby Zerner
4bd2ff869e
Merge branch 'created-gambit' of https://github.com/Albert221/core
2016-01-13 09:53:24 +10:30
Toby Zerner
a506b7c275
Key item lists to maintain identity across redraws
...
Fixes #667 . This issue was due to the fact that Mithril would change the "Lock" badge into a "Sticky" badge, but the tooltip initialization would not be triggered because it was using the same element. By maintaining element identity, the "Lock" badge will remain untouched, and a new element for the "Sticky" badge will be inserted before it. See https://lhorie.github.io/mithril/mithril.html#dealing-with-focus for more information.
2016-01-13 09:34:12 +10:30
Toby Zerner
a4a1fa69b1
Merge pull request #741 from Albert221/prefix-fix
...
UrlGenerator prefix fix.
2016-01-13 08:17:10 +10:30
Albert221
c6ff9660d3
Unified two URL prefix variables into one
2016-01-12 22:07:47 +01:00
Albert
18ec25c898
Merge pull request #2 from flarum/master
...
Update
2016-01-12 22:04:03 +01:00
Toby Zerner
1fb67d1251
Merge branch 'replay-animation' of https://github.com/sijad/core
2016-01-12 19:14:07 +10:30
Toby Zerner
1f3cdd5573
Use correct directory in loadLanguagePackFrom API
2016-01-12 18:35:37 +10:30
Toby Zerner
90437016ea
Extract Google font import to a head string, make overideable
...
Allowing headStrings to be named is a bit of a stopgap solution. Really ClientView needs to be given much more power with headStrings and footStrings as separate objects, similar to the ItemList in the JS app.
2016-01-12 18:29:21 +10:30
Sajjad Hasehmian
746fc9ea14
Add flash animation when scrolling to post preview fixes #666 🤘
2016-01-12 10:58:19 +03:30
Toby Zerner
34291e1c26
Merge pull request #60 from bogdanteodoru/master
...
#679 Ask for confirmation before "Mark all as Read"
2016-01-12 17:09:58 +10:30
Toby Zerner
5e1e5b176d
Merge pull request #735 from bogdanteodoru/master
...
#679 Ask for confirmation before "Mark all as Read"
2016-01-12 17:09:26 +10:30
Bogdan Teodoru
6225a29e29
#679 Ask for confirmation before "Mark all as Read"
2016-01-12 08:23:02 +02:00
Bogdan Teodoru
ee85e9bbaf
#679 Ask for confirmation before "Mark all as Read"
2016-01-11 23:11:59 +02:00
Franz Liedke
e52cf012b2
Merge pull request #731 from sijad/bio-nofollow
...
Add rel="nofollow" to bio links (fixes #449 )
2016-01-11 11:09:52 +01:00
Sajjad Hasehmian
e84ab1daa1
Add rel="nofollow" to bio links ( fixes #449 )
2016-01-11 13:29:01 +03:30
Franz Liedke
f4a80e5992
Coding style fixes
2016-01-11 09:40:57 +01:00
Franz Liedke
201f43719b
Use new language pack helper
...
Refs flarum/core#717 .
2016-01-11 08:49:36 +01:00
Franz Liedke
4f869b9829
#717 : Implement helper for registering a language pack
2016-01-11 08:46:20 +01:00
Franz Liedke
13354e7ed7
Remove Studio hack
2016-01-11 08:38:30 +01:00
Franz Liedke
56d7fc9cf5
Remove empty line
2016-01-11 08:15:14 +01:00
Franz Liedke
e090eed621
Merge pull request #730 from Luceos/remove_path_forum
...
removed patch from api routes, fixes #725
2016-01-11 08:14:18 +01:00
Daniel Klabbers
9cb4dee415
removed patch from api routes, fixes #725
2016-01-11 08:09:01 +01:00
Franz Liedke
27e3018b78
Update year range in LICENSE
2016-01-10 20:59:44 +01:00
Franz Liedke
749d2f1a5e
Merge pull request #59 from bogdanteodoru/master
...
Added "Are you sure you want to mark all notifications as read?"
2016-01-10 20:59:09 +01:00
Franz Liedke
66f14503e7
Merge pull request #729 from bogdanteodoru/master
...
#679 Ask for confirmation before "Mark all as Read"
2016-01-10 20:58:54 +01:00
Bogdan Teodoru
2c51f6e312
#679 Ask for confirmation before "Mark all as Read"
2016-01-10 17:20:01 +02:00
Bogdan Teodoru
ace61786ba
Added "Are you sure you want to mark all notifications as read?"
2016-01-10 12:16:14 +02:00
Bogdan Teodoru
33b06f376e
Added "Are you sure you want to mark all notifications as read?"
2016-01-09 15:21:45 +02:00
Albert221
4cdcd19597
#719 Fixed PermissionDeniedException
...
...causing Whoops on debug and 500 HTTP error
instead of 403 Forbidden error page.
2016-01-07 19:09:57 +01:00
Albert
e3a3ab9cfd
Merge pull request #1 from flarum/master
...
Update
2016-01-07 19:05:41 +01:00