On Tue, Apr 18, 2006 at 12:19:59PM +0100, Tim Diggins wrote: > (sorry in advance if I shouldn't be putting TracTags qs on this list... > not sure where else though...)
Hi, I think it's okay? > TracTags (http://muness.textdriven.com/trac/wiki/tags) seems to be happy > to list tags with hyphens (in tag index (/tags)) but doesn't seem to > then find any tags which have hyphens in them (in a specific > automatically created page "Objects matching the expression ....")(like > /tags/app-functions)). > > I presume this is because I'm using the expression system, which wants > to recognise "-". However there seems to be no way of escaping the - in > a url... How are you actually referring to the URL that is not escaped correctly? Any links created from the macros should automatically be escaped, and the "tagged:" link resolver should accept quotes correctly: tagged:"some-tag-with-hyphens" This is actually documented here (last sentence): http://muness.textdriven.com/trac/wiki/tags#Tagexpressions Though the following only works with tags trunk due to some "features" of the default link provider regex: tagged:"the-tag"+"some-other-tag" If you're not running tags trunk you should upgrade, there are a few bug fixes specifically related to the expression syntax and quoting. YMMV though. -- Evolution: Taking care of those too stupid to take care of themselves. _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
