stable

Clone or download

Read-only

List all available license agreements

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

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
A src/common/FRS/LicenseAgreement/Admin/LicenseAgreementPresenter.php +57 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsController.php +27 −11 Go to diff View file
A src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsPresenter.php +44 −0 Go to diff View file
A src/common/FRS/LicenseAgreement/Admin/templates/license-agreements-list.mustache +25 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/DefaultLicenseAgreement.php +5 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreement.php +5 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementInterface.php +2 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/NoLicenseToApprove.php +5 −0 Go to diff View file
M src/common/FRS/SectionsPresenter.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +6 −1 Go to diff View file
M tests/phpunit/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsControllerTest.php +29 −5 Go to diff View file