discourse/app/assets/javascripts/pretty-text/engines/discourse-markdown
Bianca Nenciu 74f7295631
FIX: Add word boundaries to replace and tag watched words (#13405)
The generated regular expressions did not contain \b which matched
every text that contained the word, even if it was only a substring of
a word.

For example, if "art" was a watched word a post containing word
"artist" matched.
2021-06-18 18:54:06 +03:00
..
anchor.js FIX: Generate unique HTML heading names (#12705) 2021-04-16 10:54:19 +03:00
bbcode-block.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
bbcode-inline.js FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
category-hashtag.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
censored.js DEV: Simplify watched word code (#13103) 2021-05-27 19:20:26 +03:00
code.js FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
custom-typographer-replacements.js FEATURE: Add a typographer rule to replace (pa) with ¶. (#12478) 2021-03-22 15:04:08 -03:00
d-wrap.js FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
emoji.js FEATURE: Add a site setting to allow emojis to come from an external URL (#12180) 2021-03-02 16:04:16 -03:00
helpers.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
html-img.js DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
inject-line-number.js FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
mentions.js DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
newline.js DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
onebox.js DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
paragraph.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
quotes.js FEATURE: Add a site setting to allow emojis to come from an external URL (#12180) 2021-03-02 16:04:16 -03:00
resize-controls.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
table.js FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
text-post-process.js DEV: enforces eslint’s curly rule to the codebase (#10720) 2020-09-22 16:28:28 +02:00
upload-protocol.js FIX: pretty text allow list (#10977) 2020-10-28 13:22:06 +11:00
watched-words.js FIX: Add word boundaries to replace and tag watched words (#13405) 2021-06-18 18:54:06 +03:00