This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/preferences
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
..
account.hbs FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
apps.hbs add args to user preference plugin outlets 2018-04-26 15:25:34 -04:00
categories.hbs add args to user preference plugin outlets 2018-04-26 15:25:34 -04:00
emails.hbs add user-preferences-emails-pref-email-settings outlet 2018-06-25 16:02:03 +10:00
interface.hbs FEATURE: Groundwork for user-selectable theme components 2018-07-12 14:18:21 +10:00
notifications.hbs Feature: Add plugin outlet for desktop (live) notifications area 2018-05-04 18:59:36 -07:00
profile.hbs add args to user preference plugin outlets 2018-04-26 15:25:34 -04:00
tags.hbs Fix user tag preferences icon 2018-05-22 11:37:18 -04:00