Franz Liedke
4562da2cc2
Fix namespaces
2017-10-03 18:52:50 +02:00
Franz Liedke
f725d897e8
Rename listener class to DiscussionRenamedLogger
2017-10-03 18:52:50 +02:00
Franz Liedke
6e8b8ac357
Split up old CoreServiceProvider
2017-10-03 18:52:50 +02:00
Franz Liedke
ede7e96282
Fix class names in strings
2017-10-03 18:49:53 +02:00
Franz Liedke
e1ca9964b2
Move ExtensionValidator class to Flarum\Extension namespace
2017-10-03 18:49:53 +02:00
Franz Liedke
d6954a997a
Move UserState class to Flarum\Discussion namespace
2017-10-03 18:49:53 +02:00
Franz Liedke
600f50198b
Extract Flarum\Notification namespace
2017-10-03 18:49:53 +02:00
Franz Liedke
b48cbde5c0
Move another trait out of obsolete Flarum\Core namespace
2017-10-03 18:49:53 +02:00
Franz Liedke
8aab52327e
Fix some incorrect automated refactorings
2017-10-03 18:49:53 +02:00
Franz Liedke
eb8c38af33
Extract Flarum\Group namespace
2017-10-03 18:49:53 +02:00
Franz Liedke
23c9acdf44
Extract Flarum\Search namespace
2017-10-03 18:49:53 +02:00
Franz Liedke
3c76ed5786
Extract new Flarum\Discussion namespace
2017-10-03 18:49:52 +02:00
Franz Liedke
aaa04e2e13
Extract new Flarum\Post namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
02a5b65d08
Fix trait imports
2017-10-03 18:47:23 +02:00
Franz Liedke
aacf6f05d6
Move events to Flarum\Extension\Event namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
8c0459139d
Move events to Flarum\Formatter\Event namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
d851699c97
Finalize Flarum\Foundation namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
d0b5aa2338
Flatten Flarum\Http namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
5a6d28f8a7
Move events to Flarum\Settings\Event namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
a39103a472
Extract new Flarum\User namespace
2017-10-03 18:47:23 +02:00
Franz Liedke
614f83803b
Flarum\Frontend: Rename ConfigureWebApp event to Rendering
2017-10-03 18:45:41 +02:00
Franz Liedke
a12686ac80
Flarum\Frontend: Fix view paths after renaming namespace
2017-10-03 18:45:41 +02:00
Franz Liedke
ea484732ed
Rename controller file
2017-10-03 18:45:41 +02:00
Franz Liedke
be685d72e6
Move ScopeVisibilityTrait to Database namespace
2017-10-03 18:45:41 +02:00
Franz Liedke
0324045f6c
Restructure Flarum\Forum namespace
2017-10-03 18:45:40 +02:00
Franz Liedke
5e9308fb4c
Create new Flarum\Frontend namespace
...
It replaces the old Http\WebApp namespace and swallows other namespaces
and files, such as Flarum\Asset.
2017-10-03 18:45:40 +02:00
Franz Liedke
88d34192f1
Fix serializer class names
2017-10-03 18:45:40 +02:00
Franz Liedke
aecfe31f9a
Register new MigrationServiceProvider
2017-10-03 18:45:40 +02:00
Franz Liedke
064752f1eb
Get rid of Flarum\Debug namespace
2017-10-03 18:45:40 +02:00
Franz Liedke
925ef227a3
Restructure Flarum\Database namespace
2017-10-03 18:45:40 +02:00
Franz Liedke
cc653412a1
Restructure Flarum\Console namespace
2017-10-03 18:45:40 +02:00
Franz Liedke
b3ce1cd141
Restructure Flarum\Api namespace
2017-10-03 18:45:40 +02:00
Franz Liedke
0e2de95601
Restructure Flarum\Admin namespace
2017-10-03 18:45:38 +02:00
Franz Liedke
2ba7554b5c
Fix some namespaces
2017-10-03 16:29:42 +02:00
Franz Liedke
3fc150cd23
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 20:25:23 +02:00
Franz Liedke
30cbe76643
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:57:12 +02:00
Franz Liedke
494f953ace
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:56:38 +02:00
Franz Liedke
909870c381
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:56:14 +02:00
Franz Liedke
5dcfccd2d8
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:55:56 +02:00
Franz Liedke
a8c43097d7
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:55:07 +02:00
Franz Liedke
e2c97286e1
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:54:13 +02:00
Toby Zerner
86cc5fe9c8
Remove unused imports
2017-09-29 12:35:59 +09:30
Toby Zerner
4a7d5ba788
Fix notifications not including post content
...
closes flarum/core#1248
2017-09-24 18:01:56 +09:30
Toby Zerner
17e181bb0d
Fix notifications not including post content
2017-09-22 16:45:45 +09:30
Toby Zerner
649a307383
Merge pull request #28 from flarum/analysis-qgx2Q4
...
Apply fixes from StyleCI
2017-09-20 17:08:05 +09:30
Toby Zerner
fa3194fcef
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2017-09-20 07:37:55 +00:00
Toby Zerner
86480a0d1a
Update for display names
2017-09-20 16:44:03 +09:30
Toby Zerner
6f75d95e9f
User display names ( #1246 )
...
* Introduce user display names
It is not uncommon for forums to be intergrated with sites where users
don't have a unique "handle" - they might just have their first name,
or a full name, which is not guaranteed to be unique.
This commit introduces the concept of "display names" for users. By
default display names are the same as usernames, but extensions may
override this and set them to something different. The important thing
is that all code should use `display_name` whenever intending to output
a human-readable name - `username` is reserved for cases where you want
to output a unique identifier (which may or may not be human-friendly).
The new "GetDisplayName" API is probably sub-optimal, but I didn't worry
too much because we can come up with something better in `next-back`.
ref #557
* Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-20 16:42:18 +09:30
Toby Zerner
408d882598
Update to sub in "display names" from database when rendering
...
This also improves the behaviour of mentions in the JS preview (no more
broken links, mention is only picked up if corresponding user/post is
found).
See flarum/core#1246
Closes flarum/core#315
2017-09-19 20:16:30 +09:30
Toby Zerner
65ffee8696
Use ::class
2017-09-19 19:45:31 +09:30