stable

Clone or download

Read-only

Issues encountered while creating the layout of a SVN repo pass the event in the warning state

Documentation in the API Explorer has also been fixed so that the given example works. This is part of story #10218: manage "default layout" with REST API Change-Id: I34bfdb12aa9e5f213a6f6c3c96374a1b68853298

Modified Files

Name
M plugins/svn/include/REST/v1/RepositoryResource.php +1 −1 Go to diff View file
M plugins/svn/include/events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +16 −11 Go to diff View file
M plugins/svn/tests/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +66 −0 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +16 −0 Go to diff View file
M site-content/tuleap-core.pot +16 −0 Go to diff View file
M src/common/URI/URIModifier.php +8 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/backend/BackendSVN.class.php +36 −13 Go to diff View file
A src/common/svn/Exception/SVNRepositoryCreationException.php +25 −0 Go to diff View file
A src/common/svn/Exception/SVNRepositoryLayoutInitializationException.php +25 −0 Go to diff View file
M tests/simpletest/common/URI/URIModifierTest.php +6 −0 Go to diff View file