Modifications pour le document RecentlyUpdated
Modifié par superadmin le 21/07/2025 - 08:55
Résumé
-
Objets (5 modifications, 0 ajouts, 0 suppressions)
Détails
- XWiki.WikiMacroClass[0]
-
- Code de la macro
-
... ... @@ -54,8 +54,7 @@ 54 54 #end 55 55 56 56 ## Authors 57 - #set ($options.authors = "$!stringtool.strip($!wikimacro.parameters.author)") 58 - 57 + #set ($options.authors = "$!stringtool.strip($!stringtool.join($!wikimacro.parameters.author, ','))") 59 59 ## Wiki & Spaces 60 60 #set ($confluenceSpacesString = "$!stringtool.strip($!wikimacro.parameters.spaces)") 61 61 #set ($options.spaces = $NULL) ... ... @@ -156,7 +156,7 @@ 156 156 ## We need to check if there is a valid license because the macro is registered even if the user doesn't have view right 157 157 ## on the macro definition page. See XWIKI-14828: Rendering macros defined in wiki pages are available to users that 158 158 ## don't have view right on those pages. 159 -#if ($services.licensing. licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference))158 +#if ($services.promacrolicensing.hasLicensureForEntity($xcontext.macro.doc.documentReference)) 160 160 #executeMacro 161 161 #else 162 162 {{missingLicenseMessage extensionName="proMacros.extension.name"/}} - Default categories
-
... ... @@ -1,0 +1,1 @@ 1 +Content
- XWiki.WikiMacroParameterClass[0]
-
- Type du paramètre
-
... ... @@ -1,1 +1,1 @@ 1 - java.lang.String1 +com.xwiki.macros.internal.userlist.UserReferenceList
- XWiki.WikiMacroParameterClass[6]
-
- Description du paramètre
-
... ... @@ -1,1 +1,0 @@ 1 -Choose the appearance of this macro: "concise" - the default list, showing the names of pages which were updated or commented on, the users who made the page modifications and time when the modifications occurred. "social" - lists recent modifications in reverse chronological order, but groups them by user into short time segments. A 'sub' list appears within each user's time segment, showing the names of pages which they updated or commented on and time when these modifications occurred. "sidebar" - lists recent updates in reverse chronological order, showing the names of pages which were updated or commented on and time when the page modifications occurred. This theme does not show authorship. - Type du paramètre
-
... ... @@ -1,1 +1,1 @@ 1 - java.lang.String1 +com.xwiki.macros.internal.recentlyupdated.RecentlyUpdatedThemeEnum
- XWiki.WikiMacroParameterClass[7]
-
- Description du paramètre
-
... ... @@ -1,1 +1,0 @@ 1 -Specify "showProfilePic=true" to display the profile pictures of the users who updated the content.
- XWiki.WikiMacroParameterClass[8]
-
- Description du paramètre
-
... ... @@ -1,1 +1,0 @@ 1 -Determines whether the macro hides or displays the text 'Recently Updated' as a title above the list of content. Only available in wikimarkup and storage format. Accepted values: "true" - Title is hidden, "false" - Title is shown.