Feature #31215
open
Macro child_pages should support reverse order
Added by Miodrag Milic almost 6 years ago.
Updated 8 days ago.
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
+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.
- Category set to Text formatting
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.
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.
The changes still work in 6.0.3.
I applied the changes manually, because the macros.rb changed.
Also available in: Atom
PDF