moodle/backup/util/plan
David Mudrak a5ea28b32d Removing relics of the previous plan/tasks/steps based implementation
Kudos to Mark Nielsen for his initial work on this project. In his code,
Mark described the valuable logic of the conversion using a framework
mirroring plan/tasks/steps based architecture of the backup and restore.
My attempt to simplify it led to the current handlers-based
architecture.
2011-05-13 03:09:26 +02:00
..
simpletest NOMDL Fixed incorrect throwing of exceptions - missing 'new' or unknown exception class 2010-07-18 12:30:49 +00:00
backup_execution_step.class.php MDL-22145 backup storage - provide 'user_tohub' storage for HUB files 2010-04-27 01:02:38 +00:00
backup_plan.class.php MDL-24962 backup - circular refs destroyer for backup plan 2010-11-15 07:15:48 +00:00
backup_step.class.php MDL-21432 move some stuff from base to backup plan classes 2010-06-22 10:31:37 +00:00
backup_structure_step.class.php MDL-22146 backup & restore - extending the backup plugins API 2011-02-10 12:14:00 +01:00
backup_task.class.php backup MDL-22254 Added backup and restore of course completion information 2010-09-17 03:04:55 +00:00
base_plan.class.php MDL-24962 backup - circular refs destroyer for backup plan 2010-11-15 07:15:48 +00:00
base_step.class.php MDL-25019 backup - course_startdate may not exist 2010-11-24 10:46:15 +00:00
base_task.class.php MDL-25019 backup - course_startdate may not exist 2010-11-24 10:46:15 +00:00
restore_execution_step.class.php MDL-21432 backup - plan/task/step basis 2010-07-05 22:23:00 +00:00
restore_plan.class.php MDL-24962 backup - clean plan/settings circular refs on restore 2010-11-15 16:08:02 +00:00
restore_step.class.php MDL-21432 backup - plan/task/step basis 2010-07-05 22:23:00 +00:00
restore_structure_step.class.php backup MDL-26572 add new param to plugin and subplugin functions 2011-03-07 00:16:25 +01:00
restore_task.class.php NOBUG: Added support for after_restore() methods on restore. Will help some blocks. 2010-11-01 15:53:35 +00:00