discourse/spec/integrity
Gerhard Schlager 41ee5b7c86
FIX: Don't store translated trust level names in anonymous cache (#13224)
Refactors `TrustLevel` and moves translations from server to client

Additional changes:
  * "staff" and "admin" wasn't translatable in site settings
  * it replaces a concatenated string with a translation
  * uses translation for trust levels in users_by_trust_level report
  * adds a DB migration to rename keys of translation overrides affected by this commit
2021-06-01 22:11:48 +02:00
..
coding_style_spec.rb DEV: Improve flaky time-sensitive specs (#9141) 2020-03-10 22:13:17 +01:00
common_mark_spec.rb FEATURE: Add anchor links to headings (#12379) 2021-03-23 10:45:06 +02:00
i18n_spec.rb FIX: Don't store translated trust level names in anonymous cache (#13224) 2021-06-01 22:11:48 +02:00
js_constants_spec.rb DEV: Adds an integrity spec for JS constants 2020-05-12 12:23:36 -04:00
oj_spec.rb PERF: Use Oj for serializing JSON. (#7820) 2019-06-28 12:16:00 +10:00
onceoff_integrity_spec.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
site_setting_spec.rb