stable

Clone or download

Read-only

request #9653 New gerrit addition form is misleading

Change-Id: I4308606b188bfcb4cb465e859b7182798a9f4e4e

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