Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 383cec9bfaa2c7a6e0ea84cc418e54188bb2e5ea https://github.com/xwiki/xwiki-platform/commit/383cec9bfaa2c7a6e0ea84cc418e5... Author: Marius Dumitru Florea <[email protected]> Date: 2025-01-20 (Mon, 20 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.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/ChildDocumentsTreeNodeGroup.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/org/xwiki/index/tree/internal/nestedpages/query/queries.hbm.xml.vm Log Message: ----------- XWIKI-21155: Allow sorting by specified field for Document Tree macro * Make sure null values (coming from missing space home pages) are listed last in all supported databases * Have to use 'case' in order by because Oracle doesn't support sorting by boolean expression (e.g. order by is null) (cherry picked from commit a7ea4e622a07136bb67212993a3b9178e885f45e) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications