discourse/app/assets/javascripts/admin
Osama Sayegh f14c6d81f4
FEATURE: Watched words improvements (#7899)
This commit contains 3 features:

- FEATURE: Allow downloading watched words
This introduces a button that allows admins to download watched words per action in a `.txt` file.

- FEATURE: Allow clearing watched words in bulk
This adds a "Clear All" button that clears all deleted words per action (e.g. block, flag etc.)

- FEATURE: List all blocked words contained in the post when it's blocked
When a post is rejected because it contains one or more blocked words, the error message now lists all the blocked words contained in the post.

-------

This also changes the format of the file for importing watched words from `.csv` to `.txt` so it becomes inconsistent with the extension of the file when watched words are exported.
2019-07-22 14:59:56 +03:00
..
adapters FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
components FEATURE: Watched words improvements (#7899) 2019-07-22 14:59:56 +03:00
controllers FEATURE: Watched words improvements (#7899) 2019-07-22 14:59:56 +03:00
helpers DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
mixins DEV: Upgrades to Ember 3.10 (#7871) 2019-07-16 12:45:15 +02:00
models FEATURE: Export any type of report supporting table mode. (#7662) 2019-06-28 08:50:31 +02:00
routes FEATURE: Allow customization of robots.txt (#7884) 2019-07-15 20:47:44 +03:00
services FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
templates FEATURE: Watched words improvements (#7899) 2019-07-22 14:59:56 +03:00