Actions
Feature #38501
closedrecent_pages macro that displays a list of recently updated Wiki pages
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
The attached patch adds a new Wiki macro {{recent_pages}}
that displays a list of recently updated Wiki pages.
The macro displays a list of pages that have been updated within 7 days by default. The range of pages to be displayed can be changed with the days
and limit
options. And you can add information when the page is updated with the `time` option.
{{recent_pages}} -- displays pages updated within the past 7 days {{recent_pages(days=3)}} -- displays pages updated within the past 3 days {{recent_pages(limit=5)}} -- limits the maximum number of pages to display to 5 {{recent_pages(time=true)}} -- displays pages updated within the past 5 days with updated time
{{recent_pages}}
macro in a Wiki page:
Rendered {{recent_pages}}
macro:
One of the useful uses - recently updated pages in Wiki sidebar:
Files
Related issues
Updated by Go MAEDA almost 2 years ago
- Target version set to 6.0.0
Setting the target version to 6.0.0.
Updated by Marius BĂLTEANU 23 days ago
- Status changed from New to Resolved
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Feature added, thanks!
Go MAEDA wrote in #note-3:
The help page also needs to be updated.
I'll handle this.
Updated by Marius BĂLTEANU 17 days ago
- Status changed from Resolved to Closed
Documentation added in r23974.
Updated by Go MAEDA 12 days ago
- Related to Patch #43215: Add Japanese CommonMark Markdown help added
Actions