stable
Clone or download
Read-only
story #7525: Add a Mass admin tab listing all repos, they are selectable
Change-Id: Id9e13701c0cef00dec3f23c8332f202b9e6a1ceb
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 |