stable
Clone or download
Read-only
story #8332: ease mass update of mirroring
In order to get a fine grain control of what is mirrored or not, we now display a matrix repositories/mirrors instead of just mirrors. The matrix has check/uncheck all option on each row/column, and display the current state on page load. Change-Id: I226b8f863ba7e367e7f450a7de1fda49a61d3766
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Mirror/MirrorDao.class.php | +14 | −0 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorDataMapper.class.php | +15 | −2 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +27 | −16 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateMirroringPresenter.php | +12 | −4 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php | +7 | −17 | Go to diff View file |
M | plugins/git/include/GitPresenters/MirrorPresenter.php | +5 | −5 | Go to diff View file |
A | plugins/git/include/GitPresenters/MirroredRepositoryPresenter.php | +44 | −0 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +44 | −11 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +3 | −4 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +1 | −2 | Go to diff View file |
M | plugins/git/templates/admin-mass-update.mustache | +58 | −20 | Go to diff View file |
M | plugins/git/templates/mirroring.mustache | +1 | −1 | Go to diff View file |
M | plugins/git/www/scripts/mass-update.js | +51 | −8 | Go to diff View file |
M | plugins/git/www/themes/FlamingParrot/css/style.less | +8 | −5 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.less | +48 | −53 | Go to diff View file |