discourse/app
Martin Brennan e94ab11477
DEV: Allow for setting a message with SiteSetting.set_and_log (#27447)
When we turn on settings automatically for customers,
we sometimes use `.set_and_log` which will make a staff
action log for the site setting change. This is fine, but
there is no context for customers.

This change allows setting a message with `.set_and_log`, which
will be stored in the `details` column of the staff action log
created, which will show up on `/admin/logs/staff_action_logs`

---------

Co-authored-by: Kelv <kelv@discourse.org>
2024-06-13 14:59:49 +10:00
..
assets DEV: Allow for setting a message with SiteSetting.set_and_log (#27447) 2024-06-13 14:59:49 +10:00
controllers FIX: fix Webhook events filter 'loadMore' not taking params (#27403) 2024-06-11 20:17:47 -05:00
helpers DEV: Remove duplicate definition of RTL locales and add Uyghur to the list (#27387) 2024-06-08 21:24:39 +02:00
jobs FIX: Jobs::EnsureS3UploadsExistence broken for multisite (#27401) 2024-06-10 16:26:39 +08:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models FIX: Use the proper i18n argument name 2024-06-12 11:11:02 +02:00
serializers UX: Show message and chat buttons on hidden profiles (#27326) 2024-06-10 10:38:22 -03:00
services FIX: Message for bulk closing topics silently (#27400) 2024-06-11 09:36:54 +10:00
views FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00