discourse/plugins
Renato Atilio 898cbec67e
FIX: Emoji autocomplete with Unicode characters (#40204)
The term-capture regex used `\w`, which is ASCII-only in JavaScript, so
partial terms like `:glücklich` weren't replaced when picking from the
emoji picker. Switch to `[\p{L}\p{N}_]` with the `u` flag.

Also fix a null-context crash and a duplicate-condition typo in the chat
composer's `onSelectEmoji`.
2026-05-21 16:01:38 -03:00
..
automation FEATURE: Anonymous shadow sessions can outlive suspension of the master account (#40156) 2026-05-20 12:07:56 +08:00
chat FIX: Emoji autocomplete with Unicode characters (#40204) 2026-05-21 16:01:38 -03:00
checklist DEV: Add SystemHelpers::LINE_START_KEY (#39498) 2026-04-23 20:48:54 +02:00
discourse-adplugin FIX: Render house ads correctly in nested replies view (#40198) 2026-05-20 18:00:17 -03:00
discourse-affiliate DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00
discourse-ai UX: Do not add a border-radius to AI Bot textarea (#40196) 2026-05-20 11:56:40 -04:00
discourse-apple-auth I18N: Update translations (#39177) 2026-04-23 12:09:50 +02:00
discourse-assign DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-cakeday DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
discourse-calendar FEATURE: "new event" button in events categories (#40173) 2026-05-21 13:04:34 -04:00
discourse-chat-integration DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-data-explorer UI: AI mode on DE edit page (step 4/n) (#40174) 2026-05-21 22:18:05 +08:00
discourse-details DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discourse-gamification DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-github FEATURE: Add PR status icon to inline oneboxes (#39649) 2026-05-04 18:15:14 +02:00
discourse-graphviz DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
discourse-hcaptcha DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
discourse-lazy-videos DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
discourse-local-dates DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
discourse-login-with-amazon I18N: Update translations (#39576) 2026-04-30 11:50:45 +02:00
discourse-lti DEV: Fix assigned but unused variable Prism warnings (#39436) 2026-04-22 12:42:14 +02:00
discourse-math DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
discourse-microsoft-auth DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
discourse-narrative-bot DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-oauth2-basic I18N: Update translations (#40114) 2026-05-18 14:38:45 +02:00
discourse-openid-connect I18N: Update translations (#40114) 2026-05-18 14:38:45 +02:00
discourse-patreon DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-policy DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-post-voting DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-presence DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
discourse-reactions FIX: Properly URL-encode reaction value when fetching reaction users (#40218) 2026-05-21 15:54:41 +02:00
discourse-rewind DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-rss-polling I18N: Update translations (#40027) 2026-05-17 19:13:55 +02:00
discourse-solved DEV: Update UC statuses for solved & topic voting plugins (#40184) 2026-05-21 09:18:02 +10:00
discourse-subscriptions DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
discourse-templates DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-topic-voting DEV: Update UC statuses for solved & topic voting plugins (#40184) 2026-05-21 09:18:02 +10:00
discourse-user-notes DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
discourse-zendesk-plugin FIX: preserve Zendesk webhook email attribution (#40115) 2026-05-18 21:04:47 +05:30
footnote DEV: Remove ember-template-lint (#40077) 2026-05-15 20:54:13 +01:00
poll DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
spoiler-alert I18N: Update translations (#39701) 2026-05-04 21:30:12 +02:00
styleguide DEV: Remove ember-template-lint (#40077) 2026-05-15 20:54:13 +01:00