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/assets/javascripts/admin
Neil Lalonde 875f0d8fd8
FEATURE: Tag synonyms
This feature adds the ability to define synonyms for tags, and the ability to merge one tag into another while keeping it as a synonym. For example, tags named "js" and "java-script" can be synonyms of "javascript". When searching and creating topics using synonyms, they will be mapped to the base tag.

Along with this change is a new UI found on each tag's page (for example, `/tags/javascript`) where more information about the tag can be shown. It will list the synonyms, which categories it's restricted to (if any), and which tag groups it belongs to (if tag group names are public on the `/tags` page by enabling the "tags listed by group" setting). Staff users will be able to manage tags in this UI, merge tags, and add/remove synonyms.
2019-12-04 13:33:51 -05:00
..
adapters FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components DEV: Run prettier 2019-12-03 17:39:39 -07:00
controllers FEATURE: ability to add all active components to theme (#8447) 2019-12-04 17:13:41 +11:00
helpers DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
mixins FEATURE: ability to add all active components to theme (#8447) 2019-12-04 17:13:41 +11:00
models FEATURE: ability to add all active components to theme (#8447) 2019-12-04 17:13:41 +11:00
routes Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
services DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
templates FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00