This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
components FIX: datepicker will now default to monday as first day 2018-07-11 23:49:52 +02:00
controllers FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
helpers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
initializers FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
lib FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
mixins fix typo 2018-07-02 15:35:24 -07:00
models FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
pre-initializers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
raw-views DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
routes UX: show custom footer on user activity and preferences pages (#6080) 2018-07-10 16:14:26 +08:00
services DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
templates FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
widgets UX: Timeline lookup on mega topics should use date of current post. 2018-07-10 16:43:20 +08:00
mapping-router.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00