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 -----
  • 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]

August 2026

  • 1 participants
  • 2088 discussions
[[email protected]][Issue] Updates for CPARENT-29: Release contrib parent pom based on XWiki 17.10.11
by XWiki Notifications 11 Aug '26

11 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24443: Update dependency org.webjars.npm:less to v4.8.1
by XWiki Notifications 11 Aug '26

11 Aug '26
1 0
0 0
[xwiki/xwiki-platform] af71ec: XWIKI-24680: Moving an attachment deletes the atta...
by XWiki Notifications 11 Aug '26

11 Aug '26
Branch: refs/heads/XWIKI-24680 Home: https://github.com/xwiki/xwiki-platform Commit: af71ec496008df1cea438eb83bc2cd9134afe26f https://github.com/xwiki/xwiki-platform/commit/af71ec496008df1cea438eb83bc2… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-08-11 (Tue, 11 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/pom.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-api/src/test/java/org/xwiki/attachment/internal/refactoring/job/MoveAttachmentJobTest.java Log Message: ----------- XWIKI-24680: Moving an attachment deletes the attachment without creating the new one * Restore the assertions on the calls performed by the job that the conversion to @OldcoreTest had dropped: which document is saved with which comment, that the rolled back document is saved with the rollback comment, which document the existing redirection is removed from, and that no document is saved at all when the rights are missing. * Assert that the job leaves the document instance held by the store untouched, which is what the verifications on XWikiDocument#clone() used to cover. * Resolve the document authors with the real user reference components instead of mocking the resolver, since the previous assertion on GuestUserReference held even when no author was set. * Assert the redirection object in the test covering the failure to save the target document. 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
[xwiki/xwiki-platform] fd42c5: XWIKI-24443: Update dependency org.webjars.npm:les...
by XWiki Notifications 11 Aug '26

11 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: fd42c55d20e5f9df3b9848483a0489e026c79a9d https://github.com/xwiki/xwiki-platform/commit/fd42c55d20e5f9df3b9848483a04… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-08-11 (Tue, 11 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/pom.xml Log Message: ----------- XWIKI-24443: Update dependency org.webjars.npm:less to v4.8.1 (#5390) 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] dabd72: XWIKI-24684: Update dependency org.webjars.npm:vue...
by XWiki Notifications 11 Aug '26

11 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: dabd72c6b9067a42b2ae845fa49f78f4fb7dc104 https://github.com/xwiki/xwiki-platform/commit/dabd72c6b9067a42b2ae845fa49f… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-08-11 (Tue, 11 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-24684: Update dependency org.webjars.npm:vue to v3.5.41 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 6e9ac9: XCOMMONS-3739: Add grouped cache loader for caches...
by XWiki Notifications 11 Aug '26

11 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 6e9ac9088b8ff16dce31c1c44e9eb2da8a7d7ef8 https://github.com/xwiki/xwiki-commons/commit/6e9ac9088b8ff16dce31c1c44e9eb… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-08-11 (Tue, 11 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoaderGroup.java A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderGroupTest.java M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3739: Add grouped cache loader for caches sharing an invalidation domain (#1886) * Add CacheLoaderGroup to allow several caches with the same invalidation domain to properly share a loader. * Make CacheLoader a viewer for a single cache, keeping the current API. * Add unit tests. 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-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-540: Broken MathJax Code Block Migration
by XWiki Notifications 11 Aug '26

11 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24683: Factorize the duplicated user-with-avatar display macro in likers.vm and getusers.vm
by XWiki Notifications 11 Aug '26

11 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24493: Update dependency org.webjars.npm:vue to v3.5.38
by XWiki Notifications 11 Aug '26

11 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24684: Update dependency org.webjars.npm:vue to v3.5.41
by XWiki Notifications 11 Aug '26

11 Aug '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • ...
  • 209
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.