moodle/backup/moodle2
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
..
tests MDL-36580 backup: General support for encrypted contents in backups 2017-10-19 10:11:39 +02:00
backup_activity_task.class.php MDL-40759 icons: Rename activity_icon 2017-03-17 15:52:18 +08:00
backup_block_task.class.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
backup_course_task.class.php MDL-59908 backup: Backup rule should use both http and https schemes 2017-08-24 10:53:59 +05:30
backup_coursereport_plugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_custom_fields.php MDL-36580 backup: General support for encrypted contents in backups 2017-10-19 10:11:39 +02:00
backup_default_block_task.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_enrol_plugin.class.php MDL-47323 backup: added enrol plugin backup structure and annotation 2014-12-02 21:46:33 -05:00
backup_final_task.class.php MDL-46696 backup: Include grade history in backups 2014-09-01 17:29:24 +08:00
backup_format_plugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_gradingform_plugin.class.php MDL-30998: updated docblocks for backup of advanced grading 2013-01-14 15:14:54 +11:00
backup_local_plugin.class.php MDL-17444: Backup hooks for local plugin (CR) 2012-11-06 15:37:08 -08:00
backup_plagiarism_plugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_plan_builder.class.php MDL-47323 backup: added enrol plugin backup structure and annotation 2014-12-02 21:46:33 -05:00
backup_plugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_qtype_plugin.class.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
backup_report_plugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_root_task.class.php MDL-53974 backup: Add option to backup course competencies 2016-05-06 09:27:31 +08:00
backup_section_task.class.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
backup_settingslib.php MDL-53974 backup: Add option to backup course competencies 2016-05-06 09:27:31 +08:00
backup_stepslib.php MDL-60121 enrol: Fix enrol plugin backup 2017-09-14 10:39:09 -04:00
backup_subplugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_theme_plugin.class.php MDL-30982 Backup moodle2 files - phpDocs categorization 2012-02-27 11:59:42 +01:00
backup_tool_plugin.class.php MDL-51858 backup: Support admin tools in course and module backups 2016-04-18 10:58:44 +08:00
backup_xml_transformer.class.php MDL-46281 core_backup: Add class_exists check for backup_<mod>_activity_task 2014-08-14 12:56:36 +01:00
restore_activity_task.class.php MDL-55356 backup: Check setting exists before checking value 2017-10-12 11:37:05 +08:00
restore_block_task.class.php MDL-55356 backup: Correct variable name 2017-10-12 14:53:16 +08:00
restore_course_task.class.php MDL-55356 core_search: Restore now requests search indexing 2017-10-11 17:17:07 +01:00
restore_coursereport_plugin.class.php MDL-30982 Restore moodle2 files - phpDocs categorization 2012-02-27 11:59:43 +01:00
restore_default_block_task.class.php MDL-30982 Restore moodle2 files - phpDocs categorization 2012-02-27 11:59:43 +01:00
restore_enrol_plugin.class.php MDL-47323 backup: added enrol plugin backup structure and annotation 2014-12-02 21:46:33 -05:00
restore_final_task.class.php MDL-55356 backup: Check setting exists before checking value 2017-10-12 11:37:05 +08:00
restore_format_plugin.class.php MDL-30982 Restore moodle2 files - phpDocs categorization 2012-02-27 11:59:43 +01:00
restore_gradingform_plugin.class.php MDL-30998: updated docblocks for backup of advanced grading 2013-01-14 15:14:54 +11:00
restore_local_plugin.class.php MDL-17444: Backup hooks for local plugin (CR) 2012-11-06 15:37:08 -08:00
restore_plagiarism_plugin.class.php MDL-17444: Backup hooks for local plugin 2012-11-06 10:49:41 -08:00
restore_plan_builder.class.php MDL-47323 backup: added enrol plugin backup structure and annotation 2014-12-02 21:46:33 -05:00
restore_plugin.class.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
restore_qtype_plugin.class.php MDL-54769 backup: add missing error language string 2016-06-01 09:44:42 +08:00
restore_report_plugin.class.php MDL-30982 Restore moodle2 files - phpDocs categorization 2012-02-27 11:59:43 +01:00
restore_root_task.class.php MDL-40838 backup: restore enrolment methods without users 2017-02-20 12:08:35 +08:00
restore_section_task.class.php MDL-34612 Restore: Gracefully handle empty section title while restoring 2013-10-22 09:47:42 +08:00
restore_settingslib.php MDL-34859 backup: add restore defaults 2017-03-20 14:59:45 +08:00
restore_stepslib.php MDL-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00
restore_subplugin.class.php MDL-46455 restore: Add debug messages when log records cannot be mapped 2015-10-11 18:14:59 -07:00
restore_theme_plugin.class.php MDL-30982 Restore moodle2 files - phpDocs categorization 2012-02-27 11:59:43 +01:00
restore_tool_plugin.class.php MDL-51858 backup: Support admin tools in course and module backups 2016-04-18 10:58:44 +08:00