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
  • 2099 discussions
[xwiki/xwiki-platform] 4abce8: XWIKI-24648: Realtime user list in CKEditor and wi...
by XWiki Notifications 13 Aug '26

13 Aug '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 4abce805a647f9777c8e881f7358b91ce7a36979 https://github.com/xwiki/xwiki-platform/commit/4abce805a647f9777c8e881f7358… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-08-13 (Thu, 13 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/toolbar.js Log Message: ----------- XWIKI-24648: Realtime user list in CKEditor and wiki editor flickers when other users move the caret (#6040) * Skip the coeditor list update when none of the displayed information changed. The user data published by each coeditor also holds their caret position, which is polled every 3 seconds, so the whole list was emptied and rebuilt every few seconds while somebody else was moving the caret across block elements, making the coeditors visibly disappear and re-appear, both on the toolbar and in an open coeditors dropdown. * Reconcile the coeditor list in place instead of emptying it and re-creating every entry, so that a genuine join or leave doesn't recreate the elements of the coeditors that didn't change. The avatar source is now always set, falling back on the default avatar from the template, since a reused element may hold the avatar of a coeditor that had one. Co-authored-by: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 13f10cae2762eb0fe417ea8e400e5e1c60b47a9a) 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 XWIKI-24699: Clicking "Add" in the class editor with empty property name goes to the preview
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24646: notification cache can be repopulated with an outdated result after its invalidation
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24539: Paged.js named strings are serialized with unmatched quotes in PDF Export (string-set content(text))
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3109: Declare project.build.outputTimestamp to make the build reproducible
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24539: Paged.js named strings are serialized with unmatched quotes in PDF Export (string-set content(text))
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[xwiki/xwiki-platform] ee669d: XWIKI-24646: notification cache can be repopulated...
by XWiki Notifications 13 Aug '26

13 Aug '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: ee669d2f6da3002f9e61c21b71cc3c191b300680 https://github.com/xwiki/xwiki-platform/commit/ee669d2f6da3002f9e61c21b71cc… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-13 (Thu, 13 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/DefaultAsyncNotificationRenderer.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/DefaultNotificationCacheManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/test/java/org/xwiki/notifications/notifiers/internal/DefaultAsyncNotificationRendererTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/test/java/org/xwiki/notifications/notifiers/internal/DefaultNotificationCacheManagerTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/NotificationEventExecutor.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/test/java/org/xwiki/notifications/rest/internal/NotificationEventExecutorTest.java Log Message: ----------- XWIKI-24646: notification cache can be repopulated with an outdated result after its invalidation (#6034) * Add a counter (epoch) to avoid caching outdated notification results. * Fix the gap between checking the epoch and storing the cached value by making the epoch part of the cache key. Keep the removal of the cached value to avoid that the cache accumulates outdated values. * Adapt the tests to use an actual cache implementation. * Add a test that verifies the race condition. * Improve and add tests. Co-authored-by: Michael Hamann <michael.hamann(a)xwiki.com> Co-authored-by: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 44684246df3be9933d0c7dbfaaa09aa2cc24d1e4) 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 XCOMMONS-3109: Declare project.build.outputTimestamp to make the build reproducible
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3742: Class files in legacy modules contain absolute build environment paths
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3741: Configure JAXB Maven plugin to remove timestamps to make the generated sources reproducible
by XWiki Notifications 13 Aug '26

13 Aug '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • ...
  • 210
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.