discourse/lib/stylesheet
OsamaSayegh decf1f27cf FEATURE: Groundwork for user-selectable theme components
* Phase 0 for user-selectable theme components

- Drops `key` column from the `themes` table
- Drops `theme_key` column from the `user_options` table
- Adds `theme_ids` (array of ints default []) column to the `user_options` table and migrates data from `theme_key` to the new column.
- Removes the `default_theme_key` site setting and adds `default_theme_id` instead.
- Replaces `theme_key` cookie with a new one called `theme_ids`
- no longer need Theme.settings_for_client
2018-07-12 14:18:21 +10:00
..
common.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
compiler.rb Better formatting for CSS errors 2017-08-16 11:48:07 -04:00
functions.rb FIX: missing image-url helper 2017-05-01 15:32:02 -04:00
importer.rb correct typo 2018-04-23 10:55:38 +10:00
manager.rb FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
watcher.rb FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00