stable

Clone or download

Read-only

Git > Gerrit : manage edit button

This is a part of story #9585 Get rid of Bootstrap in site admin / plugins To test: On Git > Gerrit you can edit a server by openning an edit modal. Change-Id: Iae12ec4753aec7bc71673144d86d5df9cdbb3eec

Modified Files

Name
M plugins/git/build-manifest.json +1 −0 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +52 −63 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerPresenter.class.php +26 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −0 Go to diff View file
M plugins/git/site-content/en_US/git.tab +1 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +1 −0 Go to diff View file
A plugins/git/templates/admin-plugin-gerrit-modal-edit.mustache +172 −0 Go to diff View file
M plugins/git/templates/admin-plugin-gerrit-server-modal.mustache +12 −12 Go to diff View file
M plugins/git/templates/admin-plugin-gerrit-server.mustache +5 −1 Go to diff View file
M plugins/git/tests/Git/AdminGerritControllerTest.php +23 −14 Go to diff View file
A plugins/git/www/scripts/modal-edit-gerrit-server.js +36 −0 Go to diff View file