Feature #10789
Macros {{child_pages}} with depth parameter
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Text formatting | |||
Target version: | 2.2.0 | |||
Resolution: | Fixed |
Description
The default behaviour of child_pages is two levels nesting.
It strongly restrict applicability of macros.
This small patch adds optional parameter depth with default value = 2.
{{child_pages(Foo, parent=1, depth=3)}}
Related issues
Associated revisions
Adds a "depth" option to the child_pages macro (#10789).
Updates macro description (#10789).
History
#1
Updated by Alexander Oryol almost 9 years ago
- File child_pages_with_depth1.patch
added
Ohmmm... sorry!
#2
Updated by Alexander Oryol over 8 years ago
Up!
#3
Updated by Alexander Oryol over 8 years ago
- Assignee set to Jean-Philippe Lang
Please, apply this patch to 2.1.0. Usefull for big Wikis. Backward compatible.
#4
Updated by Jean-Philippe Lang over 8 years ago
- Target version set to 2.2.0
#5
Updated by Etienne Massip over 8 years ago
- Assignee deleted (
Jean-Philippe Lang)
Please do not assign issues directly.
#7
Updated by Jean-Philippe Lang over 8 years ago
acts_as_tree#descendants was not supposed to return 2 levels only. It was fixed in 2.1.0 (r10142) so now it returns all levels. The depth option will be added in 2.2.0.
#8
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Option added in r10401.
#9
Updated by Go MAEDA almost 6 years ago
- Duplicated by Patch #3962: Add a maximum nesting option to the {{child_pages}} macro added