stable

Clone or download

Read-only

Convert gitphp commitdiff view to BurningParrot

Part of story #10416 burning parrot gloss on gitphp views Go to a repository and browse a commit. When you click on the "Inline diff" button, the view is now in BurningParrot Will come later: - Side by side diff Change-Id: I0a17c37e40b6307b661faf3f7cec5b385e12af26

Modified Files

Name
M plugins/git/include/GitPHP/Commit/CommitPresenter.php +5 −0 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Commitdiff.php +33 −18 Go to diff View file
M plugins/git/include/GitViews/GitPhpViewer.class.php +1 −1 Go to diff View file
A plugins/git/templates/gitphp/tuleap/commit-diff.tpl +65 −0 Go to diff View file
A plugins/git/templates/gitphp/tuleap/commit-title-metadata.tpl +106 −0 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit.tpl +1 −87 Go to diff View file
A plugins/git/templates/gitphp/tuleap/file-diff.tpl +32 −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/_commitdiff.scss +59 −0 Go to diff View file