discourse/app/assets/javascripts/admin/controllers
Sam a3e8c3cd7b FEATURE: Native theme support
This feature introduces the concept of themes. Themes are an evolution
of site customizations.

Themes introduce two very big conceptual changes:

- A theme may include other "child themes", children can include grand
children and so on.

- A theme may specify a color scheme

The change does away with the idea of "enabled" color schemes.

It also adds a bunch of big niceties like

- You can source a theme from a git repo

- History for themes is much improved

- You can only have a single enabled theme. Themes can be selected by
    users, if you opt for it.

On a technical level this change comes with a whole bunch of goodies

- All CSS is now compiled using a custom pipeline that uses libsass
    see /lib/stylesheet

- There is a single pipeline for css compilation (in the past we used
    one for customizations and another one for the rest of the app

- The stylesheet pipeline is now divorced of sprockets, there is no
   reliance on sprockets for CSS bundling

- CSS is generated with source maps everywhere (including themes) this
    makes debugging much easier

- Our "live reloader" is smarter and avoid a flash of unstyled content
   we run a file watcher in "puma" in dev so you no longer need to run
   rake autospec to watch for CSS changes
2017-04-12 10:53:49 -04:00
..
modals FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
admin-api-keys.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-backups-index.js.es6 FEATURE: further restrict downloading of backups 2017-03-01 08:28:34 -07:00
admin-backups-logs.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-backups.js.es6 Remove ObjectController, Discouse Controllers + Presence 2015-08-13 10:49:08 -04:00
admin-badges-show.js.es6 Reapply Ember 2.10 for good this time! 2016-12-19 11:19:10 -05:00
admin-badges.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-customize-colors-show.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
admin-customize-colors.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
admin-customize-email-templates-edit.js.es6 FIX: if the email template has multiple subjects, link to customize text page 2015-11-28 11:50:02 +05:30
admin-customize-email-templates.js.es6 FEATURE: Admin interface for editing email templates 2015-11-19 16:39:34 -05:00
admin-customize-themes-edit.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
admin-customize-themes-show.js.es6 FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
admin-dashboard.js.es6 FIX: Admin dashboard problems not displaying when there is one error. 2016-08-09 00:33:37 +08:00
admin-email-bounced.js.es6 FEATURE: handle bounced emails 2016-05-02 23:15:32 +02:00
admin-email-incomings.js.es6 REFACTOR: Remove view from badges-show 2016-03-25 12:11:39 -04:00
admin-email-index.js.es6 REFACTOR: Remove Discourse.Ajax 2016-07-11 12:57:05 -04:00
admin-email-logs.js.es6 REFACTOR: Remove view from badges-show 2016-03-25 12:11:39 -04:00
admin-email-preview-digest.js.es6 FIX: Email Previewing was not showing in Firefox 2017-03-27 14:41:51 -04:00
admin-email-received.js.es6 FEATURE: better email in support 2016-01-19 00:57:55 +01:00
admin-email-rejected.js.es6 FEATURE: better email in support 2016-01-19 00:57:55 +01:00
admin-email-sent.js.es6 FEATURE: better email in support 2016-01-19 00:57:55 +01:00
admin-email-skipped.js.es6 FEATURE: better email in support 2016-01-19 00:57:55 +01:00
admin-embedding.js.es6 Replace findProperty and filterProperty with findBy and filterBy 2016-10-26 15:45:06 -04:00
admin-emojis.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-flags-list.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-group.js.es6 UX: Move editing group from into an individual tab. 2016-12-13 15:15:20 +08:00
admin-groups-bulk.js.es6 REFACTOR: Remove Discourse.Ajax 2016-07-11 12:57:05 -04:00
admin-groups-type-index.js.es6 UX: Display button to add a group when no group has been selected. 2017-03-10 17:15:49 +08:00
admin-groups-type.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-logs-screened-emails.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-logs-screened-ip-addresses.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-logs-screened-urls.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-logs-staff-action-logs.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-permalinks.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-plugins.js.es6 Revert "UX: Observe changes to plugin to hide/show plugin admin link without refresh." 2017-02-09 12:11:53 -05:00
admin-reports.js.es6 FIX: remove category filter from page view reports 2016-05-09 13:16:09 +05:30
admin-site-settings-category.js.es6 Replace findProperty and filterProperty with findBy and filterBy 2016-10-26 15:45:06 -04:00
admin-site-settings.js.es6 FIX: Site Settings weirdness with back button 2017-03-21 16:13:19 -04:00
admin-site-text-edit.js.es6 FEATURE: Can override any translation via an admin interface 2015-11-27 11:35:19 -05:00
admin-site-text-index.js.es6 FIX: In Ember 2.0 you can't bind Query Parametrs like this 2016-11-03 11:00:26 -04:00
admin-user-badges.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
admin-user-fields.js.es6 Remove SortedMixin 2016-12-01 11:33:33 -05:00
admin-user-index.js.es6 FEATURE: Change name from admin page. 2017-04-05 17:40:27 +08:00
admin-user.js.es6 Remove ObjectController, Discouse Controllers + Presence 2015-08-13 10:49:08 -04:00
admin-users-list-show.js.es6 FIX: do not add order param to user list unless required 2017-04-05 13:57:34 +05:30
admin-web-hooks-show-events.js.es6 Unify API keys and web hooks into a single admin nav header. 2016-09-20 05:22:03 +08:00
admin-web-hooks-show.js.es6 FIX: Can't add categories when creating a new web hook. 2017-01-09 11:22:35 +08:00
admin-web-hooks.js.es6 FEATURE: Webhooks. 2016-09-05 18:44:00 +08:00
admin.js.es6 Remove ObjectController, Discouse Controllers + Presence 2015-08-13 10:49:08 -04:00