13fe162db3
Add two missing copyright headers
2016-02-24 22:25:09 +09:00
51955504aa
Revamp migration structure
...
They are now simply files that return an array of closures, for
running the named "up" and "down" actions, respectively.
Related to #732 .
2016-02-24 22:23:49 +09:00
05fe4446bf
Fix crash when displaying a discussion with no posts. closes #823
2016-02-22 22:22:49 +10:30
71d2e71908
Condense into value/oninput into bidi
2016-02-22 21:22:18 +10:30
93f3f22623
Merge pull request #811 from sijad/firefox-fix
...
Fix login box autocomplete in firefox
2016-02-22 21:09:18 +10:30
ff69dade15
Merge pull request #817 from flarum/revert-813-typehint
...
Revert "typehint fix, opening for implementation"
2016-02-18 17:35:17 +01:00
17851c4dfe
Revert "typehint fix, opening for implementation"
2016-02-18 17:33:34 +01:00
46dfdf2deb
Merge pull request #813 from Luceos/typehint
...
typehint fix, opening for implementation
2016-02-17 16:12:15 +01:00
d944a9e618
typehint fix, opening for implementation
2016-02-17 13:34:13 +01:00
2143a96c19
Fix login box autocomplete
2016-02-16 21:08:45 +03:30
d7fe3ca35b
Merge pull request #787 from sijad/401-page
...
401 for unauthorised request to settings, notifications page
2016-02-15 21:04:39 +10:30
48e29ed168
Merge pull request #801 from Luceos/extension_fix
...
Extension fix
2016-02-14 22:18:08 +01:00
0ad4c0ac61
fixes #800 , forgot these controllers
2016-02-13 20:33:33 +01:00
458f4f811c
fixes #799 , now properly assigning a id
2016-02-13 20:32:46 +01:00
e90dfe04fd
401 for unauthorised request to settings, notifications page fixes #714
2016-02-11 09:59:01 +03:30
191589e2b1
Implemented extensions as an object, usable by backend and frontend.
2016-02-10 15:13:51 +01:00
96c4e6b147
Merge pull request #786 from Luceos/imports
...
reordering and removing unused imports
2016-02-10 15:02:37 +01:00
d15a9dc0f0
Avoid use of model class in migration
...
See commit 0831256
2016-02-10 14:17:38 +01:00
08312568ba
Installer: Fix models not being ready for use when running migrations
...
This was a regression after the recent introduction of a new migration that actually uses models.
Maybe we should change this.
See https://discuss.flarum.org/d/2023-can-t-manage-to-install-the-development-version-503-service-unavailable/8
2016-02-10 14:07:29 +01:00
31be2f8f86
reordering and removing unused imports
2016-02-10 11:00:37 +01:00
89598646c1
Merge pull request #784 from sijad/no-confirm
...
Remove "Mark as Read" confirmation fixes #782
2016-02-10 18:13:38 +10:30
b3035c18b6
Remove "Mark as Read" confirmation fixes #782
2016-02-10 10:50:24 +03:30
235c265c06
Merge pull request #779 from sijad/uri-fix
...
Correct redirect uri in OAuth2 Controller
2016-02-10 07:06:14 +10:30
f1a1a7a806
Correct redirect uri in OAuth2 Controller ( fixes #778 )
2016-02-09 18:01:59 +03:30
dfef3c1ff1
Slightly widen index sidebar, overflow buttons properly
...
First half of #349 fix. Supersedes #734 (190px wide instead of 200px, correctly modify margin-left of .sideNavOffset, more descriptive commit message)
2016-02-07 12:10:02 +10:30
fb09cef540
Merge pull request #748 from JoshyPHP/Minifiers
...
Added support for new minifiers
2016-02-07 11:37:15 +10:30
24ed2c0d8f
Update Mithril
2016-02-06 18:58:34 +10:30
173f88da92
Better post scrubber size calculations. fixes #109
2016-02-06 18:47:09 +10:30
9ecb5f437a
Use stored slug for generating server-rendered link to discussion
...
Fixes #646 .
2016-02-04 11:47:03 +01:00
97979b2189
Store discussion slug in database table
...
In preparation for #646 .
2016-02-04 11:46:30 +01:00
efff4c1801
Add priorities to user page sidebar items
2016-01-31 17:11:13 +10:30
2018e424ec
Refactor ListPostsController, make filtering extensible
...
It became apparent in https://github.com/flarum/core/issues/319#issuecomment-170558573 that there was no way for extensions to add filter parameters to the /api/posts endpoint (e.g. /api/posts?filter[mentioned]=1). Simply adding an event to modify the `$where` array severely limits how much can be done with the query. This commit refactors the controller so that filters are applied directly to the query Builder, and exposes the Builder in a new `ConfigurePostsQuery` event.
2016-01-31 17:06:38 +10:30
36ad4a8554
Fix fatal error
...
"PHP Fatal error: Cannot use Symfony\Component\Translation\Translator as Translator because the name is already in use"
2016-01-31 15:35:53 +10:30
3581fe8d1e
No sudo
2016-01-28 08:06:33 +01:00
90ce0fa521
Travis: Make sure Composer is up-to-date.
2016-01-28 08:06:20 +01:00
63b5cd0812
Travis: Update Xdebug removal code
2016-01-28 07:59:04 +01:00
2a3240b9d1
Travis: Use pre-installed Composer
...
I also disabled the XDebug extension for the PHP runtime, which should
improve Composer runtime considerably. This is what Composer itself does.
2016-01-20 22:22:13 +01:00
e0790de2e5
Update extension skeleton
...
Closes #743 .
2016-01-20 22:14:08 +01:00
c99c83435b
Fix path to extension stub directory
...
Refs #743 .
2016-01-20 22:01:01 +01:00
c8f2d94558
Fix obsolete import
2016-01-20 21:38:14 +01:00
c842fa0184
Hardcode primary keys during installation
...
This avoids misleading assumptions about automatically generated primary keys
in some cases.
Fixes #566 .
2016-01-20 21:36:50 +01:00
ad2bbdd115
Tweak padding on user dropdown button so avatar is flush with border radius
2016-01-19 19:19:16 +10:30
db06b8c71a
Fix mistake in previous commit
2016-01-19 19:07:06 +10:30
3cec7e8b46
Patch Mithril bug causing redraws to fail
...
Turns out there's a little more to the regression in e5a7013. First, we need to give the spaces in between list items a key too. Second, there's a bug in the latest Mithril code where using string keys can break the diffing algorithm. I've patched it manually in our dist JS files for now, and reported the issue: https://github.com/lhorie/mithril.js/issues/934
2016-01-19 18:55:57 +10:30
60d78cedef
Update bower dependencies, fix redraw regression
...
- In Mithril, `finally` has been removed from promise objects as it is not part of the ES spec. See https://gist.github.com/jish/e9bcd75e391a2b21206b for info on the substitute.
- Fix a regression introduced in e5a7013 which broke some redraws
2016-01-19 17:59:19 +10:30
2980c94247
Add Composer branch-alias
...
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.
See #727
2016-01-19 17:00:10 +10:30
9b5ec9d7ba
Commit latest dist files
...
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:52:01 +10:30
f17f0b5278
Merge pull request #752 from dcsjapan/ext-instructions
...
Extract translations for the Add Extension modal
2016-01-19 12:20:54 +10:30
be924c4fa0
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
285e397d05
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