discourse/app/views/common
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
..
_discourse_javascript.html.erb FIX: `Discourse.S3BaseUrl` did not account for subfolder bucket names. 2018-07-06 15:53:57 +08:00
_discourse_stylesheet.html.erb FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
_google_tag_manager_body.html.erb FIX: update Google Tag Manager javascript 2018-04-03 14:22:06 -04:00
_google_tag_manager_head.html.erb FIX: update Google Tag Manager javascript 2018-04-03 14:22:06 -04:00
_google_universal_analytics.html.erb FEATURE: cross-domain tracking for Google universal analytics 2017-07-13 15:21:44 -04:00
_second_factor_backup_input.html.erb FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
_second_factor_form_script.html.erb FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
_second_factor_text_field.html.erb FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
_special_font_face.html.erb Update FontAwesome to 4.7.0 2017-04-26 15:16:30 -04:00