Découvrez les nouveautés de cette version : Fonctionnalités, améliorations et évolutions vous attendent ! 👉 Cliquez ici pour en savoir plus

Modifications pour le document RecentlyUpdated

Modifié par superadmin le 21/07/2025 - 08:55

Depuis la version 4.1
modifié par Admin
sur 05/03/2025 - 08:06
Commentaire de modification : Install extension [com.xwiki.pro:xwiki-pro-macros-ui/1.26.4]
À la version 7.1
modifié par superadmin
sur 21/07/2025 - 08:55
Commentaire de modification : Migrated property [featureMandatory] from class [XWiki.WikiMacroParameterClass]

Résumé

Détails

Propriétés de la Page
Auteur du document
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.superadmin
XWiki.WikiMacroClass[0]
Code de la macro
... ... @@ -213,7 +213,7 @@
213 213  ## We need to check if there is a valid license because the macro is registered even if the user doesn't have view right
214 214  ## on the macro definition page. See XWIKI-14828: Rendering macros defined in wiki pages are available to users that
215 215  ## don't have view right on those pages.
216 -#if ($services.promacrolicensing.hasLicensureForEntity($xcontext.macro.doc.documentReference))
216 +#if ($services.licensing.licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference))
217 217   #executeMacro
218 218  #else
219 219   {{missingLicenseMessage extensionName="proMacros.extension.name"/}}
Description de la macro
... ... @@ -1,1 +1,0 @@
1 -Add the Recently Updated macro to a page to show a list of pages, blogs, files, and comments that have been created or edited recently. This is great for project landing, information pages, or team space home pages. It's very flexible, you can limit the list to specific people, spaces, types of content, and more.
XWiki.WikiMacroParameterClass[0]
Description du paramètre
... ... @@ -1,1 +1,0 @@
1 -Filter the results by author. The macro will display only the pages etc which were last modified by the author(s) you specify here. You can specify multiple users.
XWiki.WikiMacroParameterClass[1]
Description du paramètre
... ... @@ -1,1 +1,0 @@
1 -This parameter allows you to filter content by space. The macro will display only the pages etc which belong to the space(s) you specify here. You can specify one or more space keys, separated by a comma or a space. To exclude content in a specific space, put a minus sign (-) immediately in front of that space key. For example: If you specify a space key of -BADSPACE you will get only content which is not in the BADSPACE. To indicate that the results must come from a specific space, put a plus sign (+) immediately in front of that space key. For example: If you specify a space key of +GOODSPACE you will get only content in GOODSPACE. (Note that this is not particularly useful, because each content item belongs to one space only. If you put a plus sign next to one space key and list other space keys too, the other space keys will be ignored.) Special values: "@self" - the current space, "@global" - all spaces in wiki, "@all" or "*" - all spaces in every wiki
XWiki.WikiMacroParameterClass[3]
Description du paramètre
... ... @@ -1,1 +1,0 @@
1 -Specify the width of the macro display, as a percentage of the window width.
XWiki.WikiMacroParameterClass[5]
Description du paramètre
... ... @@ -1,1 +1,0 @@
1 -Specify the maximum number of results to be displayed. If this parameter is omitted, then a maximum of 15 results are displayed.