stable

Clone or download

Read-only

Merge commit 'refs/changes/75/4375/1' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #8308: move settings in a dedicated section Change-Id: I3c0e9339d333567b2af4afa4bf005b7e879d6078

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