stable
Clone or download
Read-only
Part of story #10416: burning parrot gloss on gitphp views Following views are now more consistent: commit commitdiff blobdiff - "Commits" tab is active - Commit pane is always displayed - Actions buttons are in the header of the pane - Side by side diffs have a vertical separator to better know what is left/right side. - Pane structure respect what is stated in tlp documentation, so that we don't have to play with negative margins. Change-Id: I9f9b92f9458a685325f1d3a595b8d32b6b1fbefd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blobdiff.php | +9 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php | +2 | −1 | Go to diff View file |
M | plugins/git/site-content-gitphp/fr_FR/LC_MESSAGES/gitphp.po | +1 | −4 | Go to diff View file |
M | plugins/git/site-content-gitphp/gitphp.pot | +0 | −3 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-diff-side-by-side.tpl | +15 | −20 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-diff.tpl | +16 | −20 | Go to diff View file |
A | plugins/git/templates/gitphp/tuleap/blob-header-title.tpl | +33 | −0 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-header.tpl | +1 | −13 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-diff-side-by-side.tpl | +3 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-diff.tpl | +7 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/commit-files.tpl | +5 | −4 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/file-diff-side-by-side.tpl | +12 | −20 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/file-diff.tpl | +2 | −2 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/gitphp/_blob.scss | +0 | −5 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/gitphp/_commit.scss | +6 | −0 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/gitphp/_commitdiff.scss | +42 | −12 | Go to diff View file |