stable
Clone or download
Read-only
This is part of story #11148 Remove deprecated PHP call into code base This commit does not remove all the old construct call, only the one I found in the plugin related classes. Change-Id: I06053ca67db7c5e8858b8ef6edb73c8bdf2cdbc6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/IM/include/IMPluginInfo.class.php | +2 | −3 | Go to diff View file |
M | plugins/docman/include/DocmanPluginInfo.class.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackers/include/GraphOnTrackersPluginInfo.class.php | +8 | −10 | Go to diff View file |
M | plugins/graphontrackers/include/graphontrackersPlugin.class.php | +8 | −7 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5PluginInfo.class.php | +8 | −10 | Go to diff View file |
M | plugins/hudson/include/hudsonPluginInfo.class.php | +7 | −8 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +71 | −71 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationPluginInfo.class.php | +16 | −9 | Go to diff View file |
M | plugins/projectlinks/include/ProjectLinksPluginInfo.class.php | +8 | −12 | Go to diff View file |
M | plugins/tests/include/testsPlugin.class.php | +17 | −8 | Go to diff View file |
M | plugins/tests/include/testsPluginInfo.class.php | +17 | −9 | Go to diff View file |
M | plugins/userlog/include/UserLogPluginInfo.class.php | +7 | −7 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +1 | −1 | Go to diff View file |
M | src/common/plugin/PluginInfo.class.php | +7 | −7 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginTest.php | +0 | −4 | Go to diff View file |
M | tools/plugins/google_analytics/include/google_analyticsPlugin.class.php | +7 | −15 | Go to diff View file |
M | tools/plugins/maillog/include/MaillogPluginInfo.class.php | +8 | −10 | Go to diff View file |
M | tools/plugins/plugincreationwizard/include/PluginCreationWizardPluginInfo.class.php | +3 | −4 | Go to diff View file |
M | tools/plugins/plugincreationwizard/include/plugincreationwizardPlugin.class.php | +3 | −5 | Go to diff View file |