discourse/app
Joffrey JAFFEUX 521500f8b7
FIX: correctly replace emojis in bookmark reminder (#35061)
- The menu item logic was incorrect as it was bypassing replacing emoji
if we already had a `safeString` object but in this case the emojis had
not been replaced yet. We now have the superior `replaceEmoji` pattern
which will handle this complexity correctly.

- `replaceEmoji` was not called in `bookmark-list`
2025-09-30 11:16:05 +02:00
..
assets FIX: correctly replace emojis in bookmark reminder (#35061) 2025-09-30 11:16:05 +02:00
controllers FEATURE: Bulk select posts and delete drafts (#34972) 2025-09-29 12:47:54 -07:00
helpers FIX: Add ld+json VideoObject to each lazy video (#34678) 2025-09-03 22:01:14 +08:00
jobs DEV: Allow impersonation without session swapping (#34213) 2025-08-21 14:18:15 +08:00
mailers DEV: Remove ability to use users' names in group mention notifications and mentions shown in emails and added :user_notification_email_options plugin modifier to allow plugins reintroduce this or other modifications to emails (#33449) 2025-07-14 15:20:08 -05:00
models PERF: optimize translation progress dashboard with batch query (#34861) 2025-09-29 13:32:40 +08:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers FEATURE: Allow hiding user fields on signup form (#34672) 2025-09-15 10:42:07 +08:00
services FIX: add support for subfolder in discourse-id registration (#35011) 2025-09-29 20:06:57 +02:00
views UX: Redesign 404 (#34999) 2025-09-25 22:14:44 -06:00