Ticket #7800 (new defect)
Sorting by age broken in browser view
| Reported by: | chub@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11.3 |
| Component: | version control/browser | Version: | 0.11-stable |
| Severity: | normal | Keywords: | age date order |
| Cc: |
Description (last modified by rblank) (diff)
The key to sort the browser view is "age" not "date".
Patch is inlined. =)
-
trac/versioncontrol/templates/browser.html
old new 80 80 ${sortable_th(dir.order, dir.desc, 'name', 'Name')} 81 81 ${sortable_th(dir.order, dir.desc, 'size', 'Size')} 82 82 <th class="rev">Rev</th> 83 ${sortable_th(dir.order, dir.desc, ' date', 'Age')}83 ${sortable_th(dir.order, dir.desc, 'age', 'Age')} 84 84 <th class="change">Last Change</th> 85 85 </tr> 86 86 </thead>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


