discourse/plugins/automation
Martin Brennan 5711bf6f27
DEV: Move admin config pages out of /customize/ sub-route (#30511)
The customize routes add CSS classes that make these admin
config pages look different from the ones under /admin/config.
We want all config routes to be under /admin/config as well.

This commit moves the emoji, user fields, and permalinks pages
out of customize and into config, updating all references and
adding more rails routes as needed.

Also renames admin emojis route to emoji, emoji is singular and plural.
2025-01-02 09:13:11 +10:00
..
admin/assets/javascripts/admin UX: Apply admin table to Automation settings page (#30341) 2024-12-19 05:07:14 -07:00
app DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00
assets/stylesheets/common UX: Apply admin table to Automation settings page (#30341) 2024-12-19 05:07:14 -07:00
config UX: Apply admin table to Automation settings page (#30341) 2024-12-19 05:07:14 -07:00
db UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
lib DEV: Memoize group find when adding users to groups (#30296) 2024-12-16 17:47:24 +08:00
spec DEV: Change hide_email_address_taken default to true (#30293) 2024-12-17 10:46:04 +08:00
test/javascripts/integration/components DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
plugin.rb FEATURE: Add user to topic_tags_changed event (#28714) 2024-09-06 11:23:30 -03:00