discourse/app/assets/javascripts/admin/views
Régis Hanol 0947191060 UX: improved our footer handling
- new "show-footer" mixins
- converted most of the routes to ES6
- FIX: handling of "indexStream" in user pages

There will now be a footer on all the following pages
- /exception
- /about
- /latest
- /new
- /unread
- /starred
- /top
- /categories
- /c/:category
- /c/:category/l/latest
- /c/:category/l/new
- /c/:category/l/unread
- /c/:category/l/top
- /t/:topic/:id
- /groups/:name/members
- /user/activity
- /user/activity/topics
- /user/activity/posts
- /user/activity/replies
- /user/activity/likes-given
- /user/activity/likes-received
- /user/activity/bookmarks
- /user/activity/starred
- /user/badges
- /user/notifications
- /user/flagged-posts
- /user/deleted-posts
- /user/private-messages
- /user/private-messages/mine
- /user/private-messages/unread
- /user/invited
- /user/:username/preferences
- /faq (static pages)
- /badges
- /badges/:id/:badge
2014-11-19 20:37:43 +01:00
..
logs Add screening by IP address. When deleting a user as a spammer, block all signups from the same IP address. 2013-10-21 14:50:18 -04:00
modals Add loading route support to admin flags 2014-11-11 15:48:13 -05:00
report ES6: Migrated and deprecated a bunch of views 2014-06-10 11:54:38 -04:00
ace_editor_view.js Enable JSHINT's `unused` option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
admin-backups-logs.js.es6 UX: More spinner upgrades 2014-11-13 15:40:28 -05:00
admin-badges-index.js.es6 FIX: Many bugs with admin badges interface 2014-10-17 16:14:49 -04:00
admin-badges-show.js.es6 FIX: Many bugs with admin badges interface 2014-10-17 16:14:49 -04:00
admin-flags-list.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
admin-user-field-item.js.es6 FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00
admin_api_view.js basic api support 2013-03-25 18:04:46 -07:00
admin_backups_view.js backup & restore client-side code 2014-02-13 13:31:13 -08:00
admin_customize_colors_view.js Theming: color scheme editing. Unfinished! Doesn't have any effect on css files yet. 2014-04-24 16:49:12 -04:00
admin_customize_view.js UX: better footer handling 2014-11-10 21:51:55 +01:00
admin_dashboard_view.js Remove unusued site_settings, show checkbox in UI for boolean values, remove restrict_access 2013-03-01 14:27:41 -05:00
admin_site_settings_category_view.js Add site setting category support 2013-11-14 16:02:13 -05:00
admin_user_view.js FEATURE: Admin selector to choose a primary group for a user, display it 2014-02-10 17:00:15 -05:00
site_setting_view.js FEATURE: Site setting for words to censor in posts 2014-10-02 13:58:58 -04:00