stable

Clone or download

Read-only

Correct repository header inclusion for pullrequest

this is part of story #10410 - Have burning parrot pull requests How to test: Go on exsting pull request Repository header should be correctly loaded (Burning Parrot style). Change-Id: I2f309a9353070f71d98c4c237400e124011766a9

Modified Files

Name
M plugins/git/include/Git/GitAdditionalActionEvent.php +5 −38 Go to diff View file
M plugins/git/include/Git/GitPluginDefaultController.php +1 −9 Go to diff View file
M plugins/git/include/Git/GitRepositoryBrowserController.php +16 −50 Go to diff View file
A plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php +108 −0 Go to diff View file
A plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayerBuilder.php +166 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +15 −5 Go to diff View file
M plugins/git/phpunit/GitRoutingTest.php +15 −15 Go to diff View file
A plugins/pullrequest/include/PullrequestDisplayer.php +119 −0 Go to diff View file
M plugins/pullrequest/include/constants.php +1 −0 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +38 −43 Go to diff View file