Changes between Initial Version and Version 1 of ShowPathPlugin


Ignore:
Timestamp:
May 19, 2008, 7:28:29 PM (16 years ago)
Author:
Jason Winnebeck
Comment:

New hack ShowPathPlugin, created by JasonWinnebeck

Legend:

Unmodified
Added
Removed
Modified
  • ShowPathPlugin

    v1 v1  
     1= ShowPath Plugin =
     2
     3== Description ==
     4
     5A Trac 0.11 version of the TracShowPathPatch as a single-file plugin, since in Trac 0.11 this can be done without source code modification, thanks to the ITemplateStreamFilter interface in Trac. This is a modification of Morris's work at t:wiki:MacroBazaar#ShowPath. His code works, but only if the trac instance is at the root of the web server (like trac-hacks.org). My modifications use the Trac environment href API to form the proper URLs.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for ShowPathPlugin are
     10[report:9?COMPONENT=ShowPathPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=ShowPathPlugin&owner=JasonWinnebeck new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:showpathplugin here].
     18
     19== Source ==
     20
     21You can check out ShowPathPlugin from [http://trac-hacks.org/svn/showpathplugin here] using Subversion, or [source:showpathplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Replaces the "Start Page" link in the Trac bar. If you are on this page, you would see [wiki:WikiStart Start Page] / ShowPathPlugin instead. If you were in a a subpage like "ShowPathPlugin/SubPage" you would see [wiki:WikiStart Start Page] / [wiki:ShowPathPlugin ShowPathPlugin] / SubPage.
     26
     27== Recent Changes ==
     28
     29[[ChangeLog(showpathplugin, 3)]]
     30
     31== Author/Contributors ==
     32
     33'''Author:''' [wiki:JasonWinnebeck] [[BR]]
     34'''Contributors:'''