stable
Clone or download
Read-only
story #8021 - Add a button to dump conf while taking hostname into account
Change-Id: I081e32f1f66a4aa6916ecbf7007cef7d3440b784
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 |