moodle/backup/util/helper
Eloy Lafuente (stronk7) 53f95c99cb MDL-54205 backup: loggers close() and destroy()
Any backup & restore operation may be leaving opened files
if a file logger is being used. This implementes the close()
method, so every logger can close any resource.

Also, the recommended backup_controlled::destroy() method
now calls to new logger::destroy() method in charge of
deleting all the references and closing any resource.

Finally, some internally used controllers, were missing
their destroy call, leading to associated loggers to
remain open. Now all them are explicitly deltroyed.
2016-05-13 01:54:28 +02:00
..
tests MDL-52141 backup: test restore_log_rule don't modify passed log anymore 2015-12-03 18:52:26 +01:00
backup_anonymizer_helper.class.php MDL-49493 backup: Implemented missing methods for anonymous backup 2015-05-25 10:35:11 +08:00
backup_array_iterator.class.php
backup_cron_helper.class.php MDL-50602 - Automated backup: Add constants for storage types 2015-09-24 14:08:18 -04:00
backup_file_manager.class.php MDL-37761 Backup: Do not include files in backups when importing courses/activities 2013-06-18 07:52:04 +01:00
backup_general_helper.class.php Merge branch 'MDL-36957-master' of git://github.com/FMCorz/moodle 2015-06-02 11:07:57 +01:00
backup_helper.class.php MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00
backup_null_iterator.class.php
convert_helper.class.php MDL-33079 Enable IMS-CC export (backup converter) 2012-05-18 01:35:07 +02:00
restore_decode_content.class.php MDL-22179 backup - final implementation of the interlinks decoder for restore 2010-07-27 14:45:44 +00:00
restore_decode_processor.class.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
restore_decode_rule.class.php MDL-31006 some more PHP54 notices 2012-01-18 01:17:25 +01:00
restore_inforef_parser_processor.class.php MDL-26896 parser - add start/end path notifications 2011-04-11 02:16:58 +02:00
restore_log_rule.class.php MDL-52141 backup: Ensure we don't alter the log record when parsing it. 2015-12-03 11:11:07 +01:00
restore_logs_processor.class.php MDL-52402 backup: Improve debugging output on failed log restores 2015-12-05 10:08:06 +11:00
restore_moodlexml_parser_processor.class.php MDL-26896 parser - add start/end path notifications 2011-04-11 02:16:58 +02:00
restore_prechecks_helper.class.php MDL-31500 backup: Allow front page backup/restore 2014-11-21 14:55:09 +08:00
restore_questions_parser_processor.class.php MDL-26896 parser - add start/end path notifications 2011-04-11 02:16:58 +02:00
restore_roles_parser_processor.class.php MDL-26896 parser - add start/end path notifications 2011-04-11 02:16:58 +02:00
restore_structure_parser_processor.class.php MDL-50268 core: proper deprecation of get_file_url() method 2016-01-18 13:44:22 +08:00
restore_users_parser_processor.class.php MDL-26896 parser - add start/end path notifications 2011-04-11 02:16:58 +02:00