* 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 |
||
|---|---|---|
| .. | ||
| admin | ||
| discourse | ||
| discourse-common | ||
| docs | ||
| ember-addons | ||
| locales | ||
| pretty-text | ||
| select-kit | ||
| wizard | ||
| admin.js.erb | ||
| application.js | ||
| deprecated.js | ||
| discourse-loader.js | ||
| discourse-objects.js | ||
| discourse.js.es6 | ||
| ember_include.js.erb | ||
| ember_jquery.js | ||
| ember-shim.js | ||
| env.js | ||
| main_include_admin.js | ||
| markdown-it-bundle.js | ||
| plugin-third-party.js.erb | ||
| plugin.js.erb | ||
| preload-store.js.es6 | ||
| pretty-text-bundle.js | ||
| service-worker.js.erb | ||
| template_include.js.erb | ||
| vendor.js | ||
| wizard-application.js | ||
| wizard-vendor.js | ||