1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 04:33:04 +02:00
Commit Graph

8745 Commits

Author SHA1 Message Date
Toby Zerner
f8afe53e70 Merge pull request #1382 from clarkwinkelmann/patch-2
Remove unused $lifetime variable
2018-03-07 11:42:41 +10:30
Clark Winkelmann
8f9d9061b4 Remove unused $lifetime variable 2018-03-07 01:30:23 +01:00
fvlasie
0b218489f0 Improved style of ENglish 2018-03-03 19:11:12 -08:00
Franz Liedke
e30de50f99 Apply fixes from StyleCI (#1381)
[ci skip] [skip ci]
2018-03-04 01:18:49 +01:00
Franz Liedke
33beec3739 Move logic to Extension class
The gathering and execution of extenders can actually be done here
in the `Extension` class. This way, the `ExtensionManager` only
deals with the question of which extensions are enabled, the
`Extension` class actually extends the core application, and the
service provider simply calls a method, without having to know
about internals.
2018-03-04 01:16:50 +01:00
Toby Zerner
407515f5a7 Give Extenders information about which Extension they belong to 2018-03-04 10:13:12 +10:30
Franz Liedke
84be6f3f7f Fix test namespace 2018-03-04 00:04:43 +01:00
Franz Liedke
b75f098de7 Change namespace of test classes
(as implemented by @luceos in his WIP PR)
2018-03-04 00:01:49 +01:00
Daniel Klabbers
2348b8f46f dropped hhvm and gitter webhook 2018-03-03 23:54:37 +01:00
DogSports
63aca851d4 Fix modal title background in media phone 2018-03-02 12:32:07 +01:00
Toby Zerner
49fa832a9b Remove compatPrefix option
Aliasing was only working for the `src` directory, it would not find
modules in the `lib` directory. Therefore the easiest way to migrate
will be to remove the prefix manually from import statements.
2018-02-24 17:03:09 +10:30
Toby Zerner
7fd61971d6 0.1.0-beta.5 2018-02-24 16:29:58 +10:30
Toby Zerner
99aa1bd769 Add documentation 2018-02-24 16:29:19 +10:30
Toby Zerner
2b80a9913c Initial commit 2018-02-24 16:01:59 +10:30
Toby Zerner
a3755e06f0 Only show sticky excerpt on unread discussions 2018-02-24 16:00:45 +10:30
Toby Zerner
98dbe9136c Update core container aliases 2018-02-24 10:37:21 +10:30
Franz Liedke
c88fcd5cf9 Make StyleCI happy 2018-02-23 23:48:53 +01:00
AFR
d3baf624d1 Adapt to FontAwesome v5.0.6 icon name changes (#8) 2018-02-23 23:47:51 +01:00
AFR
3caa5e52e6 Adapt to FontAwesome v5.0.6 icon name changes (#15) 2018-02-23 23:47:36 +01:00
AFR
f25cf83e9b Adapt to FontAwesome v5.0.6 icon name changes (#14) 2018-02-23 23:47:15 +01:00
AFR
5506b3f76f Adapt to FontAwesome v5.0.6 icon name changes (#47) 2018-02-23 23:46:24 +01:00
AFR
7e4e38bb74 Adapt to FontAwesome v5.0.6 icon name changes (#14) 2018-02-23 23:44:43 +01:00
AFR
cc50059f57 Adapt to FontAwesome v5.0.6 icon name changes (#2) 2018-02-23 23:44:35 +01:00
AFR
14e0939947 Adapt to FontAwesome v5.0.6 icon name changes (#7) 2018-02-23 23:44:26 +01:00
AFR
a7a497855b Adapt to FontAwesome v5.0.6 icon name changes (#12) 2018-02-23 23:44:19 +01:00
AFR
1e61e2e5a1 Adapt to FontAwesome v5.0.6 icon name changes (#12) 2018-02-23 23:44:03 +01:00
AFR
e868685609 Adapt to FontAwesome v5.0.6 icon name changes (#12) 2018-02-23 23:43:57 +01:00
AFR
c5818ba87d Adapt to FontAwesome v5.0.6 icon name changes (#30) 2018-02-23 23:43:43 +01:00
AFR
a147fb578a FontAwesome v5.0.6 (#1372)
* Update FontAwesome to v5.0.6

* Adapt DiscussionListItem-count icon to match FontAwesome 5 syntax

* Change icon name to match FontAwesome 5.0.6 fas icon

* Add font type prefix parameter to icon helper

* Add Enable Icon Prefix to show icon in Extension Page

* Fix invalid icon behavior

* Change icon name to match FontAwesome 5.0.6 far icon

* Use iconPrefix property on component

* Use full icon class name

* Update icon helper docblock

* Full icon class syntax
2018-02-23 23:42:00 +01:00
Marcel Pokrandt
f5a4d7b2a3 add message to Dispatch exceptions (#1376)
Exceptions thrown while attempting to dispatch routes are now informing the exact value that was incorrect; url for not found routes and the method when the method was invalid.
2018-02-21 11:28:45 +01:00
Franz Liedke
7bfb220979 Apply fixes from StyleCI (#1371)
[ci skip] [skip ci]
2018-02-15 16:57:18 +01:00
Franz Liedke
a32bddd3e2 Refactor MIME type guessing to work without any PHP extension
Closes #1241.
2018-02-15 16:40:41 +01:00
Miles Cellar
71ecb164c8 Use reused translations and remove unnecessary double quotes (#115)
* Use reused translations and remove unnecessary double quotes

* Additional use of reused translations
2018-02-14 08:14:54 +01:00
Toby Zerner
f9963f8268 Merge pull request #1363 from clarkwinkelmann/extension-rollback
Add extension rollback command
2018-02-13 07:18:00 +10:30
David Sevilla Martín
88ab68af10 Merge branch 'master' into 322-notificate-user-when-suspended 2018-02-12 08:35:24 -05:00
David Sevilla Martín
cc285f6fc8 fix merge conflicts 2018-02-12 08:34:36 -05:00
David Sevilla Martín
62d30f140b fix issues, revert js dist 2018-02-12 08:30:27 -05:00
Clark Winkelmann
e47fcc8ad6 Rename to reset and make extension an option 2018-02-11 20:03:54 +01:00
Franz Liedke
4bede59dfc Adapt comment for flarum/core#875 2018-02-11 16:41:23 +01:00
Franz Liedke
93822ba4ed API: Provide forum info under /
Closes #875.
2018-02-11 16:40:05 +01:00
Toby Zerner
b8e5dcd587 fire -> dispatch
As per Illuminate\Contracts\Events\Dispatcher
2018-02-10 12:09:35 +10:30
Clark Winkelmann
15114ebd90 Fix formatting 2018-02-09 18:42:43 +01:00
Clark Winkelmann
51adf57f17 Fix formatting 2018-02-09 18:41:51 +01:00
Clark Winkelmann
d47aed59c6 Add extension rollback command 2018-02-09 18:32:44 +01:00
Toby Zerner
c3d034d2fa Merge pull request #1361 from clarkwinkelmann/extendable-notification-methods
Extendable notification methods
2018-02-09 13:51:39 +10:30
Clark Winkelmann
e0b7182908 Fix jsdoc for notification types 2018-02-09 02:53:05 +01:00
Clark Winkelmann
982cbe4b49 Use an extendable ItemList for notification methods 2018-02-09 02:51:42 +01:00
Franz Liedke
5a2bf0d015 SuspendUserModal: Allow re-selecting "Not suspended"
Without this, clicking on the "Not suspended" radio option would
unmark the currently selected value, but not select the first value.

Refs flarum/core#1345.
2018-02-08 22:39:09 +01:00
Franz Liedke
f22c792fe0 Allow unsuspending from timed suspension
Fixes flarum/core#1345.
2018-02-08 22:33:09 +01:00
Toby Zerner
11292223a7 Fix incorrect query parameter when searching for users 2018-02-09 07:41:25 +10:30