Actions
Feature #43631
closedAdd "include_subprojects" parameter to recent_pages macro to include pages from subprojects
Resolution:
Fixed
Description
This parameter should work with and without project parameter.
Files
Related issues
Updated by Florian Walchshofer about 2 months ago
- File add_option_include_subprojects_syntax_detailed.patch add_option_include_subprojects_syntax_detailed.patch added
- File add_option_include_subprojects_to_makro_recent_pages.patch add_option_include_subprojects_to_makro_recent_pages.patch added
add the "include_subprojects" option to the recent_pages macro
with tests and wiki_syntax
{{recent_pages(include_subprojects=true)}}
Updated by Marius BĂLTEANU 24 days ago
- Related to Feature #38501: recent_pages macro that displays a list of recently updated Wiki pages added
Updated by Marius BĂLTEANU 23 days ago
- Category set to Wiki
- Status changed from New to Resolved
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Feature added, I will merge all the revisions to 6.1.2 once the tests pass.
Updated by Marius BĂLTEANU 23 days ago
Thanks Florian for your initial patch, I made some changes to ensure proper visibility. Please let me know if you see any issue.
Updated by Florian Walchshofer 23 days ago
Thanks Marius. I missed the view permission, and the tests are much better, including subprojects.
Actions