0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-calendar/spec/system
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
..
composer DEV: Remove rich_editor site setting (#41873) 2026-07-23 19:49:20 -03:00
page_objects/discourse_calendar FEATURE: Embedded Zoom webinar for livestream events (#40973) 2026-07-16 10:58:56 +10:00
anonymous_user_rsvp_event_spec.rb DEV: Fix anonymous-related spec flakes (#40502) 2026-06-03 11:37:17 +02:00
calendar_first_day_of_week_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
category_calendar_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
category_event_sorting_settings_spec.rb DEV: Make enable_simplified_category_creation Permanent (#39739) 2026-05-06 12:21:50 +10:00
core_features_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
desktop_topic_livestream_authenticated_spec.rb UX: improve livestream chat messaging (#41750) 2026-07-21 11:07:31 +10:00
disable_sort_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
event_card_spec.rb DEV: Stabilize event card system test (#41638) 2026-07-13 07:46:58 +08:00
events_category_type_setup_spec.rb DEV: Remove enable_simplified_category_creation old code (#40108) 2026-05-27 10:04:46 +10:00
group_timezones_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
livestream_calendar_event_spec.rb FEATURE: Embedded Zoom webinar for livestream events (#40973) 2026-07-16 10:58:56 +10:00
mobile_topic_livestream_authenticated_spec.rb FEATURE: Embedded Zoom webinar for livestream events (#40973) 2026-07-16 10:58:56 +10:00
post_calendar_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
post_event_spec.rb UX: Fix several event editor, builder, and calendar card issues (#41080) 2026-07-02 13:04:23 +02:00
upcoming_events_spec.rb FIX: Single-occurrence RSVPs filled the "My events" calendar (#40813) 2026-07-01 21:04:25 +02:00