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
..
2018-06-29 11:10:05 +10:00
2018-07-06 17:16:40 -05:00
2018-06-14 18:22:02 +10:00
2018-04-17 10:08:39 +08:00
2017-07-28 10:20:09 +09:00
2018-01-30 08:54:37 +11:00
2017-07-28 10:20:09 +09:00
2017-07-28 10:20:09 +09:00
2018-07-04 09:42:31 -04:00
2018-07-06 17:16:40 -05:00
2018-07-02 16:23:45 -07:00
2018-07-05 15:34:58 +10:00
2018-06-11 13:39:52 +08:00
2018-04-18 11:32:32 +05:30