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) --- ...aa8246a28826b132d25d4b466891d5296111b82c11682.css.gz | Bin 640 -> 640 bytes ...c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz | Bin 674 -> 674 bytes ...aa8246a28826b132d25d4b466891d5296111b82c11682.css.gz | Bin 640 -> 640 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'public/assets/tinymce/skins/content/writer') diff --git a/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz b/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz index 2985e225..701dea40 100644 Binary files a/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz and b/public/assets/tinymce/skins/content/writer/content-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz differ diff --git a/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz b/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz index 154a0e12..fc64a378 100644 Binary files a/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz and b/public/assets/tinymce/skins/content/writer/content-fea2048f79716f5c01c570401134f8f52f91ccbd5024b8190a5882351f609d44.js.gz differ diff --git a/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz b/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz index 2985e225..701dea40 100644 Binary files a/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz and b/public/assets/tinymce/skins/content/writer/content.min-72d046347f68cd058bbaa8246a28826b132d25d4b466891d5296111b82c11682.css.gz differ -- cgit v1.3