Opened at 2011-08-01T05:14:58Z
Last modified at 2015-03-20T19:48:41Z
#1460 closed enhancement
trac: add a 'Revision Log' link to the navigation bar — at Initial Version
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | soon (release n/a) |
Component: | dev-infrastructure | Version: | 1.8.2 |
Keywords: | trac | Cc: | |
Launchpad Bug: |
Description
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.
Note: See
TracTickets for help on using
tickets.