Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-releasenotes Commit: a51afab644e26d51deef53b91b615f07c6b1d24e https://github.com/xwiki-contrib/application-releasenotes/commit/a51afab644e... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerVelocityMacros.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ChangeScreenshotsPageTest.java Log Message: ----------- RN-102: Escape the screenshot and video references in the change displayer macros * Pass each media reference of a change through $services.rendering.escape in #displayScreenshots before it is emitted, both into the reference part of the gallery and standalone image links and into the attachment parameter of the html5video macro, so that a reference is carried as a single value rather than being re-parsed as wiki syntax, consistent with how the change title is escaped in the displayers. * Extend the screenshots page test with the display of the media block, asserting that a reference holding a link or parameter delimiter stays one image and one player, that nothing of it ends up rendered on its own, and that a plain attachment reference still reaches the image and the player unchanged. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 024865c64533dcf53d21ce05511ef9bec9097554 https://github.com/xwiki-contrib/application-releasenotes/commit/024865c6453... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerVelocityMacros.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ChangeScreenshotsPageTest.java Log Message: ----------- Merge pull request #43 from xwiki-contrib/RN-102 RN-102: Escape the screenshot and video references in the change displayer macros Compare: https://github.com/xwiki-contrib/application-releasenotes/compare/1b477f5332... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...