Commit Graph

966 Commits

Author SHA1 Message Date
Toby Zerner
ff6fdc9031 Tweak badge appearances 2015-07-20 18:12:48 +09:30
Toby Zerner
eec37dece1 Separate icon from notification grid labels 2015-07-20 18:12:30 +09:30
Toby Zerner
ebf7c78969 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
Toby Zerner
3a955187ce Change discussion list sorting labels 2015-07-20 18:11:04 +09:30
Toby Zerner
0ce0160af8 Rename method 2015-07-20 18:10:32 +09:30
Toby Zerner
327c268742 Render discussion hero badges properly 2015-07-20 18:10:21 +09:30
Toby Zerner
c54d071641 Fix incorrect variable name 2015-07-20 18:10:11 +09:30
Toby Zerner
da9da8705d Fix incorrect member visibility on event 2015-07-20 18:10:04 +09:30
Toby Zerner
93c6bf026e 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
Toby Zerner
a10da1f92a Update extension generator 2015-07-20 18:08:50 +09:30
Toby Zerner
09540295ad 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
Toby Zerner
74593d82ac Change order of bootstrapping
See commit on flarum/flarum for explanation
2015-07-20 18:01:08 +09:30
Toby Zerner
77d0bfccd7 Rework public API based on events 2015-07-18 22:59:47 +09:30
Toby Zerner
178474adf9 Slightly darken buttons when clicked 2015-07-18 13:06:53 +09:30
Toby Zerner
6a532c29fe Add some comments 2015-07-18 10:56:01 +09:30
Toby Zerner
9db026de95 Don't apply background color if there is none 2015-07-18 10:55:56 +09:30
Toby Zerner
b7264e8a71 Get rid of Codeception for now
There's nothing in there that's of value.
2015-07-18 10:55:30 +09:30
Toby Zerner
e23eefb2c0 Fix bad translation key 2015-07-18 10:11:42 +09:30
Toby Zerner
f304daff43 Fix notifications appearance on dark header 2015-07-18 10:07:22 +09:30
Toby Zerner
3722349c41 Make sure responsive controls appear where they're supposed to 2015-07-17 17:53:03 +09:30
Toby Zerner
4b919304d1 Fix HTML entity 2015-07-17 17:52:45 +09:30
Toby Zerner
95fdece370 Remove duplicates; replace missing commas 2015-07-17 17:47:53 +09:30
Toby Zerner
130aa6ce72 Throw error to console if app fails to boot 2015-07-17 17:43:51 +09:30
Toby Zerner
0a1191d56c Make front-end localizable 2015-07-17 17:43:28 +09:30
Toby Zerner
9c5a6560e0 Add them back 2015-07-17 15:05:34 +09:30
Toby Zerner
75f103cb16 Merge remote-tracking branch 'origin/master' 2015-07-17 15:05:03 +09:30
Toby Zerner
a0f8ef34f7 Temporarily remove some files
Git is playing up and won't let me push.
2015-07-17 15:04:55 +09:30
Toby Zerner
6c6cc111fd Fix login action 2015-07-17 14:48:24 +09:30
Toby Zerner
1cde3d7242 Fix notifications 2015-07-17 14:48:20 +09:30
Toby Zerner
54ab536f96 Fix forgot password action 2015-07-17 14:48:06 +09:30
Toby Zerner
2aa9c2e746 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
Franz Liedke
4fb6318740 Remove unused import 2015-07-16 00:44:02 +02:00
Franz Liedke
4e0c6958d3 Try to fix some namespace imports 2015-07-16 00:43:49 +02:00
Franz Liedke
25f2e72bc8 Rename import command 2015-07-16 00:38:27 +02:00
Franz Liedke
a62020a3c2 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
Franz Liedke
c5dd0ad372 Inject SettingsRepository where possible 2015-07-16 00:32:50 +02:00
Franz Liedke
74a27f8ba2 Rename caching setting repository implementation
I'm foreseeing another implementation that uses real caching (across requests).
2015-07-16 00:10:52 +02:00
Franz Liedke
91d9361693 Register database and cache implementations as binding for the settings repository 2015-07-15 23:54:56 +02:00
Franz Liedke
498a67e5bc Run PhpSpec on TravisCI 2015-07-15 23:52:03 +02:00
Franz Liedke
fd865d8567 Write some specs for settings cache repository 2015-07-15 23:51:02 +02:00
Franz Liedke
0bf8980268 Install PhpSpec 2015-07-15 23:47:30 +02:00
Franz Liedke
93e54ecfce Build a caching repository decorator for settings 2015-07-15 23:22:25 +02:00
Franz Liedke
be2a4a3b4b 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
Toby Zerner
0b685b1036 Case-sensitive filename changes 2015-07-15 15:54:34 +09:30
Toby Zerner
4508813638 Don't include deleted notifications in the unread count 2015-07-15 14:01:11 +09:30
Toby Zerner
396a01cc32 Fix broken user activity syncer 2015-07-15 14:01:11 +09:30
Toby Zerner
1c7653e79e Massive JavaScript cleanup
- Use JSX for templates
- Docblock/comment everything
- Mostly passes ESLint (still some work to do)
- Lots of renaming, refactoring, etc.

CSS hasn't been updated yet.
2015-07-15 14:01:11 +09:30
Franz Liedke
e1ed1ec7e6 Update JSON-API lib 2015-07-09 21:47:36 +02:00
Toby Zerner
5aca956af7 Clean up discussion model 2015-07-08 10:51:30 +09:30
Toby Zerner
5cfb870202 Make admin open in a new window 2015-07-08 10:51:16 +09:30