discourse/app/controllers/admin/config
Martin Brennan 1cb6d36fef
FEATURE: Merge permanent upcoming changes with new features feed (#38526)
Instead of showing new feature feed items in the main list for admins,
we are going to show them in the "what's new" page, because then all
admins
even admins that haven't noticed the item being automatically enabled
will see them.

In addition, a linked PR for the new features feed plugin will
allow admins to override details for permanent upcoming changes,
or show them in different websites like releases.discourse.org 

* Merge new feature feed items with permanent upcoming changes,
taking into account if the items are already linked to an upcoming
change
* If a new feature feed item is linked to an upcoming change, but the
   site doesn't have that upcoming change or it's not in the permanent
   status, then exclude it from the new features feed
* Add filter option to UpcomingChanges::List to filter by specific
  status
* Add option to return the actual file path of the upcoming change
  image so a file reference can be created and an upload can be made
  from that
* Cache current status + datetime the status changed for every
   upcoming change, as well as all permanent upcoming changes,
   keyed to the git version

---------

Co-authored-by: Régis Hanol <regis@hanol.fr>
2026-03-25 07:52:31 +10:00
..
about_controller.rb DEV: Port the about page extra groups functionality into core (#32659) 2025-05-14 09:44:25 +08:00
color_palettes_controller.rb DEV: Remove dual mode support for palettes and drop theme-owned palettes (#34467) 2025-08-26 06:24:11 +03:00
customize_controller.rb FEATURE: Move theme site settings config page to a tab in the customize page (#34376) 2025-08-20 12:03:47 +10:00
discourse_id_controller.rb FIX: Log Discourse ID setting changes to staff action logs (#37649) 2026-02-10 18:18:35 +11:00
flags_controller.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fonts_controller.rb DEV: Allow specifying dependent settings in configuration (#36061) 2025-11-27 13:23:43 +08:00
logo_controller.rb DEV: exclude hidden settings when auto updating logos (#38124) 2026-02-27 11:00:23 -08:00
site_settings_controller.rb FEATURE: Localization admin settings config page (#31085) 2025-01-31 12:55:30 +10:00
upcoming_changes_controller.rb FEATURE: Merge permanent upcoming changes with new features feed (#38526) 2026-03-25 07:52:31 +10:00
welcome_banner_controller.rb UX: add admin config area for welcome banner (#36022) 2025-11-19 11:46:54 -05:00