stable
Clone or download
Read-only
This makes sure we quickly are in a working state even if the plugin was disabled for some time. Part of story #26042: install mediawiki standalone Change-Id: I74348cbe7b2769023985f4acc7d48073b745dd4f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/mediawiki_standalone/include/Configuration/MediaWikiAsyncUpdateProcessor.php | +42 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/include/Configuration/MediaWikiInstallAndUpdateHandler.php | +29 | −0 | Go to diff View file |
R | plugins/mediawiki_standalone/include/Configuration/MediaWikiUpdateScriptCaller.php | Go to diff View file | ||
A | plugins/mediawiki_standalone/include/Configuration/UpdateMediaWikiTask.php | +46 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php | +16 | −7 | Go to diff View file |
A | plugins/mediawiki_standalone/tests/unit/Configuration/MediaWikiAsyncInstallAndUpdateProcessorTest.php | +61 | −0 | Go to diff View file |
M | src/common/Plugin/Plugin.php | +1 | −13 | Go to diff View file |
M | src/common/Plugin/PluginFactory.php | +1 | −0 | Go to diff View file |
M | src/common/Plugin/PluginManager.php | +0 | −1 | Go to diff View file |
M | tests/unit/common/Plugin/PluginFactoryTest.php | +12 | −7 | Go to diff View file |
M | tests/unit/common/Plugin/PluginManagerTest.php | +0 | −3 | Go to diff View file |