0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-calendar/spec
Renato Atilio b834edd625
DEV: Remove rich_editor site setting (#41873)
The setting has been hidden and enabled by default since it was switched
on for all sites in mid-2025, making it effectively dead configuration.
The rich editor is now always available, and the per-user
`composition_mode` preference remains the only way to pick between the
markdown and rich text editors.

This also makes the first toolbar button focusable when a
`composer-force-editor-mode` transformer hides the editor mode toggle,
which previously left the toolbar without a tabbable button in that
state.

Since it comes from the same rollout, this also drops the shim that
migrated the pre-`composition_mode` localStorage preference
(`d-editor-prefers-rich-editor`) into the user option. The key hasn't
been written since the rich editor was enabled everywhere a year ago,
and the shim deleted it on first composer open, so any remaining copies
belong to browsers that haven't composed since then — for those, the
default mode is rich anyway.
2026-07-23 19:49:20 -03:00
..
fabricators DEV: Incorporate the discourse-livestream plugin into discourse-calendar (#40466) 2026-06-09 11:30:58 +10:00
fixtures/csv UX: Rework the event bulk invite modal (#40496) 2026-06-18 10:38:34 +02:00
integration FIX: Reset topic tracking when an attendee leaves an event (#40490) 2026-06-15 09:06:46 -03:00
jobs FEATURE: Embedded Zoom webinar for livestream events (#40973) 2026-07-16 10:58:56 +10:00
lib UX: improve livestream chat messaging (#41750) 2026-07-21 11:07:31 +10:00
migrations FEATURE: livestreams as a persistent event option (#41096) 2026-06-26 12:30:21 -04:00
models FEATURE: Embedded Zoom webinar for livestream events (#40973) 2026-07-16 10:58:56 +10:00
requests UX: improve livestream chat messaging (#41750) 2026-07-21 11:07:31 +10:00
serializers UX: improve livestream chat messaging (#41750) 2026-07-21 11:07:31 +10:00
services FEATURE: Embedded Zoom webinar for livestream events (#40973) 2026-07-16 10:58:56 +10:00
system DEV: Remove rich_editor site setting (#41873) 2026-07-23 19:49:20 -03:00