stable
Clone or download
Read-only
Part of story #10416: burning parrot gloss on gitphp views Go to a git repository and access the shortlog. You should have a burning parrot page. Change-Id: I19271118f0ae7254d1d9181047ff7dbb2c103ef1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitPHP/Commit/CommitUserPresenter.php | +6 | −2 | Go to diff View file |
A | plugins/git/include/GitPHP/Shortlog/ShortlogCommitPresenter.php | +46 | −0 | Go to diff View file |
A | plugins/git/include/GitPHP/Shortlog/ShortlogCommitsPerDayPresenter.php | +39 | −0 | Go to diff View file |
A | plugins/git/include/GitPHP/Shortlog/ShortlogPresenter.php | +43 | −0 | Go to diff View file |
A | plugins/git/include/GitPHP/Shortlog/ShortlogPresenterBuilder.php | +62 | −0 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Log.php | +13 | −0 | Go to diff View file |
M | plugins/git/include/GitViews/GitPhpViewer.class.php | +13 | −4 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-diff.tpl | +3 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-files.tpl | +63 | −61 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-title-metadata.tpl | +84 | −82 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit.tpl | +2 | −4 | Go to diff View file |
A | plugins/git/templates/gitphp/tuleap/shortlog.tpl | +166 | −0 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/tree.tpl | +35 | −32 | Go to diff View file |
M | plugins/git/templates/readme_markdown.mustache | +1 | −1 | Go to diff View file |
M | plugins/git/templates/repository/files/footer.mustache | +0 | −1 | Go to diff View file |
M | plugins/git/templates/repository/files/header.mustache | +0 | −1 | Go to diff View file |
M | plugins/git/www/scripts/repository/src/index.js | +2 | −0 | Go to diff View file |
A | plugins/git/www/scripts/repository/src/shortlog.js | +80 | −0 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/_repository.scss | +1 | −0 | Go to diff View file |
A | plugins/git/www/themes/BurningParrot/css/repository/gitphp/_shortlog.scss | +60 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_button-bar.scss | +3 | −6 | Go to diff View file |