Branch: refs/heads/feature-realtime
Home: https://github.com/xwiki/xwiki-platform
Commit: 1e91b0a434e6f946ba5294f2035ff27b04e4eb71
https://github.com/xwiki/xwiki-platform/commit/1e91b0a434e6f946ba5294f2035f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml
Log Message:
-----------
XWIKI-19156: Bundle the real-time WYSIWYG editor in XWiki Standard
* Make the realtime editing an optinal dependency (since it's disabled by default).
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-realtime
Home: https://github.com/xwiki/xwiki-platform
Commit: 17cda1313b7c36dac807a9e71b0122e2af32cde0
https://github.com/xwiki/xwiki-platform/commit/17cda1313b7c36dac807a9e71b01…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/loader.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/loader.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js
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
* Refactor loader.js to make it work with any document field, not just content, and to support leaving the edit mode without reloading the page (for in-place edit mode).
* Broadcast a message on the events/all channel when someone stops editing a document field (e.g. when leaving in-place edit mode without reloading the page).
* Properly remove the document saved listener when destroying the (auto) Saver without reloading the page.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications