stable

Clone or download

Read-only

feat: temporary page for MW under construction

This introduces a dedicated page to display an empty state for MediaWiki standalone service. This will be used later when a project is being migrated to the new service, because migration is taking some time and we should display this temporary page until the migration is complete. To access the page: https://tuleap.example.com/mediawiki_standalone/under-construction/<project-unix-name> Part of story #26041: migrate mediwiki from 1.23 to 1.35.X Change-Id: I97b6d75132b54b459001a0ff8f6722682501174a

Modified Files

Name
M plugins/baseline/tests/unit/ServiceAdministrationControllerTest.php +3 −3 Go to diff View file
M plugins/mediawiki_standalone/include/Permissions/Admin/AdminPermissionsController.php +4 −1 Go to diff View file
M plugins/mediawiki_standalone/include/Service/MediawikiStandaloneService.php +31 −15 Go to diff View file
A plugins/mediawiki_standalone/include/Service/UnderConstructionController.php +90 −0 Go to diff View file
M plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php +15 −0 Go to diff View file
A plugins/mediawiki_standalone/templates/under-construction.mustache +61 −0 Go to diff View file
M plugins/mediawiki_standalone/tests/unit/Permissions/Admin/AdminPermissionsControllerTest.php +10 −5 Go to diff View file
A plugins/mediawiki_standalone/tests/unit/Service/UnderConstructionControllerTest.php +157 −0 Go to diff View file
M tests/lib/Builders/LayoutBuilder.php +3 −4 Go to diff View file
R plugins/baseline/tests/unit/Support/IsProjectAllowedToUsePluginStub.php Go to diff View file