dev

Forked from tuleap/dev

Clone or download

Read-only

story #7525: Add a mass update button leading to an update page

Change-Id: Ic364bbd0a9ef0b0d1b2391135242dfef92047f48

Modified Files

Name
M plugins/git/include/Git.class.php +42 −9 Go to diff View file
M plugins/git/include/GitActions.class.php +33 −6 Go to diff View file
A plugins/git/include/GitPresenters/AdminMassUpdateMirroringPresenter.php +47 −0 Go to diff View file
M plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php +43 −7 Go to diff View file
A plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php +61 −0 Go to diff View file
M plugins/git/include/GitPresenters/AdminPresenter.php +6 −0 Go to diff View file
M plugins/git/include/GitViews.class.php +40 −3 Go to diff View file
M plugins/git/include/autoload.php +4 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +1 −1 Go to diff View file
M plugins/git/site-content/en_US/git.tab +10 −1 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +10 −1 Go to diff View file
A plugins/git/templates/admin-mass-update-select-repositories.mustache +27 −0 Go to diff View file
M plugins/git/templates/admin-mass-update.mustache +40 −17 Go to diff View file
M plugins/git/templates/admin.mustache +5 −1 Go to diff View file
D plugins/git/www/scripts/mass-update-checkboxes.js +0 −35 Go to diff View file
A plugins/git/www/scripts/mass-update.js +65 −0 Go to diff View file
M plugins/git/www/themes/FlamingParrot/css/style.less +4 −0 Go to diff View file
M plugins/git/www/themes/default/css/style.less +60 −0 Go to diff View file