discourse/plugins/automation
Chris Alberti 0b65360094
FIX: Make post created/edited automation trigger regexes more specific (#32944)
- For `with_images`, ignore `<img>` tags representing emoji or a quote
avatar
- For `with_links` and `with_uploads`, exclude tags starting with the
letter "a" other than `<a>` (like `<aside>`)
- For `with_code`, the `<pre>` tag wasn't being detected because it was
expecting an extra char before the ">"
2025-05-27 15:40:00 -05:00
..
admin/assets/javascripts FIX: prevents double load of automation.index (#32899) 2025-05-26 08:17:26 +02:00
app PERF: prevents N+1 on last_updated_by (#32817) 2025-05-20 17:07:37 +02:00
assets DEV: Replace all @breakpoint with @viewport.* (#32649) 2025-05-12 12:52:45 +01:00
config Update translations (#32939) 2025-05-27 22:11:24 +02:00
db FEATURE: Add automation statistics tracking to Automation (#31921) 2025-03-21 12:53:26 +11:00
lib FIX: Make post created/edited automation trigger regexes more specific (#32944) 2025-05-27 15:40:00 -05:00
spec FIX: Make post created/edited automation trigger regexes more specific (#32944) 2025-05-27 15:40:00 -05:00
test/javascripts/integration/components DEV: [gjs-codemod] Convert automation/styleguide/other to gjs 2025-04-14 15:36:16 +01:00
plugin.rb DEV: Refactor the Automation Plugin UI to match admin UI guidelines (#31060) 2025-02-05 14:34:15 +11:00