stable

Clone or download

Read-only

Convert gitphp commit view to BurningParrot

Part of story #10416 burning parrot gloss on gitphp views Go to a commit of a git repository: you should have a burning parrot page. You need to activate $git_repository_bp = 1; in local.inc Change-Id: I66b3a087b8ca26500e556dca097adfbdc030dfad

Modified Files

Name
A plugins/git/include/GitPHP/Commit/CommitPresenter.php +121 −0 Go to diff View file
A plugins/git/include/GitPHP/Commit/CommitUserPresenter.php +50 −0 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commit.php +26 −15 Go to diff View file
M plugins/git/include/GitPHP/git/Commit.php +10 −0 Go to diff View file
M plugins/git/include/GitPHP/git/FileDiff.php +45 −18 Go to diff View file
M plugins/git/include/GitPHP/git/TreeDiff.php +47 −17 Go to diff View file
M plugins/git/include/GitViews/GitPhpViewer.class.php +12 −3 Go to diff View file
M plugins/git/include/GitViews/GitViewHeader.php +3 −12 Go to diff View file
M plugins/git/include/GitViews/Header/HeaderRenderer.php +1 −2 Go to diff View file
M plugins/git/include/GitViews/ShowRepo.class.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +2 −2 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Download.class.php +13 −7 Go to diff View file
A plugins/git/templates/gitphp/tuleap/commit-files.tpl +76 −0 Go to diff View file
A plugins/git/templates/gitphp/tuleap/commit.tpl +109 −0 Go to diff View file
A plugins/git/templates/gitphp/tuleap/refs-badges.tpl +29 −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/_commit.scss +68 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_button-bar.scss +7 −4 Go to diff View file