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]

December 2025

  • 1 participants
  • 1503 discussions
[[email protected]][Issue] Updates for XWIKI-23779: Change of start page not working
by XWiki Notifications 01 Dec '25

01 Dec '25
1 0
0 0
[xwiki/xwiki-platform] 93b4a6: XCOMMONS-3451: Realtime editing doesn't support cl...
by XWiki Notifications 01 Dec '25

01 Dec '25
Branch: refs/heads/feature-realtime-cluster Home: https://github.com/xwiki/xwiki-platform Commit: 93b4a6b16f7f969e063b69d272b4232c5b315947 https://github.com/xwiki/xwiki-platform/commit/93b4a6b16f7f969e063b69d272b4… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChange.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorListener.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorTracker.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannels.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelsListener.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/InternalEntityChannelStore.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/RemoteUser.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/XWikiLocalUserFactory.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/EntityChannelCreatedEvent.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/EntityChannelScriptAuthorChangeEvent.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/RemoteCommandEventConverter.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorTrackerTest.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/event/RemoteCommandEventConverterTest.java A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/event/AbstractRemoteEventListener.java Log Message: ----------- XCOMMONS-3451: Realtime editing doesn't support clustering 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] 36f309: XCOMMONS-3451: Realtime editing doesn't support cl...
by XWiki Notifications 01 Dec '25

01 Dec '25
Branch: refs/heads/feature-realtime-cluster Home: https://github.com/xwiki/xwiki-commons Commit: 36f309a4d38b4156662136812d67f65503024732 https://github.com/xwiki/xwiki-commons/commit/36f309a4d38b4156662136812d67f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M xwiki-commons-core/xwiki-commons-netflux/pom.xml M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/DefaultLocalUserFactory.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/LocalUser.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/LocalUserFactory.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Netflux.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/CommandListener.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxCommandChannelEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxMessageUserEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserJoinEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserLeaveEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserTimeOfLastMessageUpdateEvent.java M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java Log Message: ----------- XCOMMONS-3451: Realtime editing doesn't support clustering 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 CRISTAL-749: Upgrade to electron 39.2.4
by XWiki Notifications 01 Dec '25

01 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-749: Upgrade to electron 39.2.4
by XWiki Notifications 01 Dec '25

01 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-764: Upgrade to axios 1.13.2
by XWiki Notifications 01 Dec '25

01 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-751: Upgrade to vuetify 3.11.0
by XWiki Notifications 01 Dec '25

01 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-763: Upgrade to fast-xml-parser 5.3.2
by XWiki Notifications 01 Dec '25

01 Dec '25
1 0
0 0
[xwiki-contrib/cristal] 578e87: [Misc] Update dependency happy-dom to v20.0.11 (#1...
by XWiki Notifications 01 Dec '25

01 Dec '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 578e87ad0acde5eb49648df005048844da00d774 https://github.com/xwiki-contrib/cristal/commit/578e87ad0acde5eb49648df0050… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency happy-dom to v20.0.11 (#1445) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] f71152: CRISTAL-751: Upgrade to vuetify 3.11.0 (#1436)
by XWiki Notifications 01 Dec '25

01 Dec '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: f711521b920098fecf4ed0acd73d745e9ae460eb https://github.com/xwiki-contrib/cristal/commit/f711521b920098fecf4ed0acd73… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-751: Upgrade to vuetify 3.11.0 (#1436) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • ...
  • 151
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.