Confluence 3.5 : Recently Updated Dashboard Macro
This page last changed on Dec 17, 2009 by ggaskell.
The Recently Updated Dashboard macro displays a list of the most recently changed content within Confluence. It is similar to the Recently Updated macro but is intended for use on the Confluence dashboard. On this page: Usage with the Macro BrowserTo insert the recently updated dashboard macro into a page using the Macro Browser,
Once you've found the recently updated dashboard macro and have added the required parameter values, click 'insert' to add it to your page. Usage with the Wiki Markup EditorParametersParameters are options that you can include in Confluence macros to control the content or format of the macro output. The table below lists relevant parameters for this macro. Parameter names are different in the macro browser and in wiki markup. Below we show the macro browser parameter names in bold text, and the equivalent wiki markup parameters in (bracketed) text. If we do not show any parameter name for the wiki markup, then you should leave out the parameter name and simply include the parameter value as the first parameter, immediately after the colon (:).
Examples1. Include all spaces and limit the display width to 50%The code below will show all the pages from all the spaces that have been recently updated. {recently-updated-dashboard:spaces=*|width=50%} 2. Specify the spaces for which you want to view recently updated content{recently-updated-dashboard:spaces=Name1,Name2|width=50%} 3. Specify the width of the macro display{recently-updated-dashboard:width=50% } 4. Filter content using labels{recently-updated-dashboard:spaces=sales,marketing|labels=timesheets,summaries} 5. Display profile picturesThe code below will display the profile picture of the user who most recently updated the content. {recently-updated-dashboard:showProfilePic=true} 6. Display recent comments, including profile pictures and textThe code below will display recent comments in the current space, showing the profile picture of the users who made the comments, plus the first line or two of the comment text. {recently-updated-dashboard:types=comment|showProfilePic=true}
RELATED TOPICSRecently Updated Macro Take me back to the Confluence User's Guide. |
![]() |
Document generated by Confluence on Mar 16, 2011 18:24 |