Tickets & wiki imported from trac [#4213] and [#6139] as well as SVN commits that have trac syntax for referencing tickets and svn revisions should still work in Allura. Examples:
#123
for tickets (no brackets)r456
for svn revisionticket:100
comment:13:ticket:408
source:gfarm_v2/trunk/server/gfmd/inode.c@6697#L3233
We can't change content during import since it's in SVN commit messages too.
A regex should be easy to identify these. TBD: allow this simpler syntax all the time, or just for trac-imported content via some flag?
Tickets: #4213
Tickets: #6111
Tickets: #6139
Tickets: #6441
Tickets: #6622
Diff:
With [#6610] changing Trac import to use HTML as its basis, the cross-reference links will be handled nicely with no special parsing of them (they're already links).
So this will just need to be applied to commit messages. See also [#6111] which is to have commit messages not be handled as full markdown, but just make their artifact references be links.
Related
Tickets:
#6111Tickets:
#6610allura:tv/6140
This also includes [#6111], so that can be closed after this is reviewed.
Aside from unit tests, there are some "real" examples here:
https://sf-tvansteenburgh-1020.sb.sf.net/p/test6549/svn/2/
https://sf-tvansteenburgh-1020.sb.sf.net/p/test6549/svn/3/
Related
Tickets:
#6111