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 2024

  • 1 participants
  • 1261 discussions
[xwiki-contrib/macro-docaccordion] 95eca5: DOCACCORDI-5: Subwikis still reference the main wi...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/macro-docaccordion Commit: 95eca520bf92992d994d206a10e5e3d183b3fea8 https://github.com/xwiki-contrib/macro-docaccordion/commit/95eca520bf92992d… Author: Alex Cotiugă <ancotiuga(a)gmail.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M src/main/java/org/xwiki/contrib/macro/docaccordion/internal/DocAccordionMacro.java Log Message: ----------- DOCACCORDI-5: Subwikis still reference the main wiki instance instead of the subwiki * use the "current" resolver which is filling missing wiki with the current wiki instead of the "default" resolver which is filling the missing wiki with the main wiki To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/macro-docaccordion/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22385: The WYSIWYG editor remains read-only after it reconnects to the realtime session
by XWiki Notifications 06 Aug '24

06 Aug '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22394: When accessing directly Tomcat, the resolved source URL can contain an extra port
by XWiki Notifications 06 Aug '24

06 Aug '24
1 0
0 0
[xwiki/xwiki-platform] ce590f: XWIKI-22385: The WYSIWYG editor remains read-only ...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: ce590f7fe84087a761c2bba7c58a68450b866901 https://github.com/xwiki/xwiki-platform/commit/ce590f7fe84087a761c2bba7c58a… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-22385: The WYSIWYG editor remains read-only after it reconnects to the realtime session * Pair the existing setEditable(false) with an setEditable(true) * Upgrade Netflux WebSocket WebJar to fix a bug related to how sessions with large lag are disconnected (cherry picked from commit 04225d5b7c25eac014c5e24e58b40753a6199c22) 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] e3a9fa: XWIKI-22385: The WYSIWYG editor remains read-only ...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: e3a9fa022edae67f56db2c318babf1c1b499f411 https://github.com/xwiki/xwiki-platform/commit/e3a9fa022edae67f56db2c318bab… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-22385: The WYSIWYG editor remains read-only after it reconnects to the realtime session * Pair the existing setEditable(false) with an setEditable(true) * Upgrade Netflux WebSocket WebJar to fix a bug related to how sessions with large lag are disconnected (cherry picked from commit 04225d5b7c25eac014c5e24e58b40753a6199c22) 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] 5a5940: XWIKI-22385: The WYSIWYG editor remains read-only ...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/stable-16.6.x Home: https://github.com/xwiki/xwiki-platform Commit: 5a59403d424f574556e7cd1c4bf9ac98ae13d4c4 https://github.com/xwiki/xwiki-platform/commit/5a59403d424f574556e7cd1c4bf9… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-22385: The WYSIWYG editor remains read-only after it reconnects to the realtime session * Pair the existing setEditable(false) with an setEditable(true) * Upgrade Netflux WebSocket WebJar to fix a bug related to how sessions with large lag are disconnected (cherry picked from commit 04225d5b7c25eac014c5e24e58b40753a6199c22) 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] 04225d: XWIKI-22385: The WYSIWYG editor remains read-only ...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 04225d5b7c25eac014c5e24e58b40753a6199c22 https://github.com/xwiki/xwiki-platform/commit/04225d5b7c25eac014c5e24e58b4… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js Log Message: ----------- XWIKI-22385: The WYSIWYG editor remains read-only after it reconnects to the realtime session * Pair the existing setEditable(false) with an setEditable(true) * Upgrade Netflux WebSocket WebJar to fix a bug related to how sessions with large lag are disconnected 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] ded9e3: XWIKI-22394: When accessing directly Tomcat, the r...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: ded9e3b03a3a5deb2f58ea8420c11027924642e6 https://github.com/xwiki/xwiki-platform/commit/ded9e3b03a3a5deb2f58ea8420c1… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/HttpServletUtils.java M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/test/java/org/xwiki/container/servlet/HttpServletUtilsTest.java Log Message: ----------- XWIKI-22394: When accessing directly Tomcat, the resolved source URL can contain an extra port (cherry picked from commit 37ec9de7ec3537714d8ba40fbfbd24d036d24dcb) 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] a0517f: XWIKI-22394: When accessing directly Tomcat, the r...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a0517f2a7216e79cae1c164e6bc9465f3c6b2c27 https://github.com/xwiki/xwiki-platform/commit/a0517f2a7216e79cae1c164e6bc9… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/HttpServletUtils.java M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/test/java/org/xwiki/container/servlet/HttpServletUtilsTest.java Log Message: ----------- XWIKI-22394: When accessing directly Tomcat, the resolved source URL can contain an extra port (cherry picked from commit 37ec9de7ec3537714d8ba40fbfbd24d036d24dcb) 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] b9651d: XWIKI-22394: When accessing directly Tomcat, the r...
by XWiki Notifications 06 Aug '24

06 Aug '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: b9651ddf7537768441b66a921c7860dacf89891d https://github.com/xwiki/xwiki-platform/commit/b9651ddf7537768441b66a921c78… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/HttpServletUtils.java M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/test/java/org/xwiki/container/servlet/HttpServletUtilsTest.java Log Message: ----------- XWIKI-22394: When accessing directly Tomcat, the resolved source URL can contain an extra port (cherry picked from commit 37ec9de7ec3537714d8ba40fbfbd24d036d24dcb) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • ...
  • 127
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.