stable

Clone or download

Read-only

Convert search results to burning parrot

Part of story #10416: burning parrot gloss on gitphp views Search for commit, author or committer. Results are highlighted. Now there is only one template to display the list of commits, to avoid repeating ourselves between shortlog, search, and history. No functional changes if $git_repository_bp is disabled. Change-Id: If351deae91d84df00b77b1f212a30ad6e3a83e36

Modified Files

Name
M plugins/git/include/GitPHP/Commit/CommitPresenter.php +1 −9 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Search.php +34 −10 Go to diff View file
M plugins/git/include/GitPHP/git/Commit.php +37 −1 Go to diff View file
M plugins/git/include/GitPHP/smartyplugins/modifier.highlight.php +16 −7 Go to diff View file
M plugins/git/include/GitViews/GitPhpViewer.class.php +3 −2 Go to diff View file
A plugins/git/templates/gitphp/tuleap/commits-as-cards.tpl +147 −0 Go to diff View file
M plugins/git/templates/gitphp/tuleap/history.tpl +1 −99 Go to diff View file
M plugins/git/templates/gitphp/tuleap/shortlog.tpl +3 −101 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/gitphp.css +5 −1 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/_highlight.scss +27 −0 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/repository/gitphp/_shortlog.scss +14 −13 Go to diff View file