Modify ↓
#6075 closed enhancement (fixed)
Allow order to be reversed
| Reported by: | Russ Brown | Owned by: | Martin Scharrer |
|---|---|---|---|
| Priority: | normal | Component: | ListOfWikiPagesMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
One of our use cases for this plugin is to list pages that haven't been edited for a while. So it would be useful to be able to list them in reverse order, with the least recently edited pages shown first.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 16 years ago by
Thanks for the suggestion.
See also the newer version of the WatchlistPlugin which provides dynamic table sorting using javascript.
Note: See
TracTickets for help on using
tickets.



(In [6933]) Added parameter
order=reverseto allow reverse sorting after time. This fixes #6075.