dev

Clone or download

Read-only

Follow-up request #7104: DRY on subversion repository path

Also fix request #7107: SOAP getSvn* doesnt work on projects with project shortname in mixed case Change-Id: I9dffbab9dd85f5c995499fea940979939ff75e8a

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