discourse/spec/controllers/admin
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
..
admin_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
api_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
backups_controller_spec.rb SECURITY: CSRF vulnerabilities in Admin::BackupsController. 2017-03-23 10:29:35 +08:00
badges_controller_spec.rb FIX: should not be able to rename a system badge 2017-02-20 14:35:05 +01:00
color_schemes_controller_spec.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
dashboard_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
embeddable_hosts_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
embedding_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
emojis_controller_spec.rb FIX: Store custom emojis as uploads. 2017-03-14 13:07:18 +08:00
flags_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
groups_controller_spec.rb FIX: grant trust level when bulk adding users to group 2017-03-06 14:39:53 +05:30
impersonate_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
permalinks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
plugins_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
reports_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
screened_emails_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
screened_ip_addresses_controller_spec.rb SECURITY: correctly validate input when admin searches for screened ips 2017-02-06 16:11:16 -05:00
screened_urls_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
site_settings_controller_spec.rb SECURITY: disable user entered badge SQL by default 2016-07-28 09:03:00 +10:00
site_texts_controller_spec.rb FEATURE: log site text changes 2015-12-18 19:42:06 +05:30
staff_action_logs_controller_spec.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
themes_controller_spec.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
user_fields_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
users_controller_spec.rb SECURITY: Confirm new administrator accounts via email 2017-04-04 15:59:01 -04:00
versions_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00