stable
Clone or download
Read-only
Part of request #11450 FrontRouter for git plugin Change-Id: If28083b25111656ea953fe79d1d6ac0634d2d871
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git.class.php | +9 | −27 | Go to diff View file |
A | plugins/git/include/Git/GitAdditionalActionEvent.php | +88 | −0 | Go to diff View file |
M | plugins/git/include/Git/GitPluginDefaultController.php | +30 | −2 | Go to diff View file |
M | plugins/git/include/Git/GitRepositoryBrowserController.php | +16 | −51 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo.class.php | +8 | −48 | Go to diff View file |
M | plugins/git/include/GitViews/ShowRepo/Content.class.php | +21 | −248 | Go to diff View file |
A | plugins/git/include/GitViews/ShowRepo/RepoHeader.php | +282 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/constants.php | +0 | −22 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +21 | −8 | Go to diff View file |
M | plugins/git/phpunit/GitRoutingTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.class.php | +16 | −32 | Go to diff View file |