stable
Clone or download
Read-only
Part of story #8813: Manage permissions Regular users should not be able to: - create a repository - access to repository settings interface Change-Id: I6c329e3dfc87ffde05b4fd5d0456721c53974bf4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/Svn/Explorer/ExplorerController.class.php | +1 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/ExplorerPresenter.class.php | +8 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/CannotFindRepositoryException.class.php | +6 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryManager.class.php | +7 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/SvnRouter.class.php | +61 | −47 | Go to diff View file |
M | plugins/svn/include/autoload.php | +1 | −0 | Go to diff View file |
M | plugins/svn/templates/explorer/index.mustache | +3 | −1 | Go to diff View file |