stable

Clone or download

Read-only

Save project default license

Part of story #14008 customize FRS Download Agreement in my project Change-Id: I78adb6f0250db7ed192255a02bcb12f8dd35f0fe

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/LicenseAgreementPresenter.php +2 −2 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsController.php +3 −2 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsPresenter.php +14 −3 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/SaveLicenseAgreementController.php +1 −1 Go to diff View file
A src/common/FRS/LicenseAgreement/Admin/SetDefaultLicenseAgreementController.php +105 −0 Go to diff View file
D src/common/FRS/LicenseAgreement/Admin/templates/license-agreements-list.mustache +0 −31 Go to diff View file
A src/common/FRS/LicenseAgreement/Admin/templates/list-license-agreements.mustache +43 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementDao.php +9 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementFactory.php +5 −0 Go to diff View file
M src/common/Request/RouteCollector.php +20 −1 Go to diff View file
M tests/phpunit/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsControllerTest.php +2 −1 Go to diff View file
A tests/phpunit/common/FRS/LicenseAgreement/Admin/SetDefaultLicenseAgreementControllerTest.php +182 −0 Go to diff View file