MDL-49329 admin: Improve the UI for installing dependencies

This commit is contained in:
David Mudrák 2015-10-03 23:58:35 +02:00
parent 2f29cf6e63
commit 9137a89a1a
7 changed files with 118 additions and 22 deletions

View file

@ -449,11 +449,13 @@ $CFG->admin = 'admin';
//
// Use the following flag to completely disable the Automatic updates deployment
// feature and hide it from the server administration UI.
// TODO: drop this flag and use disableonclickaddoninstall instead.
//
// $CFG->disableupdateautodeploy = true;
//
// Use the following flag to completely disable the On-click add-on installation
// feature and hide it from the server administration UI.
// Use the following flag to completely disable the installation of plugins
// (new plugins, available updates and missing dependencies) via the server
// administration UI.
//
// $CFG->disableonclickaddoninstall = true;
//