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 13:41:04 +02:00
2018-04-17 12:35:16 +05:30
2018-06-11 18:14:25 -07:00
2018-07-05 09:26:48 +08:00
2018-02-22 15:03:41 +08:00
2018-06-29 13:41:04 +02:00
2016-09-19 22:25:54 -04:00
2016-02-22 18:28:09 +05:30
2017-10-27 09:13:04 +05:30
2018-06-28 10:12:32 +02:00
2018-06-28 10:12:32 +02:00
2018-06-28 10:12:32 +02:00