stable
Clone or download
Read-only
this is part of story #8821 define and enforce immutable tags Change-Id: I31d04bbeed6d618f65adbce28fcc672b30c9d965
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/Svn/AccessControl/AccessControlPresenter.php | +13 | −8 | Go to diff View file |
A | plugins/svn/include/Svn/Admin/BaseAdminPresenter.php | +40 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/HooksConfigurationPresenter.class.php | +7 | −4 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/ImmutableTagPresenter.php | +5 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/MailNotificationPresenter.class.php | +6 | −4 | Go to diff View file |
M | plugins/svn/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/svn/templates/admin/edit_authfile.mustache | +3 | −19 | Go to diff View file |
M | plugins/svn/templates/admin/hooks_config.mustache | +4 | −20 | Go to diff View file |
M | plugins/svn/templates/admin/immutable_tag.mustache | +2 | −19 | Go to diff View file |
M | plugins/svn/templates/admin/mail_notification.mustache | +10 | −26 | Go to diff View file |
A | plugins/svn/templates/admin/section_presenter.mustache | +17 | −0 | Go to diff View file |