Feature #31215
openMacro child_pages should support reverse order
0%
Description
This is more appropriate for some contexts, for example monthly reports which you want sorted chronologically in reversed order
Example:
`{{child_pages(reverse, depth=2) }}`
Files
Updated by F. P. over 4 years ago
+1
This is very helpful when storing documentation/protocols in a wiki. Atm one has to scroll down a lot when there are lots of entries. We tried Documents, but there is no changelog.
Updated by F. P. over 3 years ago
- File reverse.patch reverse.patch added
First: I'm no ruby developer.
I tried to extend the child_pages macro with the suggested reverse argument.
I would be glad if someone could:
- check if the code is sane
- test this in a development setup
Patch is attached. If I can do something else please point me in the right direction.
Updated by F. P. over 1 year ago
- File reverse.patch reverse.patch added
I had the opportunity to ask a colleague that knows ruby to review my patch. The attached updated patch is working fine in our 5.0.3 install.
Just in case someone wants to use it.