mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
by the restore process. Such conversion is performed for every backup file prior to 2005041100. Wiki internal links are dinamically changed and then, converted to Markdown.
67 lines
3.5 KiB
Plaintext
67 lines
3.5 KiB
Plaintext
CHANGES_14_15 $Id$
|
|
----------
|
|
|
|
This document shows changes between 1.4 and 1.5 and their current
|
|
status in backup/restore code.
|
|
|
|
========== ========== ========== ========== ========== ==========
|
|
|
|
Now I show the specific detailed status of every item in the process:
|
|
|
|
1. DONE: check user->idnumber
|
|
2. DONE: check user->lang (at restore set mi_nt where ma_nt).
|
|
3. DONE: check course->lang (at restore set mi_nt where ma_nt).
|
|
4. DONE: user_students->enrol (analyse and proceed).
|
|
5. DONE: user_teachers->enrol (analyse and proceed).
|
|
6. DONE: user->policyagreed (analyse and proceed).
|
|
7. DONE: groups->password
|
|
8. DONE: assignment->emailteachers
|
|
9. DONE: exercise->usepassword and exercise->password
|
|
10. DONE: exercise_assessments->generalcomment and teachercomment
|
|
11. DONE: glossary->allowprintview
|
|
12. DONE: quiz_responses->answer (analyse).
|
|
13. DONE: quiz_calculated->correctaswerformat.
|
|
14. DONE: quiz->questionsperpage.
|
|
15. DONE: quiz_categories->parent and sortorder.
|
|
16. DONE: Message subsystem (MIM). Available in SITE backups!
|
|
17. DONE: Detect questions without categories and create a category for them
|
|
(in backup process). See bug 2380. fix_orphaned_questions() function.
|
|
18. DONE: If the course hasn't users and the importer is a teacher, make him
|
|
teacher in the restored course. See bug 2381.
|
|
19. DONE: Move blocks code to libraries and use it in a standard way. Now new
|
|
blocks are supported by scheduled backup.
|
|
20. PROG: Review the lesson module completely! Check the upgrade process to
|
|
mimic it. Pending to decide if the grade field must go to the score
|
|
one when restoring old files!! (sent to Michael, Mark and Martin).
|
|
21. DONE: Review the workshop module completely! Check the upgrade process to
|
|
mimic it.
|
|
22. PROG: Review the wiki module fully. Now the wiki backup & restore seems to
|
|
be working fine. About binary contents loaded directly to DB, I
|
|
haven't found HOW TO LOAD them. I've opened Bug 2634 to see if
|
|
somebody can tell me how to reproduce it!
|
|
23. DONE: Add support for metacourses in backup and restore. Show a new option
|
|
to decide what to do (ignore, process).
|
|
24. DONE: Take out THEME from backup directory.
|
|
25. DONE: Add support for forum_read table in backup and restore.
|
|
26. DONE: chat_users->course and chat_users->lang. No changes required!
|
|
27. PROG: Make the backup/restore/config/logs/index.php XHTML 1.0 Transitional.
|
|
Done in manual backups, config, logs and restore.
|
|
28. DONE: Add course->theme, groups->them and user->theme. If no present,
|
|
default blank.
|
|
29. DONE: Add support for block instances in modules. Bug 2517. By Jon.
|
|
30. DELAY:Add support for user->dstpreset. After talking with Jon, delayed
|
|
because there isn't possible to recode it to destination server. But
|
|
sometime we should think in a solution (STAMPS or CHECKSUMS of DSTs).
|
|
31. DONE: Change mail's priority (bug 2647) if something goes wrong in scheduled backups.
|
|
32. DONE: quiz_questions->hidden and quiz_responses->originalquestion
|
|
33. DONE: quiz_question_version
|
|
34. DONE: Group images aren't included at all in backup/restore. Bug 2674.
|
|
35. DONE: New glossary log action: "view_entry".
|
|
36. PROG: Add support for quiz log action: "editquestions". Bug 2778 pending!
|
|
37. DONE: Convert module ids in every Wiki reference to other activities.
|
|
38. DONE: Convert every wiki formatted text to markdown. Bye, wikies! ;-)
|
|
39. TODO: Add backup/restore of new grade tables.
|
|
|
|
Eloy (stronk7)
|
|
23-01-2004
|