stable

Clone or download

Read-only

Git > Delete a mirror

Part of story #9585: Get rid of Bootstrap in site admin / plugins Go to Git ยป Mirrors. Delete a mirror, a modal asks for confirmation. If the mirror is used by some repositories, then user cannot delete it. + we can now add a mirror when the page is empty. + use the "danger" modal for deletion in perms delegation Change-Id: Ia6d083bfbcf68656e7901e7ad34a3e1899b4b829

Modified Files

Name
M plugins/git/include/Git/AdminMirrorController.class.php +3 โˆ’17 Go to diff View file
A plugins/git/include/Git/Mirror/MirrorPresenter.php +68 โˆ’0 Go to diff View file
M plugins/git/include/autoload.php +3 โˆ’2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +4 โˆ’4 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 +4 โˆ’0 Go to diff View file
A plugins/git/templates/admin-plugin-mirror-modal-delete.mustache +30 โˆ’0 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +22 โˆ’5 Go to diff View file
R plugins/git/www/themes/BurningParrot/js/modal-add-gerrit-server.js Go to diff View file
R plugins/git/www/themes/BurningParrot/js/modal-add-mirror.js Go to diff View file
R plugins/git/www/themes/BurningParrot/js/modal-mirror-configuration.js Go to diff View file
M src/templates/admin/permission_delegation/delete_group_modal.mustache +3 โˆ’3 Go to diff View file