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/addon/templates/components
Selase Krakani 862007fb18
FEATURE: Add support for case-sensitive Watched Words (#17445)
* FEATURE: Add case-sensitivity flag to watched_words

Currently, all watched words are matched case-insensitively. This flag
allows a watched word to be flagged for case-sensitive matching.
To allow allow for backwards compatibility the flag is set to false by
default.

* FEATURE: Support case-sensitive creation of Watched Words via API

Extend admin creation and upload of Watched Words to support case
sensitive flag. This lays the ground work for supporting
case-insensitive matching of Watched Words.

Support for an extra column has also been introduced for the Watched
Words upload CSV file. The new column structure is as follows:

 word,replacement,case_sentive

* FEATURE: Enable case-sensitive matching of Watched Words

WordWatcher's word_matcher_regexp now returns a list of regular
expressions instead of one case-insensitive regular expression.

With the ability to flag a Watched Word as case-sensitive, an action
can have words of both sensitivities.This makes the use of the global
Regexp::IGNORECASE flag added to all words problematic.

To get around platform limitations around the use of subexpression level
switches/flags, a list of regular expressions is returned instead, one for each
case sensitivity.

Word matching has also been updated to use this list of regular expressions
instead of one.

* FEATURE: Use case-sensitive regular expressions for Watched Words

Update Watched Words regular expressions matching and processing to handle
the extra metadata which comes along with the introduction of
case-sensitive Watched Words.

This allows case-sensitive Watched Words to matched as such.

* DEV: Simplify type casting of case-sensitive flag from uploads

Use builtin semantics instead of a custom method for converting
string case flags in uploaded Watched Words to boolean.

* UX: Add case-sensitivity details to Admin Watched Words UI

Update Watched Word form to include a toggle for case-sensitivity.
This also adds support for, case-sensitive testing and matching of  Watched Word
in the admin UI.

* DEV: Code improvements from review feedback

 - Extract watched word regex creation out to a utility function
 - Make JS array presence check more explicit and readable

* DEV: Extract Watched Word regex creation to utility function

Clean-up work from review feedback. Reduce code duplication.

* DEV: Rename word_matcher_regexp to word_matcher_regexp_list

Since a list is returned now instead of a single regular expression,
change `word_matcher_regexp` to `word_matcher_regexp_list` to better communicate
this change.

* DEV:  Incorporate WordWatcher updates from upstream

Resolve conflicts and ensure apply_to_text does not remove non-word characters in matches
that aren't at the beginning of the line.
2022-08-02 10:06:03 +02:00
..
report-filters DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
site-settings FIX: Ensure there is no limit on tag list settings (#17355) 2022-07-06 12:23:23 +01:00
ace-editor.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-backups-logs.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-editable-field.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-form-row.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-nav.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-penalty-history.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-chart.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report-counters.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-counts.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-inline-table.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-per-day-counts.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-stacked-chart.hbs REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
admin-report-storage-stats.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-table-cell.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-table-header.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-table-row.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-table.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report-trust-level-counts.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-report.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-theme-editor.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
admin-user-field-item.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
admin-watched-word.hbs FEATURE: Add support for case-sensitive Watched Words (#17445) 2022-08-02 10:06:03 +02:00
admin-web-hook-event-chooser.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
admin-web-hook-event.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
admin-web-hook-status.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard-new-feature-item.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard-new-features.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard-problems.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-styles-editor.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
embeddable-host.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
embedding-setting.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
emoji-value-list.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
flag-user-lists.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
flag-user.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
highlighted-code.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
inline-edit-checkbox.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
install-theme-item.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
ip-lookup.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
penalty-post-action.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
permalink-form.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
resumable-upload.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
screened-ip-address-form.hbs DEV: Fix submit-on-enter and de-jQ two components (#17484) 2022-07-14 08:59:33 +08:00
secret-value-list.hbs FIX: Inputs using focusout regressed in #17345 (#17389) 2022-07-08 13:00:33 +02:00
setting-validation-message.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
silence-details.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
simple-list.hbs FIX: Inputs using focusout regressed in #17345 (#17389) 2022-07-08 13:00:33 +02:00
site-customization-change-details.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
site-customization-change-field.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
site-setting.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
site-text-summary.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
staff-actions.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
suspension-details.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
tags-uploader.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
themes-list-item.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
themes-list.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
value-list.hbs FIX: Inputs using focusout regressed in #17345 (#17389) 2022-07-08 13:00:33 +02:00
version-checks.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
watched-word-form.hbs FEATURE: Add support for case-sensitive Watched Words (#17445) 2022-08-02 10:06:03 +02:00
watched-word-uploader.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00