stable
Clone or download
Read-only
Merge commit 'refs/changes/53/7553/13' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #9653 New gerrit addition form is misleading
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Git/AdminGerritBuilder.php | +60 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +59 | −67 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritPresenter.class.php | +10 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/Dao.class.php | +5 | −4 | Go to diff View file |
M | plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php | +4 | −0 | 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 | +4 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +7 | −3 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-modal-edit.mustache | +98 | −92 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-server-modal.mustache | +33 | −38 | Go to diff View file |
M | plugins/git/tests/Git/AdminGerritControllerTest.php | +5 | −2 | Go to diff View file |