- Page restrictions apply
- Added by david, last edited by David Peterson [CustomWare] on Aug 23, 2009 (view change)
Display the list of children for a page with customised details displayed.
Description
The standard {children} macro is very useful, but only provides one real option for display details about a page - the page excerpt. Sometimes other details can be useful to display also, and this recipe gives an example of displaying the page's most recent modifier and the date the modification too place on.
Ingredients
Plugins
Macros
content-reporter, date-sort, report-body, report-info, report-list
Suppliers
- Since this is a replacement for {children}, we'll use the list report format. This also lets us specify that we want the report to drill down through the page's descendents using the 'depth' parameter:
{report-list:depth=all} - Now, we need to set up the reporter we'll be using to retrieve the relevant information.
- In this case, we specify that we'll be using the local reporter to find the children. This is because we want the top-level of the list to just be the immediate children. The reporter will look after displaying the descendents of said children itself:
{local-reporter:content:children} - Since the extra information being displayed is related to when it was last edited, let's sort by the modification date. Also, we're probably more interested in the most recently edited content, so we'll display it in descending order:
{date-sort:content:modification date|order=descending} - We now need to close the content reporter macro so it will contain the sort details:
{local-reporter}
- In this case, we specify that we'll be using the local reporter to find the children. This is because we want the top-level of the list to just be the immediate children. The reporter will look after displaying the descendents of said children itself:
- Now, we need to tell it what we want to display for each item.
- Firstly, we open the report-body macro. It will need to be closed again at the end:
{report-body} - Next, we'll display the title of the page using the report-info macro, and have it linked to that page's URL by specifying the 'link' parameter. In this case, it is the Content Supplier providing the information:
{report-info:content:title|link=true} - Next, we'll output the modification date and the user who did the modification. Again, we'll create a link to the modifier's homepage using the 'link' parameter:
({report-info:content:modification date|format=dd MMM, yyyy} by {report-info:content:modifier|link=true}) - Then, we'll close the report body again:
{report-body}
- Firstly, we open the report-body macro. It will need to be closed again at the end:
- Lastly, we close the list:
{report-list}
{report-list:depth=all}
{local-reporter:content:children}
{date-sort:content:modification date|order=descending}
{local-reporter}
{report-body}{report-info:content:title|link=true} ({report-info:content:modification date|format=dd MMM, yyyy} by {report-info:content:modifier|link=true}){report-body}
{report-list}
| Note This live example substitutes Home for '@self' from the example so that there are some children to report on. |
- Suppliers (05 Mar, 2010 by Robert Castaneda)
- Child Counter Supplier (03 Mar, 2010 by David Peterson [CustomWare])
- Salesforce.com Contact Supplier (29 Jan, 2010 by Bo Wang)
- Salesforce.com Supplier Version 1 (29 Jan, 2010 by Bo Wang)
- Salesforce.com Supplier Version 2 (29 Jan, 2010 by Bo Wang)
- Tasklist Supplier (19 Jan, 2010 by David Peterson [CustomWare])
- Task Supplier (14 Jan, 2010 by David Peterson [CustomWare])
- Reference Supplier (06 Oct, 2009 by David Peterson [CustomWare])
- Session Supplier (18 Sep, 2009 by David Peterson [CustomWare])
- Debug Supplier (18 Sep, 2009 by David Peterson [CustomWare])
- Class Supplier (18 Sep, 2009 by David Peterson [CustomWare])
- Object Supplier (18 Sep, 2009 by David Peterson [CustomWare])
- Content Supplier (14 Sep, 2009 by David Peterson [CustomWare])
- Attachment Supplier (14 Sep, 2009 by David Peterson [CustomWare])
- Value Supplier (12 Sep, 2009 by David Peterson [CustomWare])
- Variable Supplier (11 Sep, 2009 by David Peterson [CustomWare])
- Stats On Supplier (11 Sep, 2009 by David Peterson [CustomWare])
- Stats Supplier (11 Sep, 2009 by David Peterson [CustomWare])
- Grouped Supplier (11 Sep, 2009 by David Peterson [CustomWare])
- Collection Supplier (06 Sep, 2009 by David Peterson [CustomWare])
- Text Supplier (05 Sep, 2009 by David Peterson [CustomWare])
- Match Supplier (27 May, 2009 by David Peterson [CustomWare])
- Page Supplier (25 Oct, 2008 by David Peterson [CustomWare])
- Expanded Supplier (03 Sep, 2008 by David Peterson [CustomWare])
- Space Supplier (02 Sep, 2008 by David Peterson [CustomWare])
- Mail Supplier (02 Sep, 2008 by David Peterson [CustomWare])
- News Supplier (02 Sep, 2008 by David Peterson [CustomWare])
- Comment Supplier (02 Sep, 2008 by David Peterson [CustomWare])
- Tracking Data Supplier (25 Jun, 2008 by David Peterson [CustomWare])
- Date Supplier (01 May, 2008 by David Peterson [CustomWare])
- User Supplier (03 Apr, 2008 by David Peterson [CustomWare])
- Label Supplier (03 Apr, 2008 by David Peterson [CustomWare])
- Request Supplier (04 Mar, 2008 by David Peterson [CustomWare])
- Map Entry Supplier (04 Mar, 2008 by David Peterson [CustomWare])
- Map Supplier (04 Mar, 2008 by David Peterson [CustomWare])
- Number Supplier (05 Feb, 2008 by David Peterson [CustomWare])
- Boolean Supplier (05 Feb, 2008 by David Peterson [CustomWare])
- Report Supplier (10 Aug, 2007 by David Peterson [CustomWare])
- User Group Supplier (26 Jun, 2007 by David Peterson [CustomWare])
- Link Supplier (25 Apr, 2007 by David Peterson [CustomWare])
- Scaffold Data Supplier (27 Feb, 2007 by David Peterson [CustomWare])
- Global Supplier (27 Feb, 2007 by David Peterson [CustomWare])
- Email Supplier (27 Feb, 2007 by David Peterson [CustomWare])
- CustomWare Connectors (04 Mar, 2010 by Robert Castaneda)
- Connector for Salesforce.com and Confluence (04 Mar, 2010 by Robert Castaneda)
- Salesforce.com to Confluence Connector - Version 2.0 Release Notes (04 Mar, 2010 by Robert Castaneda)
- Connector for Salesforce.com and JIRA (04 Mar, 2010 by Robert Castaneda)
- Plugins (26 Nov, 2009 by Duc Hong Nguyen)
- Salesforce.com JIRA Plugin (18 Mar, 2010 by Timothy Chin Ken Li)
- Installation & Usage Guide (4.1.x) (18 Mar, 2010 by Timothy Chin Ken Li)
- Salesforce.com Custom Object Lookup Custom Field (JIRA) (18 Mar, 2010 by Timothy Chin Ken Li)
- Synchronising JIRA issue(s) and Salesforce.com Case(s) (17 Mar, 2010 by Timothy Chin Ken Li)
- Synchronising Attachments (17 Mar, 2010 by Timothy Chin Ken Li)
- Displaying Salesforce.com Attachment(s) in JIRA (16 Mar, 2010 by Timothy Chin Ken Li)
- Record Definition Configuration (16 Mar, 2010 by Timothy Chin Ken Li)
- Controlling Synchronisation Options (16 Mar, 2010 by Timothy Chin Ken Li)
- Synchronising Salesforce.com Case(s) and JIRA Issue(s) (16 Mar, 2010 by Timothy Chin Ken Li)
- Creating JIRA issues (From Salesforce.com) (15 Mar, 2010 by Timothy Chin Ken Li)
- Displaying JIRA Related Information in Salesforce.com (08 Mar, 2010 by Timothy Chin Ken Li)
- Configuration (Displaying JIRA Related Information in Salesforce.com) (08 Mar, 2010 by Timothy Chin Ken Li)
- Adding Salesforce.com Custom Fields to JIRA (08 Mar, 2010 by Timothy Chin Ken Li)
- Comment Synchronisation (05 Mar, 2010 by Timothy Chin Ken Li)
- Value Translation for Field Mapping (03 Mar, 2010 by Timothy Chin Ken Li)
- Field Mapping Configuration (03 Mar, 2010 by Timothy Chin Ken Li)
- Login Setup (02 Mar, 2010 by Timothy Chin Ken Li)
- License Setup (01 Mar, 2010 by Timothy Chin Ken Li)
- Installing plugin (01 Mar, 2010 by Timothy Chin Ken Li)
- Installation Guide (08 Feb, 2010 by Timothy Chin Ken Li)
- Configuration Settings (16 Mar, 2010 by Timothy Chin Ken Li)
- Event Configuration for Listeners (16 Mar, 2010 by Timothy Chin Ken Li)
- Attachment Configurations (08 Feb, 2010 by Timothy Chin Ken Li)
- Value Translation for Field Mappings (29 Jan, 2010 by Timothy Chin Ken Li)
- Viewing attachments associated to Salesforce case (28 Jan, 2010 by Timothy Chin Ken Li)
- 5. Comment Synchronisation (08 Feb, 2010 by Timothy Chin Ken Li)
- 4. Creating JIRA issues from Salesforce.com Cases (04 Feb, 2010 by Timothy Chin Ken Li)
- 4.2 Synchronizing linked JIRA issues from Salesforce.com (15 Mar, 2010 by Timothy Chin Ken Li)
- 4.3 Synchronizing Salesforce Data from JIRA to Salesforce (29 Jan, 2010 by Timothy Chin Ken Li)
- 4.1. Salesforce.com to JIRA Mapping Configuration (10 Dec, 2009 by Timothy Chin Ken Li)
- 4.4 Synchronising Custom Object Lookup fields (13 May, 2009 by David Vittor)
- Replacing S-Control With Visualforce (03 Dec, 2009 by Timothy Chin Ken Li)
- Synchronizing linked JIRA issues from Salesforce.com (Visualforce) (22 Feb, 2010 by Timothy Chin Ken Li)
- Creating JIRA issues from Salesforce.com Cases (Visualforce) (22 Feb, 2010 by Timothy Chin Ken Li)
- Displaying JIRA related information in Salesforce.com (Visualforce) (23 Nov, 2009 by Timothy Chin Ken Li)
- 3. Displaying JIRA related information in Salesforce.com (22 Nov, 2009 by Timothy Chin Ken Li)
- 1. Installing Plugin (16 Sep, 2009 by David Soul)
- Configuration Checklist (13 May, 2009 by Allan Linga)
- 2. Adding Salesforce.com Customfields in JIRA (12 May, 2009 by Allan Linga)
- Installation (Full) (15 Feb, 2009 by Jennifer Cheung)
- Release Notes (24 Nov, 2009 by Timothy Chin Ken Li)
- Hidden SalesForce JIRA Homepage General Information Tab Draft (14 Sep, 2009 by David Soul)
- Frequently Asked Questions (19 Feb, 2009 by Jennifer Cheung)
- Salesforce-JIRA Integration Plugin Demo Video (06 Jan, 2009 by Jennifer Cheung)
- Salesforce.com JIRA Plugin Configuration (24 Apr, 2008 by Varun Venkataraman)
- Salesforce.com to JIRA Case Field Update Configuration (24 Apr, 2008 by Varun Venkataraman)
- Salesforce.com to JIRA Mapping Configuration (24 Apr, 2008 by Varun Venkataraman)
- How to create JIRA Issues from Salesforce.com Cases (18 Oct, 2007 by Daren Klamer)
- Configuring Salesforce.com Cases for JIRA Issue creation (20 May, 2007 by Daren Klamer)
- Creating a JIRA Issue from a Salesforce.com Case (20 May, 2007 by Daren Klamer)
- Integrating Salesforce.com with JIRA (24 Sep, 2007 by Daren Klamer)
- S-Control Entities (04 May, 2007 by Varun Venkataraman)
- Salesforce.com JIRA Plugin License Installation (07 May, 2007 by David Peterson [CustomWare])
- Linking Plugin (09 Mar, 2010 by David Peterson [CustomWare])
- Linking Plugin Release History (15 May, 2009 by David Peterson [CustomWare])
- CustomWare JIRA Utilities (08 Mar, 2010 by David Vittor)
- CustomWare JIRA Utilities Usage Guide (08 Mar, 2010 by David Vittor)
- CustomWare JIRA Utilities Release History (04 Mar, 2010 by Robert Castaneda)
- CustomWare JIRA Utilities Screenshots (26 Nov, 2009 by David Vittor)
- Visibility Plugin (02 Mar, 2010 by Timothy Chin Ken Li)
- Visibility Plugin Release History (16 Nov, 2009 by David Peterson [CustomWare])
- Reporting Plugin (11 Feb, 2010 by Timothy Chin Ken Li)
- Reporting Plugin Release History (01 Jan, 2009 by james matheson)
- Scaffolding Plugin (01 Feb, 2010 by Bo Wang)
- Scaffolding Plugin Release History (26 Sep, 2008 by james matheson)
- Scaffolding Tutorial (28 Feb, 2007 by admin)
- Salesforce.com Confluence Plugin (30 Jan, 2010 by Bo Wang)
- Salesforce.com Confluence Plugin FAQs (29 Jan, 2010 by Bo Wang)
- Salesforce.com Confluence Plugin Technical FAQs (29 Jan, 2010 by Bo Wang)
- Salesforce.com Confluence Plugin Usage FAQs (29 Jan, 2010 by Bo Wang)
- SalesForce.com Confluence Plugin Installation (28 Jan, 2010 by Kelvin Yap)
- SalesForce.com Confluence Plugin License Installation (13 Jan, 2010 by Bo Wang)
- Salesforce.com Confluence Plugin Configuration (13 Jan, 2010 by Bo Wang)
- How to use Salesforce.com Confluence Plugin (29 Dec, 2009 by Bo Wang)
- Salesforce.com Confluence Plugin Release History (25 May, 2009 by Allan Linga)
- Redirection Plugin (21 Jan, 2010 by Alex Chan Chau Loong)
- Composition Plugin (19 Jan, 2010 by Alex Chan Chau Loong)
- Composition Plugin Release History (01 Jan, 2009 by james matheson)
- Autowatch Plugin (26 Nov, 2009 by David Vittor)
- Autowatch Plugin Release History (01 Jan, 2009 by james matheson)
- SharePoint Connector for JIRA (SharePoint Web Part) (04 Nov, 2009 by Charles Pham)
- Flexi Blog Posts Plugin (21 Oct, 2009 by David Chui)
- Flexi Blog Posts Plugin Release History (27 Aug, 2009 by David Vittor)
- Confluence FlotChart Plugin (20 Oct, 2009 by David Chui)
- Confluence FlotChart Plugin Release History (19 Oct, 2009 by David Chui)
- Confluence Page History Slider (20 Oct, 2009 by David Chui)
- Confluence Page History Slider Release History (19 Oct, 2009 by David Chui)
- Zip Upload Plugin (19 Oct, 2009 by David Chui)
- Zip Upload Plugin Release History (19 Oct, 2009 by David Chui)
- Menu Manager Plugin (06 Oct, 2009 by David Peterson [CustomWare])
- Menu Manager Plugin Release History (05 Oct, 2009 by David Peterson [CustomWare])
- Tasklist Suppliers Plugin (05 Oct, 2009 by David Peterson [CustomWare])
- Tasklist Suppliers Plugin Release History (05 Oct, 2009 by David Peterson [CustomWare])
- Tracking Plugin (16 Sep, 2009 by David Peterson [CustomWare])
- Tracking Plugin Release History (28 May, 2009 by David Peterson [CustomWare])
- Vault Plugin (09 Sep, 2009 by Duc Hong Nguyen)
- Table of Contents Plugin (27 Aug, 2009 by Michael Aynsley)
- Google Calendar Plugin (27 Aug, 2009 by Michael Aynsley)
- Page Approval Plugin (26 Aug, 2009 by Jennifer Cheung)
- Page Approval Pricing (26 Aug, 2009 by Jennifer Cheung)
- Link Validator Plugin (30 Jul, 2009 by David Vittor)
- Utilities Plugin (30 Jul, 2009 by David Vittor)
- WAP Plugin (30 Jul, 2009 by David Vittor)
- Perimeter Plugin (30 Jul, 2009 by David Vittor)
- Booking Plugin (30 Jul, 2009 by David Vittor)
- Booking Plugin Release History (01 Jan, 2009 by james matheson)
- Auto Space Archival Plugin (29 Jul, 2009 by David Peterson [CustomWare])
- Auto Space Archival Plugin Release History (01 Jan, 2009 by james matheson)
- File Type Upload Administration Plugin (29 Jul, 2009 by David Peterson [CustomWare])
- Confluence JSON webservice (06 Jul, 2009 by Arie Murdianto)
- License Creator Plugin (14 Jun, 2009 by Timothy Chin Ken Li)
- System Message Administration Plugin (14 May, 2009 by David Peterson [CustomWare])
- NetSuite JIRA Integration (14 May, 2009 by David Peterson [CustomWare])
- Crowd to Confluence Auto-Users Adder Plugin (14 May, 2009 by David Peterson [CustomWare])
- Summary (17 Aug, 2009 by David Peterson [CustomWare])
- Libraries (28 Nov, 2008 by David Peterson [CustomWare])
- Confluence Conveyor Library (12 Jan, 2010 by David Peterson [CustomWare])
- Confluence Supplier Library (05 Oct, 2009 by David Peterson [CustomWare])
- Confluence Metadata Library (05 Oct, 2009 by David Peterson [CustomWare])
- Confluence Reporting Library (23 Sep, 2009 by David Peterson [CustomWare])
- Confluence Filtering Library (23 Sep, 2009 by David Peterson [CustomWare])
- Licensing Support Package (28 Nov, 2008 by David Peterson [CustomWare])
- Creating a Licensed Plugin (28 Nov, 2008 by David Peterson [CustomWare])
- Licensing Support Libraries (28 Nov, 2008 by David Peterson [CustomWare])
- Recipe Book (08 Sep, 2008 by David Peterson [CustomWare])
- Validate External Links For A Space (02 Mar, 2010 by David Peterson [CustomWare])
- Include all child pages recipe (06 Sep, 2009 by David Peterson [CustomWare])
- Custom children list recipe (23 Aug, 2009 by David Peterson [CustomWare])
- Redirecting Page List (22 Feb, 2009 by Bo Wang)
- Attachment List Recipe (28 Oct, 2008 by Alwyn Wong)
- User contact cards (23 Oct, 2008 by David Peterson [CustomWare])
- Aggregate news report recipe (16 Apr, 2008 by David Peterson [CustomWare])
- Space Labels Recipe (03 Aug, 2007 by David Peterson [CustomWare])
- Space list recipe (27 Feb, 2007 by David Peterson [CustomWare])
- Project details recipe (27 Feb, 2007 by David Peterson [CustomWare])
- Pie chart of page visits recipe (27 Feb, 2007 by David Peterson [CustomWare])
- Macros (17 Jul, 2008 by David Peterson [CustomWare])
- child-counter (03 Mar, 2010 by David Peterson [CustomWare])
- link-to (17 Feb, 2010 by David Peterson [CustomWare])
- add-page (17 Feb, 2010 by David Peterson [CustomWare])
- add-page-form (17 Feb, 2010 by David Peterson [CustomWare])
- link-page (17 Feb, 2010 by David Peterson [CustomWare])
- salesforce-reporter (29 Jan, 2010 by Bo Wang)
- SalesForce.com Confluence Query Conditions (28 Jan, 2010 by Kelvin Yap)
- salesforce-account (29 Jan, 2010 by Bo Wang)
- salesforce-entity (29 Jan, 2010 by Bo Wang)
- salesforce-contact (29 Jan, 2010 by Bo Wang)
- soql-reporter (27 Jan, 2010 by Bo Wang)
- report-column (18 Jan, 2010 by Bo Wang)
- vcard-link (17 Dec, 2009 by Bo Wang)
- flotchart (19 Oct, 2009 by David Chui)
- attachment-data (06 Oct, 2009 by David Peterson [CustomWare])
- toggle-cloak (28 Sep, 2009 by David Peterson [CustomWare])
- expanding-reporter (18 Sep, 2009 by David Peterson [CustomWare])
- user-options (17 Sep, 2009 by David Vittor)
- content-options (15 Sep, 2009 by David Peterson [CustomWare])
- combining-reporter (15 Sep, 2009 by David Peterson [CustomWare])
- report-variable (11 Sep, 2009 by David Peterson [CustomWare])
- grouping-stats (11 Sep, 2009 by David Peterson [CustomWare])
- grouping-reporter (11 Sep, 2009 by David Peterson [CustomWare])
- report-image (08 Sep, 2009 by David Peterson [CustomWare])
- report-on (07 Sep, 2009 by David Peterson [CustomWare])
- report-link (07 Sep, 2009 by David Peterson [CustomWare])
- report-info (07 Sep, 2009 by David Peterson [CustomWare])
- report-block (07 Sep, 2009 by David Peterson [CustomWare])
- report-list (07 Sep, 2009 by David Peterson [CustomWare])
- report-table (07 Sep, 2009 by David Peterson [CustomWare])
- content-reporter (24 Aug, 2009 by David Peterson [CustomWare])
- hide-if (12 Jul, 2009 by David Peterson [CustomWare])
- show-if (12 Jul, 2009 by David Peterson [CustomWare])
- vault (28 May, 2009 by Alex Chan Chau Loong)
- redirect (15 May, 2009 by David Peterson [CustomWare])
- card (03 May, 2009 by Alwyn Wong)
- pageacknowledgement-report (19 Mar, 2009 by Jennifer Cheung)
- pageapproval-report (09 Mar, 2009 by Jennifer Cheung)
- pageapproval (09 Mar, 2009 by Jennifer Cheung)
- attachment-options (18 Feb, 2009 by Charles Pham)
- google-calendar (22 Dec, 2008 by Alwyn Wong)
- flexi-blog-posts (24 Oct, 2008 by David Chui)
- live-template (07 Oct, 2008 by David Peterson [CustomWare])
- text-data (16 Sep, 2008 by David Peterson [CustomWare])
- table-data (12 Sep, 2008 by David Peterson [CustomWare])
- repeating-data (12 Sep, 2008 by David Peterson [CustomWare])
- expand-on (03 Sep, 2008 by David Peterson [CustomWare])
- link-validator (24 Jul, 2008 by Jason Hinch)
- hide-from (07 May, 2008 by David Peterson [CustomWare])
- show-to (07 May, 2008 by David Peterson [CustomWare])
- user-filter (04 Apr, 2008 by David Peterson [CustomWare])
- repeat-filter (03 Apr, 2008 by David Peterson [CustomWare])
- report-body (11 Mar, 2008 by David Peterson [CustomWare])
- text-sort (11 Mar, 2008 by David Peterson [CustomWare])
- collection-filter (08 Mar, 2008 by David Peterson [CustomWare])
- date-filter (04 Mar, 2008 by David Peterson [CustomWare])
- list-data (01 Mar, 2008 by David Peterson [CustomWare])
- set-data (01 Mar, 2008 by David Peterson [CustomWare])
- get-data (01 Mar, 2008 by David Peterson [CustomWare])
- label-options (01 Mar, 2008 by David Peterson [CustomWare])
- text-filter (05 Feb, 2008 by David Peterson [CustomWare])
- composition-setup (05 Feb, 2008 by David Peterson [CustomWare])
- content-filter (17 Jan, 2008 by David Peterson [CustomWare])
- boolean-filter (17 Jan, 2008 by David Peterson [CustomWare])
- local-reporter (17 Nov, 2007 by David Peterson [CustomWare])
- toc (09 Nov, 2007 by David Peterson [CustomWare])
- toc-zone (09 Nov, 2007 by David Peterson [CustomWare])
- number-filter (17 Oct, 2007 by David Peterson [CustomWare])
- cloak (15 Sep, 2007 by David Peterson [CustomWare])
- space-reporter (05 Sep, 2007 by David Peterson [CustomWare])
- link-window (03 Sep, 2007 by David Peterson [CustomWare])
- natural-sort (10 Aug, 2007 by David Peterson [CustomWare])
- show-card (11 Jul, 2007 by David Peterson [CustomWare])
- deck (11 Jul, 2007 by David Peterson [CustomWare])
- float (11 Jul, 2007 by David Peterson [CustomWare])
- undefined-links (11 Jul, 2007 by David Peterson [CustomWare])
- outgoing-links (11 Jul, 2007 by David Peterson [CustomWare])
- orphaned-links (11 Jul, 2007 by David Peterson [CustomWare])
- incoming-links (11 Jul, 2007 by David Peterson [CustomWare])
- list-option (31 May, 2007 by David Chui)
- bookings (13 Mar, 2007 by David Peterson [CustomWare])
- tracking-column (28 Feb, 2007 by David Peterson [CustomWare])
- tracking-table (28 Feb, 2007 by David Peterson [CustomWare])
- tracking-info (28 Feb, 2007 by David Peterson [CustomWare])
- alias (28 Feb, 2007 by David Peterson [CustomWare])
- secure-include (28 Feb, 2007 by David Peterson [CustomWare])
- user-reporter (27 Feb, 2007 by David Peterson [CustomWare])
- user-group-reporter (27 Feb, 2007 by David Peterson [CustomWare])
- scaffold (27 Feb, 2007 by David Peterson [CustomWare])
- report-header (27 Feb, 2007 by David Peterson [CustomWare])
- report-footer (27 Feb, 2007 by David Peterson [CustomWare])
- report-empty (27 Feb, 2007 by David Peterson [CustomWare])
- preset-options (27 Feb, 2007 by David Peterson [CustomWare])
- number-sort (27 Feb, 2007 by David Peterson [CustomWare])
- number-data (27 Feb, 2007 by David Peterson [CustomWare])
- hidden-data (27 Feb, 2007 by David Peterson [CustomWare])
- group-data (27 Feb, 2007 by David Peterson [CustomWare])
- excerpt-data (27 Feb, 2007 by David Peterson [CustomWare])
- eval-data (27 Feb, 2007 by David Peterson [CustomWare])
- date-sort (27 Feb, 2007 by David Peterson [CustomWare])
- date-data (27 Feb, 2007 by David Peterson [CustomWare])
- boolean-sort (27 Feb, 2007 by David Peterson [CustomWare])
- boilerplate (27 Feb, 2007 by David Peterson [CustomWare])
- FAQs (27 Feb, 2007 by David Peterson [CustomWare])
- Installation Instructions (04 Mar, 2010 by Robert Castaneda)
- How can I let table-data or report-table have sortable columns? (22 May, 2008 by David Peterson [CustomWare])
- How can I modify Scaffold data from another plugin? (18 May, 2008 by David Peterson [CustomWare])
- Where is Scaffolding data stored? (17 Oct, 2007 by David Peterson [CustomWare])
- Why don't my regular expressions work? (05 Aug, 2007 by David Peterson [CustomWare])
- Why don't TOCs update headings from included pages? (29 Jun, 2007 by David Peterson [CustomWare])
- How can I report on table-data or repeating-data? (30 Apr, 2007 by David Peterson [CustomWare])
- How do I refer to Scaffolding data from a Report? (30 Apr, 2007 by David Peterson [CustomWare])
- Can I display multiple private calendars? (27 Feb, 2007 by David Peterson [CustomWare])
- Why isn't the view count increasing when I reload the page? (27 Feb, 2007 by David Peterson [CustomWare])
- Why doesn't the Composition Plugin work with custom themes? (27 Feb, 2007 by David Peterson [CustomWare])
- Why do I have to supply an ID to secure-include? (27 Feb, 2007 by David Peterson [CustomWare])
- Why are all my calendars blue? (27 Feb, 2007 by David Peterson [CustomWare])
- What options are available for filtering? (27 Feb, 2007 by David Peterson [CustomWare])
- How is Scaffolding 2 different to Scaffolding 1? (27 Feb, 2007 by David Peterson [CustomWare])
- How do you create the expandable sections on your pages? (27 Feb, 2007 by David Peterson [CustomWare])
- How can the reporting plugin change my life? (27 Feb, 2007 by David Peterson [CustomWare])
- Can I get the visit count for the Dashboard? (27 Feb, 2007 by David Peterson [CustomWare])
Custom Ordering
If you want to sort by a custom order, try mixing in the Scaffolding Plugin (you will need at least 2.2-DR3 for this to work). On each page, use the {set-data} macro (or any of the other data macros) to store a custom sort field:
{set-data:Order|type=number}5{set-data}
You could also use text or dates if so desired.
Once you've done that, just specify that the {content-reporter} should sort by the new data field (namely 'data:Order'):
{content-reporter:scope=@self > children|type=page}
{number-sort:data:Order}
{content-reporter}
Custom Filtering
You can filter by other values, such as labels. The example below filters so that only pages which do contain 'foo' and don't contain 'bar' are included.
{content-reporter:scope=@self > children|type=page|labels=+foo, -bar}
{number-sort:data:Order}
{content-reporter}
Alternately, you can filter by any custom value. Say you have a {date-data} macro on your pages called 'Date of Birth'. You can filter out all dates before January 1, 2000 like this:
{content-reporter:scope=@self > children|type=page}
{number-sort:data:Order}
{date-filter:data:Date of Birth|minValue=1 Jan, 2000|format=d MMM, yyyy}
{content-reporter}
Note that the key value must match the case of the date field exactly, and the 'format' must match the 'minValue' format you use.
|
Connect JIRA and SharePoint |
Atlassian Professional Services |
Atlassian Training |
Discussions