stable

Clone or download

Read-only

Log immutable tags actions in web UI

this is part of story #10216 manage "immutable tags" with REST API Change-Id: Idbe6f9e9aee76aea7eb4209c45adff42112907a1

Modified Files

Name
M plugins/svn/include/REST/v1/RepositoryResource.php +5 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResourceUpdater.php +40 −2 Go to diff View file
M plugins/svn/include/Svn/Admin/ImmutableTagController.php +39 −13 Go to diff View file
M plugins/svn/include/Svn/Repository/ProjectHistoryFormatter.php +6 −1 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +3 −1 Go to diff View file
M plugins/svn/site-content/en_US/svn.tab +1 −0 Go to diff View file
M plugins/svn/site-content/fr_FR/svn.tab +2 −1 Go to diff View file
M plugins/svn/tests/REST/RepositoryResourceUpdaterTest.php +87 −9 Go to diff View file