stable
Clone or download
Read-only
This task is part of story #8815 Manage cross references between svn revisions & the world This commit allows Tuleap to parse Subversion references for the new Subversion plugin. This kind of reference are like : svn #repo01/1 If you add such a reference in an Artifact comment for instance, the reference will be clickable. For now, it does not work cross-project. Old Subersion reference must work. If you use the Docker stuff for you development setup, please use that trick to have working references: https://gerrit.tuleap.net/#/c/5046/1/src/common/include/Codendi_HTMLPurifier.class.php Change-Id: If8ecaa4051a94971cd8c7d92b7949b02550d9b74
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/svn/include/Reference/Extractor.php | +68 | −0 | Go to diff View file |
A | plugins/svn/include/Reference/Reference.php | +51 | −0 | Go to diff View file |
M | plugins/svn/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +38 | −1 | Go to diff View file |
A | plugins/svn/tests/Reference/ExtractorTest.php | +106 | −0 | Go to diff View file |