mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 09:32:48 +08:00
862007fb18
* 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. |
||
---|---|---|
.. | ||
admin_user_list_response.json | ||
admin_user_response.json | ||
backups_create_request.json | ||
backups_list_response.json | ||
badge_create_request.json | ||
badge_create_response.json | ||
badge_list_response.json | ||
badge_update_request.json | ||
badge_update_response.json | ||
category_create_request.json | ||
category_create_response.json | ||
category_list_response.json | ||
category_topics_response.json | ||
category_update_response.json | ||
group_add_members_request.json | ||
group_add_members_response.json | ||
group_create_request.json | ||
group_create_response.json | ||
group_members_response.json | ||
group_remove_members_request.json | ||
group_remove_members_response.json | ||
group_response.json | ||
groups_list_response.json | ||
post_delete_request.json | ||
post_replies_response.json | ||
search_response.json | ||
site_response.json | ||
success_ok_response.json | ||
tag_group_create_request.json | ||
tag_group_create_response.json | ||
topic_create_request.json | ||
topic_create_response.json | ||
topic_show_response.json | ||
upload_abort_multipart_request.json | ||
upload_batch_presign_multipart_parts_request.json | ||
upload_batch_presign_multipart_parts_response.json | ||
upload_complete_external_upload_request.json | ||
upload_complete_multipart_request.json | ||
upload_create_multipart_request.json | ||
upload_create_multipart_response.json | ||
upload_create_request.json | ||
upload_create_response.json | ||
upload_generate_presigned_put_request.json | ||
upload_generate_presigned_put_response.json | ||
user_actions_response.json | ||
user_anonymize_response.json | ||
user_badges_response.json | ||
user_create_request.json | ||
user_create_response.json | ||
user_delete_request.json | ||
user_delete_response.json | ||
user_emails_response.json | ||
user_get_response.json | ||
user_password_change_request.json | ||
user_password_reset_request.json | ||
user_password_reset_response.json | ||
user_refresh_gravatar_response.json | ||
user_silence_request.json | ||
user_silence_response.json | ||
user_suspend_request.json | ||
user_suspend_response.json | ||
user_update_avatar_request.json | ||
user_update_email_request.json | ||
user_update_request.json | ||
user_update_response.json | ||
user_update_username_request.json | ||
users_public_list_response.json |