stable
Clone or download
Read-only
Part of story #10414: have a branch/tag selector No functional change, only styling and refactoring. You still need the $git_repository_bp = 1; in your local.inc to see the button. Now the main index.js for repository view does not contain anymore specific code, the remaining clone bar code is moved in its own file in order to prepare the field for next commit when we will introduce the branch/tag selector dropdown. Change-Id: I3779104206fb199ae5c0f0f97a9eb127bfd51000
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po | +3 | −0 | Go to diff View file |
M | plugins/git/site-content/tuleap-git.pot | +3 | −0 | Go to diff View file |
M | plugins/git/templates/repository/files/header.mustache | +10 | −4 | Go to diff View file |
A | plugins/git/www/scripts/repository/clone-bar-dropdown.js | +58 | −0 | Go to diff View file |
M | plugins/git/www/scripts/repository/index.js | +2 | −37 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/_repository.scss | +4 | −0 | Go to diff View file |