RecentlyUpdated

Last modified by Frank Fock on 2024/05/23 17:17

The recently-updated macro is a bridge between Confluence and XWiki. It displays the most recent contributions to the wiki, relative to documents, attachments and comments.

There are only a few things that are not supported compared to the Confluence macro, due to differences between the two:

  • some special values of the spaces parameters are not supported: @personal , @favorite / @favourite , and personal spaces starting with a "~"

Parameters

ParameterDescriptionRequiredDefault
typesComma-separated list of types ( page , blogpost , comment or attachment ), possibly prefixed with "-".Noall types
spacesComma-separated list of spaces, possibly prefixed with "+" or "-", or special value like @self , @global or @all .No @self
authorComma-separated list of authors.No 
labelsComma-separated list of tags, possibly prefixed with "+" or "-".No 
maxMaximum number of results.No  15
themeAppearance of the macro ( concise , social , sidebar ).No  concise
widthWidth of the macro in percentage.No  100%
hideHeadingWhether to hide the text "Recently Updated" as titleNo  false
showProfilePicWhether to show the profile picture of usersNo  false

Example Usage

{{recently-updated
  
spaces="@global"
  
theme="concise"
  
max="5"
/}}

Failed to execute the [include] macro. Cause: [Current user [null] doesn't have view rights on document [xwiki:Confluence.Macros.RecentlyUpdatedService]]. Click on this message for details.

There is no valid license for Pro Macros. Please visit the Licenses section.

TODO

  • add button to fetch more results
  • test more thoroughly on subwikis