stable

Clone or download

Read-only

Merge commit 'refs/changes/70/4370/8' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: story #8308 generic tag path specification Change-Id: I5818f75d1b2e98b23681dbfb7542f4e42d29463f

Modified Files

Name
M site-content/en_US/svn/svn.tab +4 −10 Go to diff View file
M site-content/fr_FR/svn/svn.tab +3 −9 Go to diff View file
M src/common/project/Project.class.php +0 −16 Go to diff View file
M src/common/svn/general-settings/SVN_GeneralSettingsPresenter.php +9 −45 Go to diff View file
M src/common/svn/hook/PreCommit.class.php +40 −26 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_DAO.php +17 −6 Go to diff View file
M src/common/svn/immutable_tags/SVN_Immutable_Tags_Handler.php +20 −3 Go to diff View file
M src/db/mysql/database_structure.sql +14 −12 Go to diff View file
A src/db/mysql/updates/2015/201508171048_add_svn_immutable_tags_table.php +118 −0 Go to diff View file
M src/templates/svn/general-settings.mustache +20 −105 Go to diff View file
M src/www/svn/admin/general_settings.php +15 −8 Go to diff View file
M src/www/svn/svn_data.php +1 −2 Go to diff View file
M src/www/themes/common/css/utils/svn.less +12 −10 Go to diff View file
M tests/simpletest/common/svn/PreCommitTest.php +63 −8 Go to diff View file