stable
Clone or download
Read-only
Merge 'gerrit #5220' into stable/master
* commit 'dd2dc5a': request #8946 Be able to force the regeneration of gitolite permission file for project Change-Id: I3c91157026856d49038e2cf7253f312926606185
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Git/AdminGitoliteConfig.php | +106 | −0 | Go to diff View file |
A | plugins/git/include/Git/AdminGitoliteConfigPresenter.php | +37 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminPresenter.class.php | +10 | −8 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +2 | −0 | Go to diff View file |
M | plugins/git/include/Git/SystemEventManager.class.php | +10 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +5 | −2 | Go to diff View file |
A | plugins/git/include/events/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php | +71 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +8 | −0 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +8 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +8 | −0 | Go to diff View file |
A | plugins/git/templates/admin-plugin-gitolite-config.mustache | +14 | −0 | Go to diff View file |
M | plugins/git/templates/admin-plugin.mustache | +8 | −0 | Go to diff View file |
A | plugins/git/www/scripts/admin.js | +20 | −0 | Go to diff View file |