moodle/backup/controller
sam marshall ddf368a213 MDL-44141 Completion: System updates data during restore
The completion system has code which is supposed to prevent it
updating completion status while grades are being restored. This
code was a nasty hack and had not worked for some time. As a result
completion dates were restored incorrectly.

This commit implements a 'proper' way to find out if a restore is
currently running, replacing the previous hack.
2014-03-18 13:31:34 +00:00
..
tests MDL-44141 Completion: System updates data during restore 2014-03-18 13:31:34 +00:00
backup_controller.class.php MDL-41754 (1) Progress tracking : moved from backup and restore to core 2014-01-27 17:45:50 +07:00
base_controller.class.php MDL-41754 (1) Progress tracking : moved from backup and restore to core 2014-01-27 17:45:50 +07:00
restore_controller.class.php MDL-44141 Completion: System updates data during restore 2014-03-18 13:31:34 +00:00