stable
Clone or download
Read-only
this is part of story #10215 manage "svn access file" with REST API Change-Id: I2f951da5f2355f2d35df5c2862bc1983a7472155
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/RepositoryResource.php | +5 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/AccessControl/AccessFileHistoryCreator.php | +34 | −9 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/ProjectHistoryFormatter.php | +10 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryCreator.php | +2 | −0 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +32 | −10 | Go to diff View file |
M | plugins/svn/site-content/en_US/svn.tab | +1 | −0 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/svn.tab | +1 | −0 | Go to diff View file |
M | plugins/svn/tests/REST/RepositoryResourceUpdaterTest.php | +1 | −1 | Go to diff View file |
A | plugins/svn/tests/Svn/AccessControl/AccessFileHistoryCreatorTest.php | +106 | −0 | Go to diff View file |
M | plugins/svn/tests/Svn/XMLImporterTest.php | +15 | −1 | Go to diff View file |