Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 00ec9ee613901e8ebd54a0d7beb77945447769e2 https://github.com/xwiki-contrib/application-releasenotes/commit/00ec9ee6139... Author: Vincent Massol <[email protected]> Date: 2026-09-05 (Sat, 05 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Report.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ReportPageTest.java Log Message: ----------- RN-109: The custom report displays its own macro calls when a filter value ends with a tilde * Escape each report filter value for the wiki syntax instead of removing the quote characters from it, so that a value ending with the escape character can no longer escape the closing quote of the macro parameter it is written into and leave the whole call unparsed. * Keep the paging links carrying the value as it was typed: the escaping belongs to the wiki syntax the value is written into, not to the value itself. * Guard all three with page tests. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: ad4235f794343b949a8878a14bb4068fe533f74c https://github.com/xwiki-contrib/application-releasenotes/commit/ad4235f7943... Author: Vincent Massol <[email protected]> Date: 2026-09-05 (Sat, 05 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Report.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ReportPageTest.java Log Message: ----------- Merge pull request #49 from xwiki-contrib/RN-109 RN-109: The custom report displays its own macro calls when a filter value ends with a tilde Compare: https://github.com/xwiki-contrib/application-releasenotes/compare/6e9b57eb8e... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...