moodle/backup
Tim Hunt ff5d6f8872 MDL-33682 backup: cope with sections called '0'
It was not previously possible to have a section called 0 because of
bugs in the standard course formats, but we hit this with the OU course
format. You got an exception because backup settings tested to see if
their lable was empty, which means a section name of '0' was fatal.
Should work now.
2012-06-12 17:46:47 +01:00
..
bb MDL-27559 opendir: validate directory pointer on open 2012-05-25 08:52:12 -07:00
cc MDL-33080 IMSCC: look for imsmanifest.xml @ root dir 2012-06-05 01:04:29 +02:00
controller MDL-29262 phpunit: fix forgotten mock objects to avoid strict notices 2012-04-23 15:01:14 +02:00
converter MDL-32016 unit tests: Remove hard coded file hash and calculate dynamically 2012-05-16 11:55:39 +12:00
moodle2 MDL-33682 backup: cope with sections called '0' 2012-06-12 17:46:47 +01:00
util MDL-33682 backup: cope with sections called '0' 2012-06-12 17:46:47 +01:00
backup.class.php MDL-33503 backup: Bump internal release and version information. 2012-06-04 02:35:51 +02:00
backup.php MDL-33682 backup: cope with sections called '0' 2012-06-12 17:46:47 +01:00
backupfilesedit.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
backupfilesedit_form.php MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
backuplib.php MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
import.php MDL-32095 fix backup API to be E_STRICT compatible 2012-03-26 16:04:16 +02:00
lib.php MDL-29185 backup: Removed backup_log table and fixed the backup admin report 2011-09-16 15:51:23 +12:00
log.php MDL-30943 fix forgotten admin/report/ references 2011-12-28 19:36:23 +01:00
restore.php MDL-30391 Backup: Exception in restore should be thrown as it is to be handled by calling function 2011-11-22 11:39:18 +08:00
restorefile.php MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
restorefile_form.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
restorelib.php MDL-31301 remove all uses of moodle_strtolower() and deprecated it 2012-03-03 11:46:26 +01:00