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
notifications@xwiki.org

November 2025

  • 1 participants
  • 1507 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-23311: Tags edition page uses hard coded Silk icons
by XWiki Notifications 27 Nov '25

27 Nov '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23768: Missing RequireJS module can slow down or even block the PDF export
by XWiki Notifications 27 Nov '25

27 Nov '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTALINT-5: Share login information with XWiki
by XWiki Notifications 27 Nov '25

27 Nov '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTALINT-16: Upgrade to Cristal 0.24
by XWiki Notifications 27 Nov '25

27 Nov '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-21592: Javascript localization module shows doubled single quotes twice instead of processing them using the translation messages rules
by XWiki Notifications 27 Nov '25

27 Nov '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XDOCKER-387: Upgrade LTS version to 16.10.15
by XWiki Notifications 27 Nov '25

27 Nov '25
1 0
0 0
[xwiki/xwiki-docker] e0b607: XDOCKER-387: Upgrade LTS version to 16.10.15
by XWiki Notifications 27 Nov '25

27 Nov '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: e0b607a585020256b8517302ac7ad2cb1e6e0e1e https://github.com/xwiki/xwiki-docker/commit/e0b607a585020256b8517302ac7ad2… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-11-27 (Thu, 27 Nov 2025) Changed paths: M 16/mariadb-tomcat/.env M 16/mariadb-tomcat/Dockerfile M 16/mysql-tomcat/.env M 16/mysql-tomcat/Dockerfile M 16/postgres-tomcat/.env M 16/postgres-tomcat/Dockerfile M build.gradle Log Message: ----------- XDOCKER-387: Upgrade LTS version to 16.10.15 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 6ef6ff: XCOMMONS-3451: Realtime editing doesn't support cl...
by XWiki Notifications 27 Nov '25

27 Nov '25
Branch: refs/heads/feature-realtime-cluster Home: https://github.com/xwiki/xwiki-commons Commit: 6ef6ff7b03d6a6a8a8877e5278b022de7d02d791 https://github.com/xwiki/xwiki-commons/commit/6ef6ff7b03d6a6a8a8877e5278b02… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-11-27 (Thu, 27 Nov 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
[xwiki/xwiki-platform] 13e79c: XWIKI-21592: Javascript localization module shows ...
by XWiki Notifications 27 Nov '25

27 Nov '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 13e79c7d25a4ccda1a17c61f4f016c1a2c7edc54 https://github.com/xwiki/xwiki-platform/commit/13e79c7d25a4ccda1a17c61f4f01… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-11-27 (Thu, 27 Nov 2025) Changed paths: M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-webjar/src/main/webjar/l10n.js Log Message: ----------- XWIKI-21592: Javascript localization module shows doubled single quotes twice instead of processing them using the translation messages rules * Ensure to properly unescape double single quote in L10N javascript library (cherry picked from commit 0ada6102226f49d58c32735eedf95b94f71ddf2a) 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] 625526: XWIKI-21592: Javascript localization module shows ...
by XWiki Notifications 27 Nov '25

27 Nov '25
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 625526a457c36185c0774de56ea0c4d2bc27e125 https://github.com/xwiki/xwiki-platform/commit/625526a457c36185c0774de56ea0… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-11-27 (Thu, 27 Nov 2025) Changed paths: M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-webjar/src/main/webjar/l10n.js Log Message: ----------- XWIKI-21592: Javascript localization module shows doubled single quotes twice instead of processing them using the translation messages rules * Ensure to properly unescape double single quote in L10N javascript library (cherry picked from commit 0ada6102226f49d58c32735eedf95b94f71ddf2a) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • ...
  • 151
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.