Edgewall Software

Opened 16 years ago

Last modified 14 years ago

#7800 closed defect

Sorting by age broken in browser view — at Initial Version

Reported by: chub@… Owned by:
Priority: high Milestone: 0.12.1
Component: version control/browser Version: 0.11-stable
Severity: normal Keywords: age date order
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The key to sort the browser view is "age" not "date".

Patch is inlined. =)

—- trac/versioncontrol/templates/browser.html.orig 2008-11-07 16:33:08.000000000 -0800 +++ trac/versioncontrol/templates/browser.html 2008-11-07 16:32:36.000000000 -0800 @@ -80,7 +80,7 @@

${sortable_th(dir.order, dir.desc, 'name', 'Name')} ${sortable_th(dir.order, dir.desc, 'size', 'Size')} <th class="rev">Rev</th>

  • ${sortable_th(dir.order, dir.desc, 'date', 'Age')}

+ ${sortable_th(dir.order, dir.desc, 'age', 'Age')}

<th class="change">Last Change</th>

</tr>

</thead>

Change History (0)

Note: See TracTickets for help on using tickets.