stable
Clone or download
Read-only
Closes request #27895 Do not allow to activate MediaWiki Standalone where there are still MediaWiki data
This makes the assumption that the farm database is hardcoded. Change-Id: I65ca0a6c0b802840ced02f43198dd5842d93f36b
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/mediawiki_standalone/include/Service/MediawikiFlavorUsage.php | +29 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/include/Service/MediawikiFlavorUsageDao.php | +45 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/include/Service/ServiceAvailabilityHandler.php | +22 | −9 | Go to diff View file |
M | plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php | +3 | −2 | Go to diff View file |
M | plugins/mediawiki_standalone/site-content/fr_FR/LC_MESSAGES/tuleap-mediawiki_standalone.po | +15 | −1 | Go to diff View file |
M | plugins/mediawiki_standalone/site-content/pt_BR/LC_MESSAGES/tuleap-mediawiki_standalone.po | +10 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/tests/unit/Service/MediawikiFlavorUsageStub.php | +39 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/tests/unit/Service/ServiceAvailabilityHandlerTest.php | +29 | −1 | Go to diff View file |