Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a50a6465971e477167c169427d2b4632dd7309f2
https://github.com/xwiki/xwiki-platform/commit/a50a6465971e477167c169427d2b…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtilsTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidatorTest.java
Log Message:
-----------
XWIKI-22953: Error unexpected token from when statistics module is enabled
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: 49e4b9a0c41db8c4db98a1ea12865eb535699b6a
https://github.com/xwiki/xwiki-platform/commit/49e4b9a0c41db8c4db98a1ea1286…
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
(cherry picked from commit e66fa8d4cfe715a5878461ac696a75fdb987a220)
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: 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