stable
Clone or download
Read-only
I choose to re-use the SvnCoreAccess event even if it's not very elegant (hackish usage of string + fake usage of redirect) but creating a whole new event treatement just for that when all the logic is already in place seemed overkill for sth that is meant to be removed in a few weeks. I didn't manage to test directly the SOAP feature :'( Part of request #17893 Phase-out core "Subversion" service Change-Id: Ie308fa30668bf984b430241cba9e3864f8b4a028
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/SVN/Repository/SvnCoreAccess.php | +3 | −0 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/SvnCoreAccessTest.php | +12 | −0 | Go to diff View file |
M | src/common/svn/SVN_SOAPServer.class.php | +25 | −1 | Go to diff View file |
M | src/common/svn/SvnCoreAccess.php | +8 | −3 | Go to diff View file |
M | src/www/soap/svn/index.php | +2 | −4 | Go to diff View file |
M | tests/unit/common/SOAP/SOAPRequestValidatorImplementationTest.php | +9 | −4 | Go to diff View file |
M | tests/unit/common/svn/SVN_SOAPServerTest.php | +37 | −4 | Go to diff View file |