stable

Clone or download

Read-only

Style on modal git > gerrit add server

This is a part of story #9585 Get rid of Bootstrap in site admin / plugins To test: On site admin Git plugin and Gerrit settings when you click on 'add gerrit server' you must see a modal displayed as the mockup. Change-Id: If6aad88190255b1d0df40aff7e66d7934aa7f5fc

Modified Files

Name
M plugins/git/build-manifest.json +14 −1 Go to diff View file
M plugins/git/include/Git/AdminGerritController.class.php +47 −2 Go to diff View file
M plugins/git/include/Git/AdminGerritPresenter.class.php +40 −6 Go to diff View file
M plugins/git/include/Git/AdminPresenter.class.php +3 −3 Go to diff View file
M plugins/git/include/gitPlugin.class.php +18 −1 Go to diff View file
M plugins/git/site-content/en_US/git.tab +12 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +13 −1 Go to diff View file
M plugins/git/templates/admin-mass-update-select-repositories.mustache +3 −1 Go to diff View file
M plugins/git/templates/admin-mass-update.mustache +3 −1 Go to diff View file
M plugins/git/templates/admin-plugin-add-mirror.mustache +3 −1 Go to diff View file
M plugins/git/templates/admin-plugin-edit-mirror.mustache +3 −1 Go to diff View file
A plugins/git/templates/admin-plugin-gerrit-server-modal.mustache +89 −0 Go to diff View file
M plugins/git/templates/admin-plugin-gerrit-server.mustache +12 −5 Go to diff View file
M plugins/git/templates/admin-plugin-gitolite-config.mustache +3 −1 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +3 −1 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style.scss +17 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/js/modal-add-gerrit-server.js +29 −0 Go to diff View file
M src/common/event/Event.class.php +8 −0 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +14 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_modal.scss +8 −0 Go to diff View file