stable
Clone or download
Read-only
Merge commit 'refs/changes/07/11207/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11448: Sysadmins should be able to prevent site administrators to uninstall/disable plugins from the web UI
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/pluginsadministration/include/PluginDisablerVerifier.php | +45 | −0 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationActions.class.php | +17 | −6 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationPluginInfo.class.php | +4 | −3 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +15 | −4 | Go to diff View file |
M | plugins/pluginsadministration/include/autoload.php | +3 | −2 | Go to diff View file |
A | plugins/pluginsadministration/phpunit/.simpletest_skip | +0 | −0 | Go to diff View file |
A | plugins/pluginsadministration/phpunit/PluginDisablerVerifierTest.php | +75 | −0 | Go to diff View file |
A | plugins/pluginsadministration/phpunit/bootstrap.php | +21 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +2 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |