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


edited by Administrator
on 2025/04/29 09:15
on 2025/04/29 09:15
Change comment:
Migrated property [featureMandatory] from class [XWiki.WikiMacroParameterClass]
To version
3.1


edited by Administrator
on 2019/02/02 16:07
on 2019/02/02 16:07
Change comment:
Migrated property [async_enabled] from class [XWiki.WikiMacroClass]
Summary
Details
- XWiki.WikiMacroClass[0]
-
- Asynchronous rendering
-
... ... @@ -1,1 +1,0 @@ 1 -No - 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')) - Default category
-
... ... @@ -1,0 +1,1 @@ 1 +Deprecated - Cached
-
... ... @@ -1,1 +1,0 @@ 1 -No - Default categories
-
... ... @@ -1,1 +1,0 @@ 1 -Deprecated