stable
Clone or download
Read-only
Rename of Tuleap project triggers a rename of the corresponding MW instance. Part of: story #24228 create/update/delete mediawiki-standalone in my project Change-Id: I673216b05125790ac0b6dbe4717a6a3f25793e77
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/mediawiki_standalone/include/Instance/InstanceManagement.php | +4 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/include/Instance/ProjectRenameHandler.php | +47 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/include/Instance/RenameInstance.php | +71 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/include/Instance/RenameInstanceTask.php | +54 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php | +15 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/tests/unit/Instance/InstanceManagementTest.php | +32 | −0 | Go to diff View file |
A | plugins/mediawiki_standalone/tests/unit/Instance/ProjectRenameHandlerTest.php | +72 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/tests/unit/Instance/ProjectStatusHandlerTest.php | +9 | −5 | Go to diff View file |
M | tests/lib/Builders/ProjectTestBuilder.php | +6 | −0 | Go to diff View file |