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
  • 2257 discussions
[[email protected]][Issue] Updates for XWIKI-24744: Upgrade blocknote to 0.54.2
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24859: Upgrade the standalone packaging to Jetty 12.1.13
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[xwiki/xwiki-platform] 6ea3f8: XWIKI-24717: Wrong reference used in DownloadRevAc...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 6ea3f8fb42d0363cabbcc76b8db46b4d827a1985 https://github.com/xwiki/xwiki-platform/commit/6ea3f8fb42d0363cabbcc76b8db4… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/AllIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/DownloadAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/ViewAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/src/main/java/org/xwiki/attachment/test/po/AttachmentRevisionPage.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/DeletedAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DeletedAttachmentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStoreTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/viewattachrev.vm Log Message: ----------- XWIKI-24717: Wrong reference used in DownloadRevAction * Add integration tests covering DownloadRevAction and ViewAttachRevAction * Ensure that the obtained deleted attachment matches the requested one in HibernateAttachmentRecycleBinStore * Add missing check in DeletedAttachment API and cover it with test * Extract the download and the display of an attachment revision in a new AttachmentRevisionPage page object * Give the attachment revisions table an id so that the page object can rely on it instead of on the requested action Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit afc5288887bb5a341d3a8a2c8f413194ea362616) 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] 5f15fe: XWIKI-24744: Upgrade blocknote to 0.54.2
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5f15feb5bfb23f2f4f988b77656c70c16358e067 https://github.com/xwiki/xwiki-platform/commit/5f15feb5bfb23f2f4f988b77656c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-24744: Upgrade blocknote to 0.54.2 * Bump the @blocknote/core, @blocknote/mantine and @blocknote/react catalog entries from 0.54.0 to 0.54.2 and dedupe the lockfile. No source change was needed: the type checks, the API report, the unit tests and the Playwright component tests of blocknote-react, blocknote-headless and link-modal-ui all pass unchanged. 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] 93e6a2: XWIKI-24717: Wrong reference used in DownloadRevAc...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 93e6a281915cfd16c80abdc7643f0fdb9109f4bf https://github.com/xwiki/xwiki-platform/commit/93e6a281915cfd16c80abdc7643f… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/AllIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/DownloadAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/ViewAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/src/main/java/org/xwiki/attachment/test/po/AttachmentRevisionPage.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/DeletedAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DeletedAttachmentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStoreTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/viewattachrev.vm Log Message: ----------- XWIKI-24717: Wrong reference used in DownloadRevAction * Add integration tests covering DownloadRevAction and ViewAttachRevAction * Ensure that the obtained deleted attachment matches the requested one in HibernateAttachmentRecycleBinStore * Add missing check in DeletedAttachment API and cover it with test * Extract the download and the display of an attachment revision in a new AttachmentRevisionPage page object * Give the attachment revisions table an id so that the page object can rely on it instead of on the requested action Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit afc5288887bb5a341d3a8a2c8f413194ea362616) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRAPP-436: Add a direct "Edit" button on each page entry in the "All Changes" panel
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for CRAPP-433: Display the number of change requests in the "Change Request" tab of the page extra area
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[xwiki/xwiki-platform] c2af2d: XWIKI-24717: Wrong reference used in DownloadRevAc...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: c2af2d7bb0c042a4c042d63ed4d1d58502884a2a https://github.com/xwiki/xwiki-platform/commit/c2af2d7bb0c042a4c042d63ed4d1… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/AllIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/DownloadAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/ViewAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/src/main/java/org/xwiki/attachment/test/po/AttachmentRevisionPage.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/DeletedAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DeletedAttachmentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStoreTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/viewattachrev.vm Log Message: ----------- XWIKI-24717: Wrong reference used in DownloadRevAction * Add integration tests covering DownloadRevAction and ViewAttachRevAction * Ensure that the obtained deleted attachment matches the requested one in HibernateAttachmentRecycleBinStore * Add missing check in DeletedAttachment API and cover it with test * Extract the download and the display of an attachment revision in a new AttachmentRevisionPage page object * Give the attachment revisions table an id so that the page object can rely on it instead of on the requested action Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit afc5288887bb5a341d3a8a2c8f413194ea362616) 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] afc528: XWIKI-24717: Wrong reference used in DownloadRevAc...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: afc5288887bb5a341d3a8a2c8f413194ea362616 https://github.com/xwiki/xwiki-platform/commit/afc5288887bb5a341d3a8a2c8f41… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/AllIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/DownloadAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/ViewAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/src/main/java/org/xwiki/attachment/test/po/AttachmentRevisionPage.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/DeletedAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DeletedAttachmentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStoreTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/viewattachrev.vm Log Message: ----------- XWIKI-24717: Wrong reference used in DownloadRevAction * Add integration tests covering DownloadRevAction and ViewAttachRevAction * Ensure that the obtained deleted attachment matches the requested one in HibernateAttachmentRecycleBinStore * Add missing check in DeletedAttachment API and cover it with test * Extract the download and the display of an attachment revision in a new AttachmentRevisionPage page object * Give the attachment revisions table an id so that the page object can rely on it instead of on the requested action 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/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRAPP-436: Add a direct "Edit" button on each page entry in the "All Changes" panel
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • ...
  • 226
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.