moodle/backup
Eloy Lafuente (stronk7) 8722439751 MDL-30018 restore: better answer matching. Credit goes to Tyler Bannister, thanks!
On backup, contents are cleaned to be safe utf8. That was leading to
some matching problems on restore against not cleaned DB contents (for
already existing questions). This commit adds one fallback method to
perform the match against cleaned DB contents.
2012-09-09 20:30:02 +02:00
..
bb MDL-27559 opendir: validate directory pointer on open 2012-05-25 08:52:12 -07:00
cc MDL-33523: Fixed item C of the issue 2012-06-14 17:12:53 -03: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-30018 restore: better answer matching. Credit goes to Tyler Bannister, thanks! 2012-09-09 20:30:02 +02:00
util Merge branch 'MDL-33812-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE 2012-09-04 00:20:17 +02: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
upgrade.txt MDL-33812 Backup: Added some upgrade information about the changes 2012-09-03 14:10:59 +08:00