stable
Clone or download
Read-only
Merge commit 'refs/changes/26/3926/3' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #8021 - Add a button to dump conf while taking hostname into account Change-Id: Ic0f25251e25a30dbba4e8bd9a6873369edcba1c3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/AdminMirrorController.class.php | +19 | −1 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorListPresenter.class.php | +8 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +8 | −2 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +10 | −0 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
A | plugins/git/include/events/SystemEvent_GIT_DUMP_ALL_MIRRORED_REPOSITORIES.php | +48 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +8 | −1 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +3 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +3 | −0 | Go to diff View file |
M | plugins/git/templates/admin-plugin-mirrors.mustache | +6 | −0 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteDriverTest.php | +5 | −13 | Go to diff View file |