Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 61f689d1a0bf44e61e465807a6f67266cf866537 https://github.com/xwiki-contrib/application-releasenotes/commit/61f689d1a0b... Author: Vincent Massol <vincent@massol.net> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M application-releasenotes-test/application-releasenotes-test-docker/src/test/it/org/xwiki/releasenotes/test/ui/ReleaseNotesIT.java M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseChanges.xml Log Message: ----------- RN-80: The Release Changes Live Data overflows the page: the Summary column is hidden and the Title column wraps mid-word * Reduce the default columns of the "Release Changes" Live Data of the application home page to the ones that fit the width of a standard page, leaving out the creation date and the free text summary. Live Data has no column width of its own, so the number of columns is the only lever: with eight of them the table was wider than the content area, and since the table layout scrolls sideways with nothing indicating it, "Summary" was simply out of view while "Title" was squeezed to its 4rem minimum and broke its text mid-word. * Move the link to the change from the creation date to the title, which becomes the first column, the title being what identifies a change. The link keeps working without the creation date because the live table source always returns doc_url, whatever the queried properties are. * Keep both left out columns reachable: they stay in the Live Data column selector, which lists every ChangeClass property, and their translation keys are unchanged. * Extend the functional test to check the link on the title, the absence of the two columns from the defaults, and that the table no longer overflows its container. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Commit: f0fa814ab20077fd5339c5e48d6a0411f4d4c09d https://github.com/xwiki-contrib/application-releasenotes/commit/f0fa814ab20... Author: Vincent Massol <vincent@massol.net> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M application-releasenotes-test/application-releasenotes-test-docker/src/test/it/org/xwiki/releasenotes/test/ui/ReleaseNotesIT.java M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/HomeReleaseChanges.xml Log Message: ----------- RN-80: The Release Changes Live Data overflows the page: the Summary column is hidden and the Title column wraps mid-word Compare: https://github.com/xwiki-contrib/application-releasenotes/compare/91799826d2... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...