moodle/admin/cli
Petr Škoda e87214bda7 MDL-42078 multiple uninstall improvements and cleanup
Includes:
* update checker refactored to \core\update\ namespace
* plugininfo classes refactored to \core\plugininfo\ namespace
* plugin_manager renamed to core_plugin_manager
* redirect back to original page after plugin uninstall
* fixed assign subplugin uninstall
* move assign subplugins under the assignment in admin tree
* fixed plugininfo for all question related plugin types
* auth uninstall support
* added missing block dependencies
* added theme uninstall
* subplugin types are following the plugin on plugin overview page
* several performance improvements in plugin manager
* new warnigns when plugininfo are outdated or missing
* multiple fixes and other improvements
2013-10-07 13:10:36 +02:00
..
alternative_component_cache.php MDL-40475 add alternative component cache location and other improvements 2013-07-12 13:05:41 +02:00
automated_backups.php MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init 2013-08-12 13:01:47 +02:00
cron.php MDL-23824 CLI script improvements - just define('CLI_SCRIPT', true) before require config.php; all incorrect uses of cli and web scripts are detected; refactored cron script - now in two separate sctipts; fix cli inline docs and help - we have to sudo to apache account; standardised cli script locations in auth plugins 2010-08-17 12:33:30 +00:00
fix_course_sequence.php MDL-37028 fixed statement to clear course cache 2013-09-11 14:57:59 +10:00
fix_deleted_users.php MDL-39802 add cli script for fixing of all deleted users 2013-05-24 21:08:45 +02:00
install.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
install_database.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
maintenance.php MDL-37596 optionally enable CLI maintenance later 2013-01-28 14:23:21 +01:00
mysql_collation.php MDL-34271 add new cli tool for mysql collation conversions 2012-07-12 14:39:36 +02:00
mysql_engine.php MDL-33001 improve error handling in mysql engine conversion tool and add listing of engines 2012-05-28 10:25:58 +02:00
purge_caches.php MDL-30404 All Moodle caches can be now purged from CLI 2011-11-22 11:50:54 +01:00
reset_password.php MDL-23824 CLI script improvements - just define('CLI_SCRIPT', true) before require config.php; all incorrect uses of cli and web scripts are detected; refactored cron script - now in two separate sctipts; fix cli inline docs and help - we have to sudo to apache account; standardised cli script locations in auth plugins 2010-08-17 12:33:30 +00:00
upgrade.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00