discourse/lib/plugin
Régis Hanol a8e51fa832
UX: Sort admin sidebar plugin links alphabetically (#36674)
Plugins in the admin sidebar were displayed in an unpredictable order
based on load sequence. This makes it harder for admins to find specific
plugins, especially as the number of installed plugins grows.

Sort plugin links alphabetically by their translated display name, with
the internal plugin name as a secondary sort key for stability.

The sorting uses localeCompare for proper internationalization support.
2025-12-18 12:15:06 +01:00
..
filter.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
filter_manager.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
instance.rb UX: Sort admin sidebar plugin links alphabetically (#36674) 2025-12-18 12:15:06 +01:00
metadata.rb DEV: Enforce deprecation-free tests for preinstalled plugins/themes (#36445) 2025-12-16 17:48:29 -03:00