b31a290f00
Don't override username if already set
2015-07-20 18:13:56 +09:30
6b601ae2d6
Only render posts with the discussion relationship
2015-07-20 18:13:40 +09:30
96bae40d4b
Make "on" switches always green instead of theme-based
2015-07-20 18:13:15 +09:30
0d8f09df78
Migrate old style
2015-07-20 18:13:01 +09:30
d04910b6da
Tweak badge appearances
2015-07-20 18:12:48 +09:30
7dd7b3f32c
Separate icon from notification grid labels
2015-07-20 18:12:30 +09:30
53c621d999
Update event post API
...
- Use more appropriate component class name
- Allow username to be moved in translation
2015-07-20 18:12:08 +09:30
82f1daeef4
Change discussion list sorting labels
2015-07-20 18:11:04 +09:30
23dd966b45
Rename method
2015-07-20 18:10:32 +09:30
741b9b0ea5
Render discussion hero badges properly
2015-07-20 18:10:21 +09:30
c287d40072
Fix incorrect variable name
2015-07-20 18:10:11 +09:30
3820b8c65f
Fix incorrect member visibility on event
2015-07-20 18:10:04 +09:30
930ddf3253
Get rid of extension convenience method
...
We might reintroduce this later, but for now I want to keep the
extensions API as light as possible and get input before we add stuff
2015-07-20 18:09:37 +09:30
605c56ce3c
Update extension generator
2015-07-20 18:08:50 +09:30
6b7cf1b6bf
Rework extension bootstrapping
...
System JS modules don't execute when they're registered, so we need to
import them explicitly. While we're at it, we may as well make the
locale bootstrapper a module too.
2015-07-20 18:08:28 +09:30
19fe138770
Change order of bootstrapping
...
See commit on flarum/flarum for explanation
2015-07-20 18:01:08 +09:30
57650fa648
Rework public API based on events
2015-07-18 22:59:47 +09:30
440e30760e
Reset dropdown menu line spacing
...
Was causing issues in the avatar editor dropdown
2015-07-18 22:58:51 +09:30
f977658417
PERF: Only show search results when field has focus
2015-07-18 22:58:26 +09:30
5085c09c30
Slightly darken buttons when clicked
2015-07-18 13:06:53 +09:30
9ca4feb6e8
Add some comments
2015-07-18 10:56:01 +09:30
24f100899c
Don't apply background color if there is none
2015-07-18 10:55:56 +09:30
7706914b33
Get rid of Codeception for now
...
There's nothing in there that's of value.
2015-07-18 10:55:30 +09:30
0af9784a59
Fix bad translation key
2015-07-18 10:11:42 +09:30
fc3e9c353d
Fix notifications appearance on dark header
2015-07-18 10:07:22 +09:30
0b702d8b73
Make sure responsive controls appear where they're supposed to
2015-07-17 17:53:03 +09:30
4a271dd11d
Fix HTML entity
2015-07-17 17:52:45 +09:30
6ae270db95
Remove duplicates; replace missing commas
2015-07-17 17:47:53 +09:30
51946a069f
Throw error to console if app fails to boot
2015-07-17 17:43:51 +09:30
f93ff7cb3f
Make front-end localizable
2015-07-17 17:43:28 +09:30
7e75eb16ff
Add them back
2015-07-17 15:05:34 +09:30
ea29bd42d8
Merge remote-tracking branch 'origin/master'
2015-07-17 15:05:03 +09:30
12caded0c9
Temporarily remove some files
...
Git is playing up and won't let me push.
2015-07-17 15:04:55 +09:30
bc750c8694
Fix login action
2015-07-17 14:48:24 +09:30
e3bfa8e404
Fix notifications
2015-07-17 14:48:20 +09:30
6fa4d25a5b
Fix forgot password action
2015-07-17 14:48:06 +09:30
a9ded36b57
Major CSS revamp
...
- Get rid of Bootstrap (except we still rely on some JS)
- Use BEM class names
- Rework variables/theme config
- Fix various bugs, including some on mobile
The CSS is still not ideal – it needs to be cleaned up some more. But
that can be a focus for after beta.
2015-07-17 14:47:49 +09:30
fab9bdb0ef
Remove unused import
2015-07-16 00:44:02 +02:00
48c5574c66
Try to fix some namespace imports
2015-07-16 00:43:49 +02:00
9af1519864
Rename import command
2015-07-16 00:38:27 +02:00
6b3a86dd87
Move extension loading to boot method
...
This will likely have to be reverted, to make things like $this->app->extend() work
reasonably well in extensions' service providers.
For now, since we fetch the enabled extensions from the config, there is no other way
for us to guarantee that the config is already available.
2015-07-16 00:36:14 +02:00
c2bf0b6b3a
Inject SettingsRepository where possible
2015-07-16 00:32:50 +02:00
31e9f44dfb
Rename caching setting repository implementation
...
I'm foreseeing another implementation that uses real caching (across requests).
2015-07-16 00:10:52 +02:00
6a7889934c
Register database and cache implementations as binding for the settings repository
2015-07-15 23:54:56 +02:00
1675d26723
Run PhpSpec on TravisCI
2015-07-15 23:52:03 +02:00
1b39d85a7b
Write some specs for settings cache repository
2015-07-15 23:51:02 +02:00
8a1b2fcede
Install PhpSpec
2015-07-15 23:47:30 +02:00
ba3fa73f16
Build a caching repository decorator for settings
2015-07-15 23:22:25 +02:00
8e9cf4fd2e
Move settings repositories to own namespace
...
Also add a third method to the contract. This will help with building a caching decorator.
2015-07-15 23:16:57 +02:00
76678f72f2
Case-sensitive filename changes
2015-07-15 15:54:34 +09:30