Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 44... Línea 44...
44
    $optionalsubsystems->add(new admin_setting_configcheckbox('enableglobalsearch', new lang_string('enableglobalsearch', 'admin'),
44
    $optionalsubsystems->add(new admin_setting_configcheckbox('enableglobalsearch', new lang_string('enableglobalsearch', 'admin'),
45
        new lang_string('enableglobalsearch_desc', 'admin'), 0, 1, 0));
45
        new lang_string('enableglobalsearch_desc', 'admin'), 0, 1, 0));
Línea 46... Línea 46...
46
 
46
 
47
    $optionalsubsystems->add(new admin_setting_configcheckbox('allowstealth', new lang_string('allowstealthmodules'),
47
    $optionalsubsystems->add(new admin_setting_configcheckbox('allowstealth', new lang_string('allowstealthmodules'),
48
        new lang_string('allowstealthmodules_help'), 0, 1, 0));
-
 
-
 
48
        new lang_string('allowstealthmodules_help'), 0, 1, 0));
49
 
49
    // TODO: Analytics is now disable on new installs until MDL-84481 overcomes the config of mlbackend_python.
50
    $optionalsubsystems->add(new admin_setting_configcheckbox('enableanalytics', new lang_string('enableanalytics', 'admin'),
50
    $optionalsubsystems->add(new admin_setting_configcheckbox('enableanalytics', new lang_string('enableanalytics', 'admin'),
Línea 51... Línea 51...
51
        new lang_string('configenableanalytics', 'admin'), 1, 1, 0));
51
        new lang_string('configenableanalytics', 'admin'), 0, 1, 0));
52
 
52
 
53
    $optionalsubsystems->add(new admin_setting_configcheckbox('core_competency/enabled',
53
    $optionalsubsystems->add(new admin_setting_configcheckbox('core_competency/enabled',
54
        new lang_string('enablecompetencies', 'core_competency'),
54
        new lang_string('enablecompetencies', 'core_competency'),