discourse/app/assets/javascripts/admin
David Taylor a48731e359
FEATURE: Support additional metadata in theme about.json (#6944)
New `about.json` fields (all optional):
 - `authors`: An arbitrary string describing the theme authors
 - `theme_version`: An arbitrary string describing the theme version
 - `minimum_discourse_version`: Theme will be auto-disabled for lower versions. Must be a valid version descriptor.
 - `maximum_discourse_version`: Theme will be auto-disabled for lower versions. Must be a valid version descriptor.

A localized description for a theme can be provided in the language files under the `theme_metadata.description` key

The admin UI has been re-arranged to display this new information, and give more prominence to the remote theme options.
2019-01-25 14:19:01 +00:00
..
adapters FEATURE: List unused theme components (#6924) 2019-01-23 09:20:13 +00:00
components FEATURE: Support additional metadata in theme about.json (#6944) 2019-01-25 14:19:01 +00:00
controllers DEV: refactor user preferences path method 2019-01-24 18:39:13 +05:30
helpers DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
mixins FIX: Ember.warn needs an id 2019-01-16 14:53:13 -05:00
models DEV: refactoring api-keys (#6931) 2019-01-23 17:40:05 +01:00
routes DEV: refactoring admin-backups-index (#6933) 2019-01-23 17:40:24 +01:00
services DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
templates FEATURE: Support additional metadata in theme about.json (#6944) 2019-01-25 14:19:01 +00:00