Branch: refs/heads/XWIKI-22583
Home: https://github.com/xwiki/xwiki-platform
Commit: 02008d01b5c443bedab387700906ab02ae0afa9c
https://github.com/xwiki/xwiki-platform/commit/02008d01b5c443bedab387700906…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/resources/simple.xjb
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/resources/xwiki.rest.pinnedchildpage.model.xsd
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Start providing REST API for pinned page feature
Commit: e4a7f53311b3057a12ae58e2ca3c1c9e6a7a5c43
https://github.com/xwiki/xwiki-platform/commit/e4a7f53311b3057a12ae58e2ca3c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/children.vm
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Provide tab in children viewer with UIXP support
* Start working on a UIXP to edit pinned pages
Commit: f1b5b8de1d4bd538c4f8536c4851004ace9c96a6
https://github.com/xwiki/xwiki-platform/commit/f1b5b8de1d4bd538c4f8536c4851…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
R xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/resources/simple.xjb
R xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/resources/xwiki.rest.pinnedchildpage.model.xsd
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Reuse NavigationPanel administration UI to build the UI for
PinnedChildPagesUIX
* Simplify REST API for manipulating PinnedChildPages
* Provide a script service for PinnedChildPages
Commit: a8eb0c4c9641e0a33695dfea05b5b0a1ac3fc2ad
https://github.com/xwiki/xwiki-platform/commit/a8eb0c4c9641e0a33695dfea05b5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Fix checkstyle
Commit: 89da4f302c38f85a3da261aa90090e3e5f9029c7
https://github.com/xwiki/xwiki-platform/commit/89da4f302c38f85a3da261aa9009…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Few improvments in PinnedChildPagesManager and test
* Add missing PinnedChildPagesUIX
Commit: 9b31e9b1451024fc11ad0d8c57e371241ea69b10
https://github.com/xwiki/xwiki-platform/commit/9b31e9b1451024fc11ad0d8c57e3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/java/org/xwiki/index/IndexScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Fix some metadata in new pom.xml
* Add few more checks in REST API
* Add warning logs in PinnedChildPagesManager
* Fix new script service name by providing an empty IndexScriptService
Commit: 973ad0f4fcbdfb49655c1559058443f84dec49ef
https://github.com/xwiki/xwiki-platform/commit/973ad0f4fcbdfb49655c15590584…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Fix pom versions
Compare: https://github.com/xwiki/xwiki-platform/compare/b420117ce14c...973ad0f4fcbd
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: bce66480db9e14e2cdbe7b88bfeabca2ff9fdc4b
https://github.com/xwiki-contrib/book-versions/commit/bce66480db9e14e2cdbe7…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-common-ui/src/main/resources/BookVersions/Code/Translations.xml
M application-book-versions-default/pom.xml
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/batch/BatchChangeStatusJob.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/batch/LiveDataBatchRequest.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-default/src/main/resources/META-INF/components.txt
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdminUIMacro.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookLibrarySheet.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/BookOverview.xml
M pom.xml
Log Message:
-----------
BVERSION-138: Add a way to batch change the status of pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 80b81c4b12fe3b2c80aa983c8acee86889591105
https://github.com/xwiki/xwiki-platform/commit/80b81c4b12fe3b2c80aa983c8ace…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Fix javadoc
(cherry picked from commit 5bd543733fb7a958639c2d507dad4671bf6478b5)
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: abb546cf8aa254479f1ba273918ed394369efaf1
https://github.com/xwiki/xwiki-platform/commit/abb546cf8aa254479f1ba273918e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Fix javadoc
(cherry picked from commit 5bd543733fb7a958639c2d507dad4671bf6478b5)
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: b374aa91ce5f5549fbc32c1c88f70d2f22952b13
https://github.com/xwiki/xwiki-platform/commit/b374aa91ce5f5549fbc32c1c88f7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Fix javadoc
(cherry picked from commit 5bd543733fb7a958639c2d507dad4671bf6478b5)
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: 5bd543733fb7a958639c2d507dad4671bf6478b5
https://github.com/xwiki/xwiki-platform/commit/5bd543733fb7a958639c2d507dad…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Fix javadoc
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: c97e1894048789b58272cc94279b83c4f9f30217
https://github.com/xwiki/xwiki-platform/commit/c97e1894048789b58272cc94279b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/AbstractNotificationFilterLiveDataEntryStore.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/custom/NotificationCustomFiltersLiveDataEntryStore.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/livedata/system/NotificationSystemFiltersLiveDataEntryStore.java
Log Message:
-----------
[Misc] Fix visibility of fields in AbstractNotificationFilterLiveDataEntryStore
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: 79869409e1b01bf23d34859630f680d0562a514c
https://github.com/xwiki/xwiki-platform/commit/79869409e1b01bf23d34859630f6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/doc/InstalledExtensionDocumentTree.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/src/main/java/org/xwiki/notifications/internal/DefaultGroupingEventStrategy.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/objects/classes/ImplicitlyAllowedValuesDBListQueryBuilder.java
Log Message:
-----------
[Misc] Not need for those fields to be public
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: bdceb852fe34fc965f8904449224131734cce9a4
https://github.com/xwiki/xwiki-platform/commit/bdceb852fe34fc965f8904449224…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/logging_macros.vm
Log Message:
-----------
XWIKI-22868: Impossible to display a log when one of the log arguments is a JSONObject
* bulletproof the argument displayer to catch any exception
* use a more reliable way to identify object types
(cherry picked from commit 863e5f54d3f731b95a20a03614c3c98894d11d44)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 10b61623d444c51e29a583a2b459a1654185d69f
https://github.com/xwiki/xwiki-platform/commit/10b61623d444c51e29a583a2b459…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/logging_macros.vm
Log Message:
-----------
XWIKI-22868: Impossible to display a log when one of the log arguments is a JSONObject
* bulletproof the argument displayer to catch any exception
* use a more reliable way to identify object types
(cherry picked from commit 863e5f54d3f731b95a20a03614c3c98894d11d44)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 23c3fc1e34f578f4495e0336c007b9052f4071dc
https://github.com/xwiki/xwiki-platform/commit/23c3fc1e34f578f4495e0336c007…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22882: Drag&drop should be allowed without context menu in index macro
(cherry picked from commit 542b12433accd9f0cda4de867c5b5cfee729c6f7)
Commit: f4c4488c88ccd3ce0e94fafdd74fdf6f90b540cb
https://github.com/xwiki/xwiki-platform/commit/f4c4488c88ccd3ce0e94fafdd74f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/src/test/it/org/xwiki/panels/test/ui/docker/NavigationPanelAdministrationIT.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Ensure to always send an empty value so that it's always an array
sent to the server
(cherry picked from commit 66ca574f68474780084d7efbcacbe31463d4e3fa)
Compare: https://github.com/xwiki/xwiki-platform/compare/de8f86613ec0...f4c4488c88cc
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: 863e5f54d3f731b95a20a03614c3c98894d11d44
https://github.com/xwiki/xwiki-platform/commit/863e5f54d3f731b95a20a03614c3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/logging_macros.vm
Log Message:
-----------
XWIKI-22868: Impossible to display a log when one of the log arguments is a JSONObject
* bulletproof the argument displayer to catch any exception
* use a more reliable way to identify object types
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: f9de7a934afa4cdfad120f0cbb7f289605854b6d
https://github.com/xwiki/xwiki-platform/commit/f9de7a934afa4cdfad120f0cbb7f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22882: Drag&drop should be allowed without context menu in index macro
(cherry picked from commit 542b12433accd9f0cda4de867c5b5cfee729c6f7)
Commit: 8dfaab0d1d7115c8fc74c5777c672b65b4351499
https://github.com/xwiki/xwiki-platform/commit/8dfaab0d1d7115c8fc74c5777c67…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/src/test/it/org/xwiki/panels/test/ui/docker/NavigationPanelAdministrationIT.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Ensure to always send an empty value so that it's always an array
sent to the server
(cherry picked from commit 66ca574f68474780084d7efbcacbe31463d4e3fa)
Compare: https://github.com/xwiki/xwiki-platform/compare/74ee6bf5298c...8dfaab0d1d71
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: 4c4fb6a5bbc64a8fdc0f5315e6f67f5eed5d4d42
https://github.com/xwiki/xwiki-platform/commit/4c4fb6a5bbc64a8fdc0f5315e6f6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22882: Drag&drop should be allowed without context menu in index macro
(cherry picked from commit 542b12433accd9f0cda4de867c5b5cfee729c6f7)
Commit: 3c76cf104d4f6d8922eb336b23836c02d8b990b9
https://github.com/xwiki/xwiki-platform/commit/3c76cf104d4f6d8922eb336b2383…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/src/test/it/org/xwiki/panels/test/ui/docker/NavigationPanelAdministrationIT.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Ensure to always send an empty value so that it's always an array
sent to the server
(cherry picked from commit 66ca574f68474780084d7efbcacbe31463d4e3fa)
Compare: https://github.com/xwiki/xwiki-platform/compare/200932c4f897...3c76cf104d4f
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 3eb324248be3494c8b20d090722558d38fd7dc6d
https://github.com/xwiki/xwiki-commons/commit/3eb324248be3494c8b20d09072255…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/ObjectTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/ObjectToolTest.java
Log Message:
-----------
XCOMMONS-3262: Provider a helper to do instanceof in Velocity
(cherry picked from commit e49fa6e9a96b0a6026821919eace554db2050d98)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 542b12433accd9f0cda4de867c5b5cfee729c6f7
https://github.com/xwiki/xwiki-platform/commit/542b12433accd9f0cda4de867c5b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
Log Message:
-----------
XWIKI-22882: Drag&drop should be allowed without context menu in index macro
Commit: 66ca574f68474780084d7efbcacbe31463d4e3fa
https://github.com/xwiki/xwiki-platform/commit/66ca574f68474780084d7efbcacb…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-docker/src/test/it/org/xwiki/panels/test/ui/docker/NavigationPanelAdministrationIT.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-test/xwiki-platform-panels-test-pageobjects/src/main/java/org/xwiki/panels/test/po/NavigationPanelAdministrationPage.java
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22885: Broken navigation panel after using pinned pages
* Ensure to always send an empty value so that it's always an array
sent to the server
Compare: https://github.com/xwiki/xwiki-platform/compare/fc7b7943ecb6...66ca574f6847
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-commons
Commit: 022a89b9be0613267bbe97c733b69cb7aafd2ca6
https://github.com/xwiki/xwiki-commons/commit/022a89b9be0613267bbe97c733b69…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/ObjectTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/ObjectToolTest.java
Log Message:
-----------
XCOMMONS-3262: Provider a helper to do instanceof in Velocity
(cherry picked from commit e49fa6e9a96b0a6026821919eace554db2050d98)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: e49fa6e9a96b0a6026821919eace554db2050d98
https://github.com/xwiki/xwiki-commons/commit/e49fa6e9a96b0a6026821919eace5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/ObjectTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/ObjectToolTest.java
Log Message:
-----------
XCOMMONS-3262: Provider a helper to do instanceof in Velocity
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.1.x
Home: https://github.com/xwiki/xwiki-commons
Commit: cfb3e578dc38e99ad3b6365bb6de266b1bbf3fc3
https://github.com/xwiki/xwiki-commons/commit/cfb3e578dc38e99ad3b6365bb6de2…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
Log Message:
-----------
[Misc] Silence warning about repeated condition
(cherry picked from commit ecf19adb5b937864338489a632f8c22a0fc5f5e2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 44018739a08d26d7ed378562c2a705c474982158
https://github.com/xwiki/xwiki-commons/commit/44018739a08d26d7ed378562c2a70…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
Log Message:
-----------
[Misc] Silence warning about repeated condition
(cherry picked from commit ecf19adb5b937864338489a632f8c22a0fc5f5e2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 40c534622b2a949630f492dd64b99fac999e9a9f
https://github.com/xwiki-contrib/book-versions/commit/40c534622b2a949630f49…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/VersionRenameEventListener.java
M application-book-versions-default/src/main/resources/META-INF/components.txt
Log Message:
-----------
BVERSION-16: Add a listener to rename content sub-pages when corresponding version name is changed
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/BVERSION-138
Home: https://github.com/xwiki-contrib/book-versions
Commit: 04077804d9ee88d120126cf2eb9d01bf013b7a13
https://github.com/xwiki-contrib/book-versions/commit/04077804d9ee88d120126…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-common-ui/src/main/resources/BookVersions/Code/Translations.xml
M application-book-versions-default/pom.xml
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/batch/BatchChangeStatusJob.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/batch/LiveDataBatchRequest.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-default/src/main/resources/META-INF/components.txt
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdminUIMacro.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookLibrarySheet.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/BookOverview.xml
M pom.xml
Log Message:
-----------
BVERSION-138: Add a way to batch change the status of pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: de8f86613ec0903a73357d0c744f1fd2d319b02f
https://github.com/xwiki/xwiki-platform/commit/de8f86613ec0903a73357d0c744f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.db2.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.derby.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.mssql.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.oracle.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.postgresql.hbm.xml
Log Message:
-----------
XWIKI-22881: xwikilinks table is missing indexes and making delete actions unnecessarily slow
(cherry picked from commit fc7b7943ecb6e24803cebbf58f06b28f3a23561a)
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: 74ee6bf5298c4dc25d1303d0eba004299ddc5a3c
https://github.com/xwiki/xwiki-platform/commit/74ee6bf5298c4dc25d1303d0eba0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.db2.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.derby.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.mssql.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.oracle.hbm.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.postgresql.hbm.xml
Log Message:
-----------
XWIKI-22881: xwikilinks table is missing indexes and making delete actions unnecessarily slow
(cherry picked from commit fc7b7943ecb6e24803cebbf58f06b28f3a23561a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications