Changes for page Space Index

Last modified by DecalogExploitation on 2026/02/09 14:51

From version 3.1
edited by superadmin
on 2021/06/22 15:50
Change comment: Migrated property [type] from class [XWiki.WikiMacroParameterClass]
To version 7.1
edited by DecalogExploitation
on 2026/02/09 14:51
Change comment: Migrated property [executionIsolated] from class [XWiki.WikiMacroClass]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.superadmin
1 +xwiki:XWiki.DecalogExploitation
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -6,7 +6,7 @@
6 6   ## 100 documents displayed by default if no value is specified
7 7   #set ($limit = '100')
8 8   #end
9 - #set ($limit = $mathtool.toInteger($limit))
9 + #set ($limit = $numbertool.toNumber($limit).intValue())
10 10   ## Compute the XWQL portion related to sorting, based on the passed "sort" parameter
11 11   ## Valid values are "creationDate", "modificationDate" and "docName"
12 12   #set ($sort = $xcontext.macro.params.get('sort'))
defaultCategory
... ... @@ -1,1 +1,1 @@
1 -Navigation
1 +Deprecated