moodle/admin/cli
sam marshall a938e4096c MDL-60174 core_dml: fix miscellaneous incorrect recordset usage
The new recordset support for Postgres requires transactions and
will cause errors if recordsets are not closed correctly. This
commit fixes problems that were identified during unit tests, and
via some basic code analysis, across all core code. Most of these
are incorrect usage of recordset (forgetting to close them).
2017-11-27 11:10:33 +00: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-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
backup.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
build_theme_css.php MDL-59123 admin: add cli script to compile theme CSS 2017-06-27 06:48:45 +00:00
cfg.php MDL-57896 admin: Prevent cfg.php from trying to change hard-set value 2017-02-15 09:23:02 +01:00
check_database_schema.php MDL-45985 cli: add new cli tool for validation of database structure 2014-06-17 16:54:31 +12:00
cron.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10: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-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00
fix_orphaned_question_categories.php MDL-47787 course: Added question delete to cm delete. 2015-06-25 16:35:22 -04:00
install.php Merge branch 'MDL-59150-master-3' of git://github.com/ryanwyllie/moodle 2017-07-18 08:27:13 +02:00
install_database.php Merge branch 'MDL-59150-master-3' of git://github.com/ryanwyllie/moodle 2017-07-18 08:27:13 +02:00
kill_all_sessions.php MDL-60094 administration: Add CLI script to kill all sessions 2017-09-14 16:03:39 +02:00
maintenance.php MDL-37596 optionally enable CLI maintenance later 2013-01-28 14:23:21 +01:00
mysql_collation.php MDL-59662 database: Typo in variable name. 2017-08-04 10:30:11 +02:00
mysql_compressed_rows.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
mysql_engine.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
purge_caches.php MDL-60094 administration: Add CLI script to kill all sessions 2017-09-14 16:03:39 +02:00
reset_password.php MDL-55206 admin: Some code cleanup 2016-07-15 14:44:35 +08:00
svgtool.php MDL-55837 themes: base and canvas themes removed 2016-09-19 13:35:13 +08:00
upgrade.php MDL-59150 admin: build site theme after CLI install or upgrade 2017-07-18 06:13:07 +00:00