﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
4319	The regex link hack works only in wiki, can this be actived in browse (source) as well?	enhancement	0.10	ComaVN	new	2008-12-21T19:52:33+01:00	2008-12-21T19:52:33+01:00		anonymous
4221	multiple regexes cannot have identically named capture groups	defect	0.11	ComaVN	assigned	2008-12-06T14:59:56+01:00	2008-12-06T15:00:17+01:00	"When more than one regex/url pair is used, named capture groups cannot have the same name.

in trac.ini:
{{{
[regexlink]
regex1 = \bexampleA(?P<exampleid>\d+)\b
url1 = http://example.org/A\g<exampleid>
regex2 = \bexampleB(?P<exampleid>\d+)\b
url2 = http://example.org/B\g<exampleid>
}}}

result:
error: redefinition of group name u'exampleid' as group 35; was group 33

Furthermore, names of capture groups could collide with named capture groups of other WikiSyntaxProvider plugins.

Names should be automatically prefixed with ""regexlink_1_"", ""regexlink_2_"", etc. in the regex and the replacement url."	ComaVN
12641	Reduce use of named groups	defect			new	2016-01-22T06:53:45+01:00	2017-03-27T06:45:51+02:00	Opening a ticket to consider applying the patch from trac:#12318.	Ryan J Ollos
