moodle/backup/converter
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
..
moodle1 Fixed applying convert_path recipes on sub-paths of grouped elements 2011-06-02 03:26:52 +02:00
convertlib.php MDL-27376 MDL-27377 MDL-27378 Backup converters refactoring - work in progress 2011-05-10 17:58:00 +02:00