RecentlyUpdated
Last modified by admin on 2024/10/04 18:23
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
Parameter | Description | Required | Default |
---|---|---|---|
types | Comma-separated list of types ( page , blogpost , comment or attachment ), possibly prefixed with "-". | No | all types |
spaces | Comma-separated list of spaces, possibly prefixed with "+" or "-", or special value like @self , @global or @all . | No | @self |
author | Comma-separated list of authors. | No | |
labels | Comma-separated list of tags, possibly prefixed with "+" or "-". | No | |
max | Maximum number of results. | No | 15 |
theme | Appearance of the macro ( concise , social , sidebar ). | No | concise |
width | Width of the macro in percentage. | No | 100% |
hideHeading | Whether to hide the text "Recently Updated" as title | No | false |
showProfilePic | Whether to show the profile picture of users | No | false |
Example Usage
{{recently-updated
spaces="@global"
theme="concise"
max="5"
/}}
spaces="@global"
theme="concise"
max="5"
/}}
Recently Updated
TODO
- add button to fetch more results
- test more thoroughly on subwikis