1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/settings
epriestley ebd8f3c987 Make translation, timezone and pronoun into real settings
Summary:
Ref T4103. These are currently stored on the user, for historic/performance reasons.

Since I want administrators to be able to set defaults for translations and timezones at a minimum and there's no longer a meaningful performance penalty for moving them off the user record, turn them into real preferences and then nuke the columns.

Test Plan:
  - Set settings to unusual values.
  - Ran migrations.
  - Verified my unusual settings survived.
  - Created a new user.
  - Edited all settings with old and new UIs.
  - Reconciled client/server timezone disagreement.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4103

Differential Revision: https://secure.phabricator.com/D16005
2016-06-02 06:29:47 -07:00
..
action Add semi-generic rate limiting infrastructure 2014-04-03 11:22:38 -07:00
application Make Settings modular and allow them to be EditEngine'd 2016-05-31 15:32:02 -07:00
controller Make translation, timezone and pronoun into real settings 2016-06-02 06:29:47 -07:00
editor Make translation, timezone and pronoun into real settings 2016-06-02 06:29:47 -07:00
extension Begin modularizing main menu items 2016-01-04 06:57:09 -08:00
panel Make translation, timezone and pronoun into real settings 2016-06-02 06:29:47 -07:00
phid Make Settings modular and allow them to be EditEngine'd 2016-05-31 15:32:02 -07:00
query Prepare UserPreferences for transactions 2016-05-31 12:28:44 -07:00
setting Make translation, timezone and pronoun into real settings 2016-06-02 06:29:47 -07:00
storage Provide a general-purpose, modular user cache for settings and other similar data 2016-06-02 06:28:56 -07:00