stable
Clone or download
Read-only
Merge commit 'refs/changes/90/8790/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #10358: Plugins hooks should not rely on associative arrays Change-Id: I0ce2ea952172d5a835693bae3c6aba2138fa570d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/docmanPlugin.class.php | +9 | −5 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +10 | −6 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/event/Event.class.php | +0 | −11 | Go to diff View file |
M | src/common/event/EventManager.class.php | +29 | −7 | Go to diff View file |
M | src/common/plugin/PluginProxy.php | +11 | −4 | Go to diff View file |
A | src/common/widget/Event/GetPublicAreas.php | +68 | −0 | Go to diff View file |
M | src/common/widget/Widget_ProjectPublicAreas.class.php | +5 | −9 | Go to diff View file |
M | tests/simpletest/common/event/EventManagerTest.php | +17 | −0 | Go to diff View file |