RecentlyUpdated

Zuletzt geändert von xwikiadmin am 2024/06/24 15:09

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"
/}}

Recently Updated

TODO

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