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
David Taylor 03363d03e8 FEATURE: Load theme setting descriptions from theme locale files
Previously theme setting descriptions were defined in the `settings.yml` file like this:
```
setting_name:
  default: "My Default Value"
  description:
    en: "English description"
    fr: "French description"
```

This commit allows developers to store the localised descriptions in the theme locale files instead:
```
en:
  theme_metadata:
    description: Theme Description
    settings:
      setting_name: "The localised description for setting_name"
```
2019-05-31 14:49:59 +01:00
..
assets DEV: Fix indentation 2019-05-31 10:19:19 -03:00
controllers FIX: Category topics should not be deletable via review queue 2019-05-30 16:43:23 -04:00
helpers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
jobs DEV: refactor cleaning up of user export topics 2019-05-30 10:24:45 +05:30
mailers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
models FEATURE: Load theme setting descriptions from theme locale files 2019-05-31 14:49:59 +01:00
serializers FEATURE: Load theme setting descriptions from theme locale files 2019-05-31 14:49:59 +01:00
services FEATURE: add support for defer topic functionality 2019-05-31 15:44:35 +10:00
views FEATURE: add OpenGraph data to /login page 2019-05-23 07:03:01 +05:30