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