stable

Clone or download

Read-only

Remove ability to use .class.php extension for plugins base file

Since every plugins have been renamed from .class.php to .php, we can now adjust PluginFactory to enforce .php usage. No functional changes. Developer guide has been updated so that users with external plugins are warned about the change. Part of request #13918: No need to name our plugin after Plugin.class.php Change-Id: I8bc60fac7bde69b6d7eb922ea53b4bd36e069109

Modified Files

Name
M src/common/plugin/PluginFactory.class.php +1 −9 Go to diff View file
M tests/lib/bootstrap.php +0 −4 Go to diff View file
M tests/phpunit/common/Plugin/PluginFactoryTest.php +0 −14 Go to diff View file
D tests/phpunit/common/Plugin/_fixtures/customplugins/customgitman/include/customgitmanPlugin.class.php +0 −42 Go to diff View file
D tests/phpunit/common/Plugin/_fixtures/plugins/gitman/include/gitmanPlugin.class.php +0 −42 Go to diff View file