discourse/app
Kane York ec537e5ea2 FIX: Do not interpret backreferences in email content
This changes from providing a string literal for the #sub replacement, to providing a block.
Because the block is provided the match object, it is presumed to have already performed all necessary backreferences.
This avoids any replacement of backreferences in the message body.
2021-07-08 15:56:09 -07:00
..
assets FIX: Do not wrap flair title in chooser (#13667) 2021-07-08 15:51:47 +03:00
controllers FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
helpers FIX: Do not interpret backreferences in email content 2021-07-08 15:56:09 -07:00
jobs FIX: Do not prevent other topic timers running on error (#13665) 2021-07-08 12:49:58 +10:00
mailers FIX: Do not show In Reply To for group SMTP emails (#13541) 2021-06-28 13:19:17 +10:00
models FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
serializers FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
services FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
views FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30