stable
Clone or download
Read-only
This contribution only creates an empty page that will be used to host the administration section of the banner. The page can be accessed via the URL /project/<project_id>/admin/banner. Part of story #12264: display a custom banner inside project pages Change-Id: Icae1d101a0196b3173b32d32820a396613d8125e
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
A | src/common/Project/Banner/BannerAdministrationController.php | +93 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +11 | −0 | Go to diff View file |
A | src/templates/project/admin/banner/administration.mustache | +11 | −0 | Go to diff View file |
A | tests/phpunit/common/Project/Banner/BannerAdministrationControllerTest.php | +80 | −0 | Go to diff View file |