From a627a650fda4e22107245a3269465347bb778258 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 27 Jun 2026 21:14:48 +0200 Subject: Stage 7 click-testing fixes - aggregate: switch to shortcode syntax [aggregate ...]; fix paragraph wrapping by excising the shortcode and its surrounding

before sanitize, concatenating collection output outside sanitized content - page.rb: remove aggregate XML unwrapping from rewrite_links_in_body (no longer needed with shortcode approach) - rss builders: explicit CGI.escapeHTML on title/abstract; Builder 3.3.0 does not escape when target buffer is html_safe (ActionView default) - tinymce: disable menubar and promotion nag; add code plugin, remove paste plugin (built into TinyMCE 8 core); configure via admin_interface.js directly (config/tinymce.yml affects tinymce() helper only, not tinymce.init) --- ...a41d86eb06ea18c6e15edcc8c8c8e4bdd5f917720e7e.js.gz | Bin 1357 -> 1357 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'public/assets/tinymce/plugins/autosave') diff --git a/public/assets/tinymce/plugins/autosave/plugin-10552af34603136a315ba41d86eb06ea18c6e15edcc8c8c8e4bdd5f917720e7e.js.gz b/public/assets/tinymce/plugins/autosave/plugin-10552af34603136a315ba41d86eb06ea18c6e15edcc8c8c8e4bdd5f917720e7e.js.gz index 2a129f1..11400e5 100644 Binary files a/public/assets/tinymce/plugins/autosave/plugin-10552af34603136a315ba41d86eb06ea18c6e15edcc8c8c8e4bdd5f917720e7e.js.gz and b/public/assets/tinymce/plugins/autosave/plugin-10552af34603136a315ba41d86eb06ea18c6e15edcc8c8c8e4bdd5f917720e7e.js.gz differ -- cgit v1.3