stable

Clone or download

Read-only

Merge commit 'refs/changes/72/11972/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11796 Too many SQL calls on "plugin" table done at each hit Change-Id: I8a8ee3db7ca305a1cac744d24c8c9d99d1d8a41a

Modified Files

Name
M src/common/autoload.php +3 −5 Go to diff View file
M src/common/dao/PluginDao.class.php +7 −2 Go to diff View file
M src/common/plugin/Plugin.class.php +23 −2 Go to diff View file
M src/common/plugin/PluginFactory.class.php +6 −0 Go to diff View file
M src/common/plugin/PluginManager.class.php +13 −2 Go to diff View file
M src/common/plugin/PluginProxy.php +29 −2 Go to diff View file
A src/common/plugin/PluginProxyInjectedData.php +50 −0 Go to diff View file
M tests/php7compatibletests.list +0 −1 Go to diff View file
A tests/phpunit/common/Plugin/PluginProxyTest.php +111 −0 Go to diff View file
A tests/phpunit/common/Plugin/PluginTest.php +91 −0 Go to diff View file
A tests/phpunit/common/Plugin/_fixtures/DatPlugin.php +66 −0 Go to diff View file
M tests/simpletest/common/plugin/PluginManagerTest.php +4 −1 Go to diff View file
D tests/simpletest/common/plugin/PluginProxyTest.php +0 −77 Go to diff View file