discourse/app
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
..
assets FEATURE: Support additional metadata in theme about.json (#6944) 2019-01-25 14:19:01 +00:00
controllers FIX: user_id handling on remove user from group 2019-01-24 17:40:48 -07:00
helpers FIX: 'anon' css class is missing for anonymous users 2019-01-23 10:13:36 +05:30
jobs REFACTOR: Remove unncessary stubs from pending flags reminder 2019-01-24 13:45:58 -05:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FEATURE: Support additional metadata in theme about.json (#6944) 2019-01-25 14:19:01 +00:00
serializers FEATURE: Support additional metadata in theme about.json (#6944) 2019-01-25 14:19:01 +00:00
services PERF: delete potentially large associated tables before user_destroyer.destroy transaction 2019-01-18 16:10:03 +01:00
views FIX: siteNavigationElement was reversed (#6934) 2019-01-23 15:47:39 +01:00