Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e66fa8d4cfe715a5878461ac696a75fdb987a220
https://github.com/xwiki/xwiki-platform/commit/e66fa8d4cfe715a5878461ac696a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterExpressionGenerator.java
Log Message:
-----------
XWIKI-22950: Notifications Macro also displays mentions events that took place in other locations if Pages parameter is used
* Fix regression by testing if the filter is coming from DB
* Deprecate a method that is not really used in XS anymore (we enter
in it but the first condition immediately returns in XS)
* Add some comments to explain a bit more the code
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d2e95d64404c6760dad292bb9b303151d8c9247f
https://github.com/xwiki/xwiki-platform/commit/d2e95d64404c6760dad292bb9b30…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-sourcearea/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/CKEditor.java
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java
Log Message:
-----------
XWIKI-22965: Page Up/Down keys don't behave as expected in the Source mode of the inplace WYSIWYG editor
XWIKI-22928: InplaceEditIT#selectionRestoreOnSwitchToSource is always failing with chrome
* Use overflow-y:visible instead
* Remove redundant code for centering the source text area (when editing inplace) and simplify the code that scrolls the selection into view.
* Bulletproof the PO for switching to Source mode.
(cherry picked from commit e433c2f8955b3d436cc9cd5c2167cfcf20c0f7e7)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.1.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 25cb5f12a51dbeca8de4716796051d53f72e8cbe
https://github.com/xwiki/xwiki-platform/commit/25cb5f12a51dbeca8de471679605…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-sourcearea/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/CKEditor.java
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java
Log Message:
-----------
XWIKI-22965: Page Up/Down keys don't behave as expected in the Source mode of the inplace WYSIWYG editor
XWIKI-22928: InplaceEditIT#selectionRestoreOnSwitchToSource is always failing with chrome
* Use overflow-y:visible instead
* Remove redundant code for centering the source text area (when editing inplace) and simplify the code that scrolls the selection into view.
* Bulletproof the PO for switching to Source mode.
(cherry picked from commit e433c2f8955b3d436cc9cd5c2167cfcf20c0f7e7)
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: e433c2f8955b3d436cc9cd5c2167cfcf20c0f7e7
https://github.com/xwiki/xwiki-platform/commit/e433c2f8955b3d436cc9cd5c2167…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-sourcearea/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/CKEditor.java
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java
Log Message:
-----------
XWIKI-22965: Page Up/Down keys don't behave as expected in the Source mode of the inplace WYSIWYG editor
XWIKI-22928: InplaceEditIT#selectionRestoreOnSwitchToSource is always failing with chrome
* Use overflow-y:visible instead
* Remove redundant code for centering the source text area (when editing inplace) and simplify the code that scrolls the selection into view.
* Bulletproof the PO for switching to Source mode.
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/book-versions
Commit: 2ad060900b1f14228efe522e140b60f7c0988f85
https://github.com/xwiki-contrib/book-versions/commit/2ad060900b1f14228efe5…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: b8ec00d0da809f82f2c95c73433cf3cff24148fb
https://github.com/xwiki-contrib/book-versions/commit/b8ec00d0da809f82f2c95…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-book-versions-1.5
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fc9d388615754995a3e9a84e7a91a5093a125445
https://github.com/xwiki/xwiki-platform/commit/fc9d388615754995a3e9a84e7a91…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/gallery/gallery.js
Log Message:
-----------
XWIKI-18194: Exiting FullScreen from the gallery macro scrolls the page in a random location (#3937) (#3970)
* Focused the maximizeToggle button even when using a shortcut, so that it stays in the screen view.
* Added a comment to explain the changes
(cherry picked from commit 2ed742eb5385d97d1128de8b693798b8b118ae07)
Co-authored-by: LucasC <lucas.charpentier(a)xwiki.com>
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/application-replication
Commit: f2e9fc834f3134d7d8a08101dd2cd7a58dd03125
https://github.com/xwiki-contrib/application-replication/commit/f2e9fc834f3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M replication-entity/replication-entity-default/src/main/java/org/xwiki/contrib/replication/entity/internal/index/ReplicationDocumentStore.java
M replication-entity/replication-entity-default/src/main/java/org/xwiki/contrib/replication/entity/internal/update/DocumentUpdateReplicationReceiver.java
M replication-test/replication-test-pageobjects/src/main/java/org/xwiki/contrib/replication/test/po/PageReplicationAdministrationSectionPage.java
M replication-test/replication-test-tests/src/test/it/org/xwiki/replication/test/ReplicationIT.java
Log Message:
-----------
REPLICAT-205: New replicated readonly documents are not flagged as readonly
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…