stable

Clone or download

Read-only

Introduce new administration page

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

Modified Files

Name
M site-content/en_US/file/file.tab +4 −7 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +12 −0 Go to diff View file
M site-content/fr_FR/file/file.tab +0 −4 Go to diff View file
M src/common/FRS/BaseFrsPresenter.php +4 −2 Go to diff View file
A src/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsController.php +104 −0 Go to diff View file
M src/common/FRS/PermissionController.php +2 −2 Go to diff View file
M src/common/FRS/SectionsPresenter.php +6 −3 Go to diff View file
M src/common/FRS/ToolbarPresenter.php +7 −5 Go to diff View file
M src/common/Project/Project.class.php +6 −0 Go to diff View file
M src/common/Request/RouteCollector.php +17 −2 Go to diff View file
M src/templates/frs/section-presenter.mustache +3 −0 Go to diff View file
M src/www/file/admin/editproc.php +2 −3 Go to diff View file
M src/www/file/admin/manageprocessors.php +2 −3 Go to diff View file
A tests/phpunit/common/FRS/LicenseAgreement/Admin/ListLicenseAgreementsControllerTest.php +118 −0 Go to diff View file