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
..
2017-07-24 21:46:08 +09:00
2017-09-25 13:49:00 +08:00
2018-06-20 10:44:11 +10:00
2018-04-26 17:24:16 +10:00
2018-05-02 17:16:00 +10:00
2018-07-05 15:34:58 +10:00
2018-06-01 11:56:56 +08:00
2018-05-25 15:54:14 +10:00