1
0
mirror of https://github.com/flarum/core.git synced 2025-10-15 00:44:40 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Toby Zerner
9bfb797fdc Refactor the web app bootstrapping code
- All custom JS variables are now preloaded into the `app.data` object, rather than directly on the `app` object. This means that admin settings are available in `app.data.settings` rather than `app.settings`, etc.
- Cleaner route handler generation
- Renamed ConfigureClientView to ConfigureWebApp, though the former still exists and is deprecated
- Partial fix for #881 (strips ?nojs=1 from URL if possible, so that refreshing will attempt to load JS version again)
2016-05-26 19:04:24 +09:30
Franz Liedke
0cc75be55e Add a heading to the admin mail page 2016-05-15 20:46:58 +09:00
Franz Liedke
a884a3592b Tweak structure of mail settings page
Refs #258 and #933.
2016-05-15 20:28:05 +09:00
Franz Liedke
9637d27b56 Fix translation keys 2016-05-15 12:08:11 +09:00
Franz Liedke
18ee8578e8 Remove unused import 2016-05-13 00:25:11 +09:00
David Sevilla Martín
6b108d99cb Changed "Advanced" to "Mail"
+ Added labels above inputs
-  Removed Placeholders
2016-04-23 09:19:02 -04:00