moodle/backup
David Mudrak 034b0e4a30 Fixed applying convert_path recipes on sub-paths of grouped elements
Grouped elements contain arrays with the sub-paths. This patch makes
sure that the sub-paths are pre-cooked recursively. However because the
recipes do not distinguish the full path to the element, only the
implicit recipe (making the tags lowecase) is applied. To avoid
potential data loss (for example dropfields recipe would delete all
fields from the whole grouped tree, not only the direct descendants of
the path where the recipe is declared), explicit recipes are forbidden
for grouped elements. The developer has to convert the $data manually as
needed.
2011-06-02 03:26:52 +02:00
..
bb MDL-14589 blocking execution of bb convert 2010-08-29 10:09:03 +00:00
cc MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
controller MDL-27376 MDL-27377 MDL-27378 Backup converters refactoring - work in progress 2011-05-10 17:58:00 +02:00
converter Fixed applying convert_path recipes on sub-paths of grouped elements 2011-06-02 03:26:52 +02:00
moodle2 MDL-27532 Add backup support for course report per-course data 2011-05-18 14:56:11 +01:00
util Merge branch 'master' into backup-convert 2011-05-26 17:30:27 +02:00
backup.class.php The main moodle_backup.xml file is now being generated by the converter 2011-05-16 19:02:13 +02:00
backup.php backup MDL-24962 Backup, Restore, and Import all now explicitly destroy the UI, controller, and stage objects upon completion. 2010-11-18 02:09:23 +00:00
backup_scheduled.php MDL-24321 switching to stdClass in /backup/ 2010-09-21 08:47:01 +00:00
backupfilesedit.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
backupfilesedit_form.php "MDL-23910, fixed breadcrumb for backup files editing ui" 2010-08-30 03:44:44 +00:00
backuplib.php MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
import.php backup MDL-24962 Backup, Restore, and Import all now explicitly destroy the UI, controller, and stage objects upon completion. 2010-11-18 02:09:23 +00:00
lib.php MDL-25637 Fixed whitespace 2011-01-24 16:20:30 +08:00
log.php MDL-21666 backup & restore caps - moving to new naming schema. More to come. 2010-02-19 17:50:14 +00:00
restore.php The first attempt to include backup conversion in the restore process 2011-05-18 01:55:27 +02:00
restorefile.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
restorefile_form.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
restorelib.php MDL-25637 Fixed whitespace 2011-01-24 16:20:30 +08:00