0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 19:36:44 +08:00
discourse/plugins/automation/lib/discourse_automation
Isaac Janzen 599b3901f9
FIX: Prevent automation set_topic_timer from reopening closed topics [backport 2026.1] (#42174)
## Summary

Backports #39375 to `release/2026.1`. This prevents `set_topic_timer`
automations from saving close timers on already-closed topics and
unintentionally reopening them.

Patch: https://patch.discourse.org/patch-triage/1533

Co-authored-by: Régis Hanol <regis@hanol.fr>
2026-07-30 09:19:16 -05:00
..
scripts FIX: Prevent automation set_topic_timer from reopening closed topics [backport 2026.1] (#42174) 2026-07-30 09:19:16 -05:00
triggers FEATURE: Track automation errors and improve logging (#36938) 2026-01-19 18:50:13 +01:00
engine.rb DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
event_handlers.rb FEATURE: New automation for emailing specific users when a post is flagged (#36580) 2025-12-11 10:31:13 +08:00
logger.rb FEATURE: Track automation errors and improve logging (#36938) 2026-01-19 18:50:13 +01:00
plugin_instance_extension.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
post_extension.rb DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
scriptable.rb FEATURE: Track automation errors and improve logging (#36938) 2026-01-19 18:50:13 +01:00
scripts.rb FEATURE: Introduce set_topic_timer automation script (#36660) 2025-12-23 09:46:52 +00:00
stalled_topic_finder.rb FIX: ensures tags/categories are present (#28230) 2024-08-05 22:26:12 +02:00
triggerable.rb FIX: Improve automation on/off toggle (#33482) 2025-08-14 10:16:20 +03:00
triggers.rb FEATURE: New automation for emailing specific users when a post is flagged (#36580) 2025-12-11 10:31:13 +08:00