﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
4608	Using Trac short notation for report and changeset	enhancement	0.11		new	2009-02-11T01:04:09+01:00	2016-12-02T23:52:17+01:00	"It would be nice to shorten the breadcrumbs display using Trac syntax for report and changeset. Also only shows just the filename instead of full browser path. Here's a quick patch.

'''breadcrumbs.py''':
{{{
148              if realm == ""ticket"": 
149                  name = ""#"" + resource 
150              elif realm == ""report"":           # report:7 is {7}
151                  name = ""{"" + resource + ""}"" 
152              elif realm == ""changeset"":        # changeset:10 is [10]
153                  name = ""["" + resource + ""]"" 
154              elif realm == ""browser"":          # browser:/trunk/foo.py is foo.py
156                  name = resource.split('/').pop() 
157              elif realm != ""wiki"": 
158                  name = ""%s:%s"" % (realm, name) 
}}}"	peterA
7790	Update BreadCrumbsNavPlugin to support Trac 0.12	enhancement	0.12		new	2010-10-07T11:54:54+02:00	2021-01-02T21:05:52+01:00	Please apply the patch from penmark found on the bottom of the BreadCrumbsNavPlugin page.	hansfn@…
