discourse/app
Loïc Guitaut 5c37a5d0f2
FIX: Allow to add the same watched word with a different case (#17799)
Currently we can’t add a case-sensitive watched word if another one
exists with a different case. For example, the existing watched word
`Meta` has been created and is case-sensitive. Now an admin tries to add
`metA` while marking it as case-sensitive too, this won’t work and the
word won’t be added.

This patch changes this behavior by allowing to add same words that have
different cases, so the example above will now work as expected.

We still check for uniqueness but case-sensitivy is now taken
into account. It means that if the watched word `meta` already exists
and is not case-sensitive then it will not be possible to add `Meta`
(case-sensitive or not) as `meta` already matches every possible
variations of this word.
2022-08-05 12:18:17 +02:00
..
assets FIX: Allow to add the same watched word with a different case (#17799) 2022-08-05 12:18:17 +02:00
controllers DEV: Wire up the dimiss button in the new notifications menu (#17745) 2022-08-03 15:32:35 +03:00
helpers FIX: bots could generate errors when slug generation method is encoded (#17224) 2022-07-29 16:27:52 +10:00
jobs DEV: Combine all header notification bubbles into one in the new user menu (#17718) 2022-08-03 08:57:59 +03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Allow to add the same watched word with a different case (#17799) 2022-08-05 12:18:17 +02:00
serializers DEV: Combine all header notification bubbles into one in the new user menu (#17718) 2022-08-03 08:57:59 +03:00
services FIX: Update word_watcher cache key following schema change (#17755) 2022-08-02 12:11:08 +01:00
views UX: update register admin wizard page styles (#17785) 2022-08-03 21:49:21 -04:00