stable
Clone or download
Read-only
Merge commit 'refs/changes/89/4489/5' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #8332: ease mass update of mirroring Change-Id: I167d37d23598ec7623caf52d7a2f619df53f1fa0
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 |