moodle/backup/util/dbops
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-43835 phpunit: Correct unit tests. 2014-06-17 19:08:01 +10:00
backup_controller_dbops.class.php MDL-18177 backup: Add backup option to include groups and groupings 2015-02-20 11:45:22 +11:00
backup_dbops.class.php
backup_plan_dbops.class.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
backup_question_dbops.class.php MDL-22151 & MDL-22138 - Quiz activity backup & questions banks too! 2010-09-21 01:28:30 +00:00
backup_structure_dbops.class.php MDL-46455 backup: Keep external database logstore code self-contained. 2015-10-09 16:23:09 -07:00
restore_controller_dbops.class.php MDL-40103 Fix wrong call, causing restore to fail. 2013-06-18 01:30:14 +02:00
restore_dbops.class.php MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00