Opened 12 years ago
Closed 12 years ago
#22127 closed Cleanup/optimization (fixed)
Reverse default date-order sorting on Trac's ticket list
| Reported by: | Daniele Procida | Owned by: | |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | dev |
| Severity: | Normal | Keywords: | nlsprint14 |
| Cc: | eromijn@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
It seems more sensible that when hitting View tickets a user should see the most recent tickets, and not such venerable items as #27.
I did have a look at Trac's documentation, and our own config, but I can't see where or how this behaviour is controlled.
Change History (4)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
| Cc: | added |
|---|---|
| Keywords: | nlsprint14 added |
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 12 years ago
| Has patch: | set |
|---|---|
| Owner: | removed |
| Status: | assigned → new |
PR filed in https://github.com/django/code.djangoproject.com/pull/8, but not tested on a trac install.
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Agreed.
For anyone who'd like to take a look at this, our trac configuration lives in https://github.com/django/code.djangoproject.com.