Changes for page Space Index
Last modified by Administrator on 2025/06/25 21:48
From version
7.1


edited by Administrator
on 2022/12/28 19:29
on 2022/12/28 19:29
Change comment:
Migrated property [defaultCategories] from class [XWiki.WikiMacroClass]
To version
4.1


edited by Administrator
on 2020/01/07 18:37
on 2020/01/07 18:37
Change comment:
Migrated property [contentJavaType] from class [XWiki.WikiMacroClass]
Summary
Details
- 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 = $ numbertool.toNumber($limit).intValue())9 + #set ($limit = $mathtool.toInteger($limit)) 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'))