Opened at 2011-08-01T05:14:58Z
Closed at 2015-03-20T19:48:41Z
#1460 closed enhancement (wontfix)
trac: add a 'Revision Log' link to the navigation bar
Reported by: | davidsarah | Owned by: | zooko |
---|---|---|---|
Priority: | minor | Milestone: | soon (release n/a) |
Component: | dev-infrastructure | Version: | 1.8.2 |
Keywords: | trac | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
The 'Revision Log' page of the source browser is more useful than the 'Timeline', because the Revision Log orders patches by time of commit rather than the time they were recorded. However only the Timeline has a link on the navigation bar.
I think the [navadd] section of /home/trac/projects/tahoe-lafs/conf/trac.ini on tahoe-lafs.org needs to be changed to
[navadd] add_items = revlog,buildbot revlog.target = mainnav revlog.title = Revision Log revlog.url = http://tahoe-lafs.org/trac/tahoe-lafs/log/trunk/ buildbot.target = mainnav buildbot.title = Buildbot buildbot.url = http://tahoe-lafs.org/buildbot
and then the trac may need to be restarted or asked to reread its config files.
Change History (3)
comment:1 Changed at 2011-08-04T15:34:16Z by zooko
- Owner changed from somebody to zooko
- Status changed from new to assigned
comment:2 Changed at 2014-09-10T09:48:33Z by daira
- Description modified (diff)
comment:3 Changed at 2015-03-20T19:48:41Z by warner
- Resolution set to wontfix
- Status changed from assigned to closed
yeah, agreed. closing this as a WONTFIX.
Note: See
TracTickets for help on using
tickets.
I find that https://github.com/tahoe-lafs/tahoe-lafs/commits/master is more useful now.