Changes for page Children Macro
Last modified by Kerem Yollu on 2026/07/02 22:59
From version 2.1
edited by admin admin
on 2026/01/27 14:52
on 2026/01/27 14:52
Change comment:
Migrated property [contentOrder] from class [XWiki.WikiMacroClass]
To version 5.1
edited by Kerem Yollu
on 2026/07/02 22:59
on 2026/07/02 22:59
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/18.5.0]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. admin1 +XWiki.kerem\.yollu@kynsight\.com
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -2,7 +2,7 @@ 2 2 ## Escape special characters in the macro parameter value. 3 3 #set ($sort = $xcontext.macro.params.sort.replaceAll('([~"])', '~$1')) 4 4 #if ("$!xcontext.macro.params.root" != '') 5 - #set ($root = $xcontext.macro.params.root) 5 + #set ($root = $xcontext.macro.params.root.replaceAll('([~"])', '~$1')) 6 6 #else 7 7 #set ($root = 'document:') 8 8 #end
- XWiki.WikiMacroParameterClass[1]
-
- Parameter type
-
... ... @@ -1,0 +1,1 @@ 1 +org.xwiki.tree.EntityTreeNode