lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

September 2026

  • 1 participants
  • 2198 discussions
[xwiki-contrib/application-releasenotes] 9fe6a4: RN-89: getChanges executes its query without a lim...
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/RN-89 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 9fe6a46bdc4d64147bf1253d9fa792bda6a12ee3 https://github.com/xwiki-contrib/application-releasenotes/commit/9fe6a46bdc… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: 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/Report.xml M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Translations.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/GetChangesMacroPageTest.java A application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ReleaseNotesChangesMacroPageTest.java A application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/ReportPageTest.java Log Message: ----------- RN-89: getChanges executes its query without a limit and each result is then loaded as a full document * Ask the getChanges query for a single page of changes: new limit (default 100) and offset parameters, applied with Query#setLimit/#setOffset. One row beyond the page is fetched, so whether a next page exists is known without a counting query, and it is published beside the changes in <contextVariable>HasMore. * Order the query on the document name after the importance: three importance values leave most of the result set unordered, and a page of an unordered result set may repeat or skip changes. * Page the report: a fixed page size, an offset read from the request, and previous/next links carrying the filters the report was built from. The page size is not read from the request, so no URL can lift the bound. * Give the releasenotechanges macro a limit parameter, applied to each of the six queries it runs, and have a section that left changes out say so instead of looking complete. * Add the "Previous changes", "Next changes" and truncation strings to the translation bundle. * Add page tests for the paging of the query, of the report and of the release note. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notifica…
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24773: Upgrade to @mantine/core 9.6.0
by XWiki Notifications 01 Sep '26

01 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 9acab9: XWIKI-24747: Improve user document events handling
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 9acab9037c92385718529f53a61685d153cb51ee https://github.com/xwiki/xwiki-platform/commit/9acab9037c92385718529f53a616… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CopyPageIT.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- XWIKI-24747: Improve user document events handling * Fix version format * Add missing import To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 24fed4: [Misc] Stop running pnpm dedupe after Renovate upd...
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 24fed466e9115a774ab261c8520799f3118208f1 https://github.com/xwiki/xwiki-platform/commit/24fed466e9115a774ab261c85207… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M .github/renovate.json5 Log Message: ----------- [Misc] Stop running pnpm dedupe after Renovate updates * pnpm dedupe was taking as long as the lockfile generation itself on every npm branch, and the accumulated time was making the Renovate job hit its execution limit before it could process all the branches To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] c931f3: XWIKI-24747: Improve user document events handling
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: c931f3b0cb9de703c013c57ddd25c425df02276c https://github.com/xwiki/xwiki-platform/commit/c931f3b0cb9de703c013c57ddd25… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CopyPageIT.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- XWIKI-24747: Improve user document events handling * Fix version format * Add missing import Commit: 60c507c198727ddec28e35fabeebad610294fe1c https://github.com/xwiki/xwiki-platform/commit/60c507c198727ddec28e35fabeeb… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/pom.xml Log Message: ----------- XWIKI-24357: Provide new algorithms in PasswordClass * Add missing dependency exclusion Compare: https://github.com/xwiki/xwiki-platform/compare/ee2807e88a51...60c507c19872 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/application-releasenotes] cf66a8: RN-90: The application cannot be copied to another...
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/RN-90 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: cf66a8b5428e9cde3ff93ac3ed808eafbbbebaca https://github.com/xwiki-contrib/application-releasenotes/commit/cf66a8b542… Author: Vincent Massol <vincent(a)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(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notifica…
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24774: Upgrade to vue-router 5.3.0
by XWiki Notifications 01 Sep '26

01 Sep '26
1 0
0 0
[xwiki/xwiki-platform] d82485: XWIKI-24747: Improve user document events handling
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: d82485c8289ca6e885be731c6765d54649bc6374 https://github.com/xwiki/xwiki-platform/commit/d82485c8289ca6e885be731c6765… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CopyPageIT.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java Log Message: ----------- XWIKI-24747: Improve user document events handling * Fix version format * Add missing import To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 389cd2: [Misc] Update dependency @oxc-project/runtime to v...
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 389cd23d24244530a5f5ed1a9b71b8061c093b97 https://github.com/xwiki/xwiki-platform/commit/389cd23d24244530a5f5ed1a9b71… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @oxc-project/runtime to v0.147.0 Commit: 59ff58e2cb993c71f498f79c7e2835fc54762827 https://github.com/xwiki/xwiki-platform/commit/59ff58e2cb993c71f498f79c7e28… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @types/node to v24.13.3 Commit: 7b903f6c28fb2ab42d99c1b2cb85a6f8741d1bde https://github.com/xwiki/xwiki-platform/commit/7b903f6c28fb2ab42d99c1b2cb85… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @vitejs/plugin-react to v6.1.1 Commit: d2d5ed2c1c8f69e072e397c3463aec9e669cb732 https://github.com/xwiki/xwiki-platform/commit/d2d5ed2c1c8f69e072e397c3463a… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @vue/test-utils to v2.5.0 Commit: 6538041661e206ea1fde321dc68b983079eac219 https://github.com/xwiki/xwiki-platform/commit/6538041661e206ea1fde321dc68b… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency eslint to v10.9.1 Commit: c9276078bcb011590b2ed90c9ecf6c446663c166 https://github.com/xwiki/xwiki-platform/commit/c9276078bcb011590b2ed90c9ecf… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency i18next to v26.4.0 Commit: 369875acbebe11d4166ff506724f9746497dbdb9 https://github.com/xwiki/xwiki-platform/commit/369875acbebe11d4166ff506724f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency npm-package-json-lint to v10.5.1 Commit: 22d03ae071f1a87159460240bfc1e4eb8bd26b50 https://github.com/xwiki/xwiki-platform/commit/22d03ae071f1a87159460240bfc1… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vite to v8.2.2 Commit: f2359379566621a78e767a3d8f80ccfdf35a3d5d https://github.com/xwiki/xwiki-platform/commit/f2359379566621a78e767a3d8f80… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-24774: Upgrade to vue-router 5.3.0 Compare: https://github.com/xwiki/xwiki-platform/compare/384fbdf861fa...f23593795666 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-docker-build] d09726: [Misc] Upgrade playwright to 1.62.1
by XWiki Notifications 01 Sep '26

01 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker-build Commit: d09726318260bddb5dffaed5ec46410fd2debad0 https://github.com/xwiki/xwiki-docker-build/commit/d09726318260bddb5dffaed5… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M build-node/Dockerfile Log Message: ----------- [Misc] Upgrade playwright to 1.62.1 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker-build/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.