stable
Clone or download
Read-only
Part of story #14008 customize FRS Download Agreement in my project Change-Id: I885fbb3693c792b76adbfa453ae960b951445eb4
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
A | src/common/FRS/LicenseAgreement/Admin/AddLicenseAgreementController.php | +101 | −0 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/EditLicenseAgreementController.php | +11 | −18 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/EditLicenseAgreementPresenter.php | +16 | −3 | Go to diff View file |
A | src/common/FRS/LicenseAgreement/Admin/LicenseAgreementControllersHelper.php | +79 | −0 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsController.php | +5 | −19 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsPresenter.php | +8 | −2 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/SaveLicenseAgreementController.php | +32 | −26 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/templates/edit-license-agreement.mustache | +3 | −0 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/templates/license-agreements-list.mustache | +1 | −0 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/LicenseAgreementDao.php | +14 | −1 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/LicenseAgreementFactory.php | +6 | −2 | Go to diff View file |
A | src/common/FRS/LicenseAgreement/NewLicenseAgreement.php | +78 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +15 | −1 | Go to diff View file |
M | tests/phpunit/common/FRS/LicenseAgreement/Admin/SaveLicenseAgreementControllerTest.php | +38 | −6 | Go to diff View file |