stable

Clone or download

Read-only

story #8826: Display # of pull requests in git repository header

Change-Id: I05008ba9414bf422cf70e20ca6a89860e0de632b

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