stable

Clone or download

Read-only

Replace showConfirmDownload by a bootstrap modal

Align with modal done in FRS plugin. Part of story #14008 customize FRS Download Agreement in my project Change-Id: Iad918fa7540a7099b0482e20879579c08f971515

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +42 −4 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementDisplay.php +14 −2 Go to diff View file
A src/common/FRS/LicenseAgreement/template/license-modal.mustache +26 −0 Go to diff View file
M src/common/templating/mustache/DomainExtractor.php +6 −4 Go to diff View file
M src/www/file/showfiles.php +41 −34 Go to diff View file
A tests/phpunit/common/Templating/Mustache/DomainExtractorTest.php +150 −0 Go to diff View file
A tests/phpunit/common/Templating/Mustache/_fixtures/baz/baz.mustache +1 −0 Go to diff View file
A tests/phpunit/common/Templating/Mustache/_fixtures/foo/File.php +21 −0 Go to diff View file
A tests/phpunit/common/Templating/Mustache/_fixtures/foo/bar/bar.mustache +2 −0 Go to diff View file
A tests/phpunit/common/Templating/Mustache/_fixtures/foo/foo.mustache +2 −0 Go to diff View file
D tests/simpletest/common/templating/Mustache/DomainExtractorTest.php +0 −110 Go to diff View file
M tools/utils/generate-po.php +5 −2 Go to diff View file