Branch: refs/heads/feature-realtime
Home: https://github.com/xwiki/xwiki-platform
Commit: 96825a7ccad8881fe48f2f03a38faf0b2478b3eb
https://github.com/xwiki/xwiki-platform/commit/96825a7ccad8881fe48f2f03a38f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml
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
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/script/NetfluxScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.css
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-19157: Make the real-time WYSIWYG editor work in-place also
* Fix the user caret indicators in in-place edit mode.
* Use a relative XPath to send the caret position because the root element is different between standalone and in-place edit mode.
* Also bulletproof DefaultEntityChannelStore for multi-threading.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-21809
Home: https://github.com/xwiki/xwiki-platform
Commit: 6f35860f41808083cdfa125417ec036657ca0450
https://github.com/xwiki/xwiki-platform/commit/6f35860f41808083cdfa125417ec…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/main/java/org/xwiki/eventstream/internal/AbstractAsynchronousEventStore.java
Log Message:
-----------
XWIKI-21809: ClassCastException in DefaultEventConverterManager on a cluster environment
* Prevent entirely notification to be sent if output is Optional and
return is empty
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications