Added support for timestart and timeend (user_teachers table) and
[moodle.git] / backup / restorelib.php
2004-06-24 stronk7Added support for timestart and timeend (user_teachers...
2004-05-15 stronk7One missing "</ul>" tag...
2004-05-14 stronk7Now wiki links to activities are decoded to its new...
2004-05-07 stronk7Changed the system to recode links to forums. Now it...
2004-05-07 stronk7Now $course->showrecent is out from backup & restore
2004-05-06 stronk7Now ORIGINAL_WWWROOT is saved in backup and restored...
2004-05-06 stronk7Some minor changes about the system to encode file...
2004-05-02 stronk7Changed hiddentopics to hiddensections in backup and...
2004-04-28 stronk7Small typo in las cvs version. Arghhh!!
2004-04-27 stronk7If group isn't detected when restoring events, default...
2004-04-27 stronk7event->format is now in backup & restore.
2004-04-27 stronk7Now, in topics format, every course can decide about...
2004-04-24 stronk7First version of inter-activities mantained in backup...
2004-04-20 stronk7Now blockinfo is fully supported in backup & restore...
2004-04-18 stronk7First Official realease of the "Blocks System".
2004-04-09 stronk7Now, after restoring the course, the restore proccess...
2004-04-01 stronk7First attempt to encode/decode some absolute path parts
2004-03-10 stronk7Detected 2 bugs when restoring users and scales about
2004-03-10 stronk7Now user_files are restored if the user existed previou...
2004-02-22 stronk7Solved two bugs when restoring and groups or events...
2004-02-21 stronk7Some important changes:
2004-02-20 moodlerNew user field called "emailstop" ... to stop emails.
2004-02-15 stronk7Now logs from:
2004-02-15 moodlerNew field in the groups table to "hidepicture" from...
2004-02-15 stronk7Now chat logs are included in restore. I've decided...
2004-02-13 stronk7First version of restore logs !!
2004-02-09 stronk7Now course->lang is in backup & restore.
2004-02-08 stronk7Now user_preferences are fully supported in backup...
2004-01-29 stronk7Turn off some debug info.
2004-01-27 moodlerFixed tiny bug for courses without groups
2004-01-25 stronk7Now groups and members are restored and recoded when...
2004-01-22 stronk7Now groupmode in course_modules is supported too.
2004-01-05 stronk7Now groupmode and groupmodeforce (course table) are...
2004-01-04 stronk7Added addslashes() to check for existing users, because...
2003-12-29 stronk7Little change in the form that duplicated course shortn...
2003-10-31 moodlerNew feature: Allow students to see their own activity...
2003-10-27 stronk7timeaccess (students and teachers) included in backup...
2003-10-07 moodlerNot having any users in a backup is not necessarily...
2003-10-07 stronk7Now course->maxbytes is supported in backup/restore.
2003-09-23 stronk7Now, to restore course category do this:
2003-09-22 stronk7Solved two possibe bugs:
2003-09-14 stronk7Now, "needed" users are included in backup/restore...
2003-09-14 moodlerNew field on course_modules called "indent" ... this...
2003-08-25 moodlerUndoing one of the less then brilliant changes I did...
2003-08-25 moodlerSome fixes for robustness (make sure variables exist...
2003-08-23 stronk7Ooops I commited some debug source code in previous
2003-08-23 stronk7Solved one problem when copying empty directories.
2003-08-20 moodlerA new course field called "showgrades" which allows...
2003-08-18 stronk7Some minor changes to restore scales in existing course
2003-08-18 stronk7Scales are now supported in backup/restore.
2003-08-16 stronk7Now editall and timemodified are in
2003-08-09 moodlerMissing string, bug in call to get_string
2003-08-02 stronk7Added suport to new restoreto options
2003-08-01 stronk7Chanfed to locate the pclzip properly.
2003-08-01 moodlerRemoved $moodle_home and $mods_home references.
2003-07-31 stronk7Variables passed by reference warning is out !!
2003-07-27 stronk7Typo in course STARTDATE
2003-07-21 moodlerBackup the new course->visible field
2003-07-07 stronk7Some debug info commented
2003-07-05 stronk7Now xmlize is invoked with XML_OPTION_SKIP_WHITE =...
2003-07-03 stronk7Some comments and debug
2003-06-28 stronk7Now categories and questions are recovered completely...
2003-06-21 stronk7Minor change to avoid timeouts copying user files
2003-06-20 stronk7Changes in:
2003-06-12 stronk7Bug solved restoring in existing course.
2003-06-12 stronk7Some improvements and tons of flushes !!
2003-06-10 stronk7Need to addslashes before put summary section data...
2003-06-03 stronk7Little bug when renaming existent courses...
2003-05-31 stronk7Now readjusting course_modules instance and course...
2003-05-30 stronk7Return info to know what modules process...
2003-05-30 stronk7Only save to backup_ids restoreable modules.
2003-05-30 stronk7Begin restoring mods. Now they are readed and saved...
2003-05-28 stronk7Changed bahabior when restoring into a existing course
2003-05-28 stronk7Implemented copying course_files and user_files.
2003-05-26 stronk7Few changes to gather info to show in restore progress
2003-05-25 stronk7Minor bug creating newid when restorinf users
2003-05-25 stronk7Restore into new course and existing course implemented.
2003-05-24 stronk7Finished restoring course, course_sections and course_m...
2003-05-18 stronk7Course Header and Backup info is showed now !!
2003-05-17 stronk7Now course header is retrieved too !!
2003-05-17 stronk7Reading more info...
2003-05-17 stronk7Debug a bit
2003-05-16 stronk7Begin parsing xml data.
2003-05-16 stronk7Copy, expand and do preliminary checks from backup...
2003-05-14 stronk7Reset to empty lib before start developing
2003-05-14 stronk7Now backuplib.php includes all the functions needed...