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) --- ...75e9d55ea2a6486e5d0ecfe55c08bd2bd7aa6ab891.js.gz | Bin 36587 -> 36587 bytes ...7353533c5fa2a7afb394817f595d9da008301eb045.js.gz | Bin 29102 -> 29102 bytes ...70e19b0077a62a867a5ba19a40b88d3716f3cf617c.js.gz | Bin 2821 -> 2821 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'public/assets/tinymce/plugins/emoticons') diff --git a/public/assets/tinymce/plugins/emoticons/js/emojiimages-d7a3fd693c01603ed403f675e9d55ea2a6486e5d0ecfe55c08bd2bd7aa6ab891.js.gz b/public/assets/tinymce/plugins/emoticons/js/emojiimages-d7a3fd693c01603ed403f675e9d55ea2a6486e5d0ecfe55c08bd2bd7aa6ab891.js.gz index 0fb0cab..6ff9d9d 100644 Binary files a/public/assets/tinymce/plugins/emoticons/js/emojiimages-d7a3fd693c01603ed403f675e9d55ea2a6486e5d0ecfe55c08bd2bd7aa6ab891.js.gz and b/public/assets/tinymce/plugins/emoticons/js/emojiimages-d7a3fd693c01603ed403f675e9d55ea2a6486e5d0ecfe55c08bd2bd7aa6ab891.js.gz differ diff --git a/public/assets/tinymce/plugins/emoticons/js/emojis-329286fb41a274a8f78c5b7353533c5fa2a7afb394817f595d9da008301eb045.js.gz b/public/assets/tinymce/plugins/emoticons/js/emojis-329286fb41a274a8f78c5b7353533c5fa2a7afb394817f595d9da008301eb045.js.gz index 77ac084..3ec622e 100644 Binary files a/public/assets/tinymce/plugins/emoticons/js/emojis-329286fb41a274a8f78c5b7353533c5fa2a7afb394817f595d9da008301eb045.js.gz and b/public/assets/tinymce/plugins/emoticons/js/emojis-329286fb41a274a8f78c5b7353533c5fa2a7afb394817f595d9da008301eb045.js.gz differ diff --git a/public/assets/tinymce/plugins/emoticons/plugin-7f5dea9001569b030631f470e19b0077a62a867a5ba19a40b88d3716f3cf617c.js.gz b/public/assets/tinymce/plugins/emoticons/plugin-7f5dea9001569b030631f470e19b0077a62a867a5ba19a40b88d3716f3cf617c.js.gz index e18a37d..4649294 100644 Binary files a/public/assets/tinymce/plugins/emoticons/plugin-7f5dea9001569b030631f470e19b0077a62a867a5ba19a40b88d3716f3cf617c.js.gz and b/public/assets/tinymce/plugins/emoticons/plugin-7f5dea9001569b030631f470e19b0077a62a867a5ba19a40b88d3716f3cf617c.js.gz differ -- cgit v1.3