moodle/backup
Tim Hunt 0366ef262a MDL-28035 problems with upgrade/restore of ataptive quizzes from 2.0
There were two main problems:

1. The unit tests for upgrading adaptive quiz attempts had slighly the
wrong $expectedqa, and so matching that the upgrade was doing the wrong
thing in certain situations. The main issue was that it was setting
-_try = 1 on the first step, which broke the penalty calculation when
the quiz was regraded. There were also some other subtleties with
incrementing -_try that were not right before.

2. It was possible in 2.0 and earlier for two question_states to get the
same seq_number, and restoring 2.0 backups was rashly assuming that that
was unique.
2011-06-27 17:10:02 +01:00
..
bb MDL-14589 blocking execution of bb convert 2010-08-29 10:09:03 +00:00
cc MDL-27913 Stray whitespace in backup. 2011-06-17 19:37:20 +01:00
controller MDL-27379 Backup conversion logging facilities 2011-06-06 13:56:06 +02:00
converter fix permissions 2011-06-16 19:06:07 +02:00
moodle2 MDL-28035 problems with upgrade/restore of ataptive quizzes from 2.0 2011-06-27 17:10:02 +01:00
util MDL-25811 automated backups - clean running status after 90 mins of inactivity 2011-06-21 02:41:12 +02:00
backup.class.php MDL-28038 backup - bump 2011-06-26 19:15:06 +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