Branch: refs/heads/RN-100 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 2c979d507766bdb0ce3073f4054f2b777a075ce9 https://github.com/xwiki-contrib/application-releasenotes/commit/2c979d50776... 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/ChangeDisplayerFlow.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerGrid.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerList.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerSimple.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/DisplayChangesMacroPageTest.java A application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/RenderingScriptServiceStub.java M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/SpaceNameIndependencePageTest.java Log Message: ----------- RN-100: Escape the change title in the change displayer macros * Pass the change title through $services.rendering.escape in the Simple, List, Grid and Flow change displayers, so a title is rendered as text rather than being re-parsed as wiki syntax, consistent with how the contributors macro already escapes its entries. * Add a page test asserting a title carrying a macro is displayed inert, and a small $services.rendering stand-in so the displayer page tests can exercise the escaping. Co-Authored-By: Claude Opus 4.8 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...