Branch: refs/heads/RN-90 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 27f1d2b81cded9b11335b67392f37cbf66cce8bc https://github.com/xwiki-contrib/application-releasenotes/commit/27f1d2b81cd... Author: Vincent Massol <vincent@massol.net> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeClass.xml 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/main/resources/ReleaseNotes/Code/Change/ChangeSheet.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeTemplate.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/DisplayChangesMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/GetChangesMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ReleaseNotesChangesMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/ContributorsSheet.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/EntryVelocityMacros.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeCustomReport.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseChanges.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseNotes.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/MigrationFrom1x.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/ReleaseNotesContributorsMacro.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Data/WebHome.xml A application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/SpaceNameIndependencePageTest.java A application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/StaticReferenceTest.java Log Message: ----------- RN-90: The application cannot be copied to another top-level space, although its pages resolve that space at runtime * Name ReleaseNotes in the 57 page references, XWQL statements, HTML attributes, Live Data sourceParameters, link and JSX/SSX identifiers that were built out of $topSpace, across 18 pages, and drop the variable together with the runtime lookup that fed it. Supporting a second install location would first need the ClassSheetBinding objects, Code.ReleaseNotesConfig and the applications panel entry to hold relative values, which they cannot. * Drop the $topSpace parameter of #addClause in GetChangesMacro, which never read it. * Add StaticReferenceTest, which reads the XAR sources and fails on any page that works out at runtime which space it is running in, and SpaceNameIndependencePageTest, which renders a change through displayChanges from a page whose top-level space carries an awkward name and asserts the output is the one a plain name produces. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...