discourse/app/helpers
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
..
application_helper.rb FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
common_helper.rb FIX: update Google Tag Manager javascript 2018-04-03 14:22:06 -04:00
email_helper.rb FIX: Messed up i18n key 2017-04-27 11:45:59 -04:00
embed_helper.rb FIX: format posts for embedded comments as we do for emails 2018-05-09 19:24:44 +02:00
list_helper.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
topics_helper.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
user_notifications_helper.rb FIX: allow user quotes in HTML digest emails 2018-05-13 18:23:17 +02:00