4 This document shows changes between 1.4 and 1.5 and their current
5 status in backup/restore code.
7 ========== ========== ========== ========== ========== ==========
9 Now I show the specific detailed status of every item in the process:
11 1. DONE: check user->idnumber
12 2. DONE: check user->lang (at restore set mi_nt where ma_nt).
13 3. DONE: check course->lang (at restore set mi_nt where ma_nt).
14 4. DONE: user_students->enrol (analyse and proceed).
15 5. DONE: user_teachers->enrol (analyse and proceed).
16 6. DONE: user->policyagreed (analyse and proceed).
17 7. DONE: groups->password
18 8. DONE: assignment->emailteachers
19 9. DONE: exercise->usepassword and exercise->password
20 10. DONE: exercise_assessments->generalcomment and teachercomment
21 11. DONE: glossary->allowprintview
22 12. DONE: quiz_responses->answer (analyse).
23 13. DONE: quiz_calculated->correctaswerformat.
24 14. DONE: quiz->questionsperpage.
25 15. DONE: quiz_categories->parent and sortorder.
26 16. DONE: Message subsystem (MIM). Available in SITE backups!
27 17. DONE: Detect questions without categories and create a category for them
28 (in backup process). See bug 2380. fix_orphaned_questions() function.
29 18. DONE: If the course hasn't users and the importer is a teacher, make him
30 teacher in the restored course. See bug 2381.
31 19. DONE: Move blocks code to libraries and use it in a standard way. Now new
32 blocks are supported by scheduled backup.
33 20. DONE: Review the lesson module completely! Check the upgrade process to
35 21. DONE: Review the workshop module completely! Check the upgrade process to
37 22. DONE: Review the wiki module fully. Now the wiki backup & restore seems to
38 be working fine. About binary contents loaded directly to DB, I
39 haven't found HOW TO LOAD them. I've opened Bug 2634 to see if
40 somebody can tell me how to reproduce it! After chat with MD, the
41 option to upload everything to filesystem seems to be the correct
42 approach. Sent to the bug.
43 23. DONE: Add support for metacourses in backup and restore. Show a new option
44 to decide what to do (ignore, process).
45 24. DONE: Take out THEME from backup directory.
46 25. DONE: Add support for forum_read table in backup and restore.
47 26. DONE: chat_users->course and chat_users->lang. No changes required!
48 27. DONE: Make the backup/restore/config/logs/index.php XHTML 1.0 Transitional.
49 Done in manual backups, config, logs and restore.
50 28. DONE: Add course->theme, groups->them and user->theme. If no present,
52 29. DONE: Add support for block instances in modules. Bug 2517. By Jon.
53 30. DONE: Add support for user->dstpreset. After talking with Jon, delayed
54 because there isn't possible to recode it to destination server. But
55 sometime we should think in a solution (STAMPS or CHECKSUMS of DSTs).
56 Not needed due to the final timezone/dst schema (it uses common names
57 consistent between servers). PJ. Skipped.
58 31. DONE: Change mail's priority (bug 2647) if something goes wrong in scheduled backups.
59 32. DONE: quiz_questions->hidden and quiz_responses->originalquestion
60 33. DONE: quiz_question_version
61 34. DONE: Group images aren't included at all in backup/restore. Bug 2674.
62 35. DONE: New glossary log action: "view_entry".
63 36. DONE: Add support for quiz log action: "editquestions".
64 37. DONE: Convert module ids in every Wiki reference to other activities.
65 38. DONE: Convert every wiki formatted text to markdown. Bye, wikies! ;-)
66 39. DONE: Add backup/restore of new grade tables.
67 40. DONE: event->repeatid.
68 41. DONE: Add support to forum_track_prefs table. Not necessary. MD. Skipped.
69 42. DONE: Add user->trackforums (MD did).
70 43. DONE: Add forum->trackingtype
71 44. DONE: Review SCORM module. Bug 3404 seems to break restore. Solved by Bobo.
72 45. DONE: Modify QUIZ module restore for pre1.5 courses (Eloy)
73 46. TODO: Modify QUIZ module 1.5 <==> 1.5 backup & restore (Gustav's team)
74 47. DONE: Orphan categories thing in quiz module need final solution. Bug 2459 is 95% solved.
75 (only a nice interface is required to re-assign site categories to other courses).
77 Maintained by Eloy (stronk7)