stable

Clone or download

Read-only

Add helper to copy url of git repository

this is part of story #10409: have a burning parrot git repository view How to test: - clone bar has now a Copy button - choose ssh/http/mirror... in your clone bar, then click on copy button - paste anywhere it should paste the correct url Change-Id: I2e4924aa63ae4d001eaf03fbfeb7811eeeb1390c

Modified Files

Name
M plugins/git/build-manifest.json +4 −0 Go to diff View file
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/clone-bar.mustache +7 −1 Go to diff View file
A plugins/git/www/scripts/repository/copy-button.js +54 −0 Go to diff View file
M plugins/git/www/scripts/repository/index.js +4 −1 Go to diff View file
A plugins/git/www/scripts/repository/po/fr.po +16 −0 Go to diff View file
A plugins/git/www/scripts/repository/po/template.pot +2 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/forms/manifest.json +1 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/prepends-appends/example.html +5 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/forms/prepends-appends/manifest.json +3 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +4 −0 Go to diff View file