stable

Clone or download

Read-only

Merge commit 'refs/changes/41/3241/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #7525: Add a Mass admin tab listing all repos, they are selectable

Modified Files

Name
M plugins/git/include/Git.class.php +6 −1 Go to diff View file
A plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php +47 −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 +20 −4 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 +1 −0 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-mass-update.mustache +21 −0 Go to diff View file
M plugins/git/templates/admin.mustache +7 −0 Go to diff View file
A plugins/git/www/scripts/mass-update-checkboxes.js +35 −0 Go to diff View file
M plugins/git/www/themes/FlamingParrot/css/style.less +2 −1 Go to diff View file
M plugins/git/www/themes/default/css/style.less +24 −0 Go to diff View file