stable

Clone or download

Read-only

story #8308: move settings in a dedicated section

As per acceptance criteria, immutable tags configuration should be in a dedicated section. Change-Id: I2d37e5c7a0c1aa98b090ee03b4927c6fafc0fab9

Modified Files

Name
M site-content/en_US/svn/svn.tab +9 −4 Go to diff View file
M site-content/fr_FR/svn/svn.tab +7 −4 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/svn/general-settings/SVN_GeneralSettingsPresenter.php +3 −39 Go to diff View file
A src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php +66 −0 Go to diff View file
M src/templates/svn/general-settings.mustache +1 −25 Go to diff View file
A src/templates/svn/immutable-tags.mustache +38 −0 Go to diff View file
M src/www/svn/admin/general_settings.php +4 −16 Go to diff View file
A src/www/svn/admin/immutable_tags.php +64 −0 Go to diff View file
M src/www/svn/admin/index.php +18 −6 Go to diff View file
M src/www/svn/svn_utils.php +7 −5 Go to diff View file