stable

Clone or download

Read-only

Merge commit 'refs/changes/38/5138/2' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8826: Display # of pull requests in git repository header

Modified Files

Name
M plugins/git/include/Git.class.php +98 −63 Go to diff View file
M plugins/git/include/GitViews.class.php +19 −2 Go to diff View file
M plugins/git/include/GitViews/ShowRepo.class.php +8 −8 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +44 −5 Go to diff View file
M plugins/git/include/constants.php +49 −0 Go to diff View file
M plugins/git/templates/repository_clone.mustache +1 −1 Go to diff View file
M plugins/git/tests/GitTest.php +3 −2 Go to diff View file
M plugins/git/www/themes/default/css/style.less +25 −0 Go to diff View file
A plugins/pullrequest/include/PullRequest/AdditionalInfoPresenter.php +59 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/Dao.php +9 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Factory.php +6 −0 Go to diff View file
A plugins/pullrequest/include/PullRequest/PullRequestPresenter.php +44 −0 Go to diff View file
M plugins/pullrequest/include/autoload.php +4 −2 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +90 −0 Go to diff View file
M plugins/pullrequest/site-content/en_US/pullrequest.tab +15 −0 Go to diff View file
M plugins/pullrequest/site-content/fr_FR/pullrequest.tab +15 −0 Go to diff View file
A plugins/pullrequest/templates/additional-info.mustache +6 −0 Go to diff View file
A plugins/pullrequest/templates/index.mustache +3 −0 Go to diff View file