Changes for page Space Index
Last modified by daniel on 2025/06/25 08:44
From version 4.1
edited by daniel
on 2022/12/29 06:30
on 2022/12/29 06:30
Change comment:
Migrated property [defaultCategories] from class [XWiki.WikiMacroClass]
To version 2.1
edited by Admin Admin
on 2022/02/25 13:55
on 2022/02/25 13:55
Change comment:
Migrated property [priority] from class [XWiki.WikiMacroClass]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. daniel1 +XWiki.bestmin
- 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'))