stable
Clone or download
Read-only
Merge commit 'refs/changes/81/2681/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Follow-up request #7104: DRY on subversion repository path Change-Id: Iadad598b8413ab87e3266cfe5c7e810b32907bd6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/ldapPlugin.class.php | +4 | −4 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +42 | −47 | Go to diff View file |
M | src/common/project/Group.class.php | +9 | −1 | Go to diff View file |
M | src/common/project/Project.class.php | +9 | −0 | Go to diff View file |
M | src/common/svn/SVNAccessFile.class.php | +4 | −4 | Go to diff View file |
M | src/common/svn/SVN_LogFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/svn/SVN_PermissionsManager.class.php | +1 | −1 | Go to diff View file |
M | src/common/svn/SVN_Svnlook.class.php | +3 | −12 | Go to diff View file |
M | src/www/soap/svn/index.php | +1 | −1 | Go to diff View file |
M | src/www/svn/admin/access_control.php | +6 | −6 | Go to diff View file |
M | src/www/svn/index.php | +6 | −5 | Go to diff View file |
M | src/www/svn/svn_data.php | +1 | −2 | Go to diff View file |
M | src/www/svn/svn_utils.php | +30 | −34 | Go to diff View file |
M | src/www/svn/viewvc.php | +2 | −1 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSVNTest.php | +33 | −28 | Go to diff View file |
M | tests/simpletest/common/svn/SVNAccessFileTest.php | +8 | −22 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_Apache_ModMysqlTest.php | +3 | −2 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_SvnlookTest.php | +4 | −5 | Go to diff View file |
M | tools/examples/soap/svn/svn_get_commiters.php | +6 | −8 | Go to diff View file |
M | tools/examples/soap/svn/svn_get_log.php | +6 | −6 | Go to diff View file |