Trac Trail

Description

Trac Trail provides a trail of the last 10 navigation items you visited.

Screenshot

The trail navigation will show

  • wiki pages
  • tickets
  • reports
  • milestones
  • changesets

All other pages will not be included in the trail.

Bugs/Feature Requests

Existing bugs and feature requests for TracTrailPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracTrailPlugin from here using Subversion, or browse the source with Trac.

Install

  1. You can create an egg file via 'setup.py bdist_egg'
  2. Install the egg file via 'easy_install dist\TracTrail-1.0-py2.4.egg'

Note: the contents of 'templates/*.css' need to be added to your site templates directory

Example

You have to modify your templates to include the trail navigation. An example of how to do this is included in the sources. Go to the templates directory and copy the contents of site_header.cs and site_css.cs and add it to the respective files in your trac template directory. This will add a trails navigation bar to your site which is fixed on top of any trac page.

Recent Changes

[2146] by orossmueller on 03/31/07 20:12:23

TracTrailPlugin:

support wiki start page

[2145] by orossmueller on 03/31/07 20:05:29

TracTrailPlugin:

ignore edit actions

[2144] by orossmueller on 03/31/07 19:44:34

TracTrailPlugin:

first public release

[2143] by orossmueller on 03/31/07 19:38:34

TracTrailPlugin:

first public release

Author/Contributors

Author: orossmueller
Contributors:

Attachments