stable
Clone or download
Read-only
Merge commit 'refs/changes/59/4459/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #8363: Remove hook priorities management
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_Controller.class.php | +12 | −12 | Go to diff View file |
M | plugins/docman/include/Docman_WikiController.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/Git/Driver/Gerrit/UserAccountManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git/GitViews/RepoManagement/Pane/GerritTest.php | +4 | −8 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministration.class.php | +1 | −6 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationActions.class.php | +0 | −27 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +2 | −234 | Go to diff View file |
M | src/common/autoload.php | +2 | −4 | Go to diff View file |
D | src/common/dao/PriorityPluginHookDao.class.php | +0 | −131 | Go to diff View file |
M | src/common/event/EventManager.class.php | +1 | −5 | Go to diff View file |
M | src/common/frs/FRSLog.class.php | +3 | −3 | Go to diff View file |
D | src/common/plugin/PluginHookPriorityManager.class.php | +0 | −79 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +1 | −9 | Go to diff View file |
M | src/common/system_event/SystemEventManager.class.php | +1 | −1 | Go to diff View file |
A | src/db/mysql/updates/2015/201509020939_drop_priority_plugin_hook.php | +36 | −0 | Go to diff View file |
M | tests/simpletest/common/backend/BackendAliasesTest.php | +1 | −2 | Go to diff View file |
M | tests/simpletest/common/backend/BackendTest.php | +5 | −10 | Go to diff View file |
M | tests/simpletest/common/event/EventManagerTest.php | +7 | −7 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +1 | −2 | Go to diff View file |
D | tests/simpletest/common/plugin/PluginHookPriorityManagerTest.php | +0 | −63 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginManagerTest.php | +0 | −1 | Go to diff View file |
M | tests/simpletest/common/soap/SOAP_WSDLMethodGeneratorTest.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/user/LoginManagerTest.php | +3 | −6 | Go to diff View file |
M | tests/simpletest/common/user/UserManagerTest.php | +1 | −1 | Go to diff View file |