dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/26/2226/3' of http://gerrit.tuleap.net/tuleap into HEAD

* http://gerrit.tuleap.net/tuleap: request #6599: Have more meaningfull gerrit error messages Change-Id: I13ba0f6d4f3ae17a1f5f2157a61155b251858526

Modified Files

Name
M plugins/git/include/Git.class.php +8 −0 Go to diff View file
A plugins/git/include/Git/Driver/Gerrit/ProjectDeletionException.class.php +21 −0 Go to diff View file
M plugins/git/include/Git/Driver/GerritLegacy.class.php +15 −1 Go to diff View file
M plugins/git/include/Git/Driver/GerritREST.class.php +9 −1 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/site-content/en_US/git.tab +2 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +2 −0 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest/GerritTestInterfaces.php +2 −1 Go to diff View file
R plugins/git/tests/Git/Driver/GerritTest/Legacy/Gerrit_isDeletePluginEnabledTest.php Go to diff View file
R plugins/git/tests/Git/Driver/GerritTest/REST/GerritREST_isDeletePluginEnabledTestPHP53.php Go to diff View file