Branch: refs/heads/stable-17.8.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bf788c4257af6d3f0db56e71e95e07f0697e655a
https://github.com/xwiki/xwiki-platform/commit/bf788c4257af6d3f0db56e71e95e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
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-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.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-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.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-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
(cherry picked from commit 0acd3a6280aa7c939c36593575b5f15c13b1c1dd)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e88f0ba7d96c619cd98361eb8be197feea98123d
https://github.com/xwiki/xwiki-platform/commit/e88f0ba7d96c619cd98361eb8be1…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
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-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.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-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.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-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
(cherry picked from commit 0acd3a6280aa7c939c36593575b5f15c13b1c1dd)
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: 0acd3a6280aa7c939c36593575b5f15c13b1c1dd
https://github.com/xwiki/xwiki-platform/commit/0acd3a6280aa7c939c36593575b5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
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-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.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-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.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-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
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-contrib/documentation
Commit: 46111b0b1ae0b36b665ba56a06cafd76393e2176
https://github.com/xwiki-contrib/documentation/commit/46111b0b1ae0b36b665ba…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M documentation-ui/src/main/resources/DocApp/Code/ApplicationsPanelEntry.xml
M documentation-ui/src/main/resources/DocApp/Code/DocumentationClass.xml
M documentation-ui/src/main/resources/DocApp/Code/DocumentationReviewClass.xml
M documentation-ui/src/main/resources/DocApp/Code/DocumentationViolationClass.xml
M documentation-ui/src/main/resources/DocApp/Code/ExplanationDocumentationTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/HowtoDocumentationTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/LandingPageSheet.xml
M documentation-ui/src/main/resources/DocApp/Code/LandingPageTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/ReferenceDocumentationTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/TutorialDocumentationTemplate/WebHome.xml
Log Message:
-----------
XDOC-13: Add concept of Landing Pages
* Align all parent references
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications