stable
Clone or download
Read-only
Merge 'gerrit #11206' into stable/master
* commit '39b318a976': request #11450 FrontRouter for git plugin Change-Id: I27bd6d4346106969a8ec2a6b2fdde6cd4166c2fa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/etc/nginx18/git.conf | +2 | −4 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +6 | −8 | Go to diff View file |
A | plugins/git/include/Git/GitPluginDefaultController.php | +59 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +16 | −15 | Go to diff View file |
D | plugins/git/www/.htaccess | +0 | −5 | Go to diff View file |
D | plugins/git/www/index.php | +0 | −39 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +6 | −0 | Go to diff View file |
M | src/common/Request/DispatchableWithRequest.php | +2 | −0 | Go to diff View file |
R | plugins/git/www/admin/index.php | Go to diff View file | ||
M | src/common/Request/FrontRouter.php | +8 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |