stable

Clone or download

Read-only

Repository name should be validated in creator

this is part of story #10214 manage svn "commit rules" with REST API Change-Id: I23e80c4c44ead7781790865cfed5f11eb13cad12

Modified Files

Name
M plugins/svn/include/REST/v1/RepositoryResource.php +3 −12 Go to diff View file
M plugins/svn/include/Svn/Explorer/ExplorerController.class.php +16 −21 Go to diff View file
A plugins/svn/include/Svn/Repository/Exception/RepositoryNameIsInvalidException.php +33 −0 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryCreator.php +16 −0 Go to diff View file
M plugins/svn/include/Svn/XMLRepositoryImporter.class.php +11 −1 Go to diff View file
M plugins/svn/include/autoload.php +3 −2 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php +18 −3 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +73 −52 Go to diff View file