stable

Clone or download

Read-only

Display branch/tag selector while browsing commits

Part of story #10416: burning parrot gloss on gitphp views Now you can display (or search against) the commits of a branch or tag. The search terms are kept when you switch branch/tag so that you don't have to retype again your terms. Change-Id: Ifa22d68d3f823d3bd465728f2db1cb4a10dc54db

Modified Files

Name
M plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php +4 −2 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Log.php +6 −5 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Search.php +5 −4 Go to diff View file
M plugins/git/phpunit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php +2 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/shortlog.tpl +3 −3 Go to diff View file
M plugins/git/www/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue +3 −3 Go to diff View file
M plugins/git/www/scripts/repository/branch-tag-selector/src/components/TagsSection.vue +3 −3 Go to diff View file
R plugins/git/www/scripts/repository/branch-tag-selector/src/helpers/encodeData.js Go to diff View file