Added support for timestart and timeend (user_teachers table) and
[moodle.git] / backup / backuplib.php
2004-06-24 stronk7Added support for timestart and timeend (user_teachers...
2004-05-20 stronk7New feature implemented allowing none-user course backups.
2004-05-16 stronk7Step4 done. :-)
2004-05-09 stronk7Solved a small bug in scheduled backups when encoding...
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-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-17 moodlerdecalre $THEME to stop some notices ...
2004-04-01 stronk7First attempt to encode/decode some absolute path parts
2004-02-21 stronk7Some important changes:
2004-02-20 moodlerNew user field called "emailstop" ... to stop emails.
2004-02-15 moodlerNew field in the groups table to "hidepicture" from...
2004-02-09 stronk7Now course->lang is in backup & restore.
2004-02-08 stronk7Ooops !! Copy/paste typo. :-)
2004-02-08 stronk7log->cmid is included in backup (not processed in resto...
2004-02-08 stronk7Now user_preferences are fully supported in backup...
2004-01-30 stronk7Now everything seems to work fine with the new insert_r...
2004-01-26 moodlerFIxed tiniest bug when trying to backup groups in cours...
2004-01-25 stronk7Groups are now included in backup too. I start working...
2004-01-22 stronk7Now groupmode in course_modules is supported too.
2004-01-05 stronk7Now groupmode and groupmodeforce (course table) are...
2003-12-01 stronk7Take out another notice in backup.
2003-12-01 stronk7Added support in copy_zip_to_course_dir() to save course
2003-10-31 moodlerNew feature: Allow students to see their own activity...
2003-10-27 stronk7timeaccess (students and teachers) included in backup...
2003-10-08 stronk7Now scales users are in backup too. See bug 824.
2003-10-07 moodlerIf there aren't any users, don't do anything.
2003-10-07 stronk7Now course->maxbytes is supported in backup/restore.
2003-09-14 stronk7Now, "needed" users are included in backup/restore...
2003-09-14 moodlerNew field on course_modules called "indent" ... this...
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 stronk7Scales are now supported in backup/restore.
2003-08-16 stronk7Now editall and timemodified are in
2003-08-15 stronk7Included and commented one new debug
2003-08-03 stronk7Solved bug. Now user files are checked againt users...
2003-08-02 stronk7Now "backupdir" string is hardcoded in backup process.
2003-08-01 moodlerRemoved $moodle_home and $mods_home references.
2003-07-29 stronk7Added and commented some debug lines.
2003-07-27 stronk7Small typo in course STARTDATE.
2003-07-21 moodlerBackup the new course->visible field
2003-07-15 stronk7Added some flushes to avoid some browsers timeouts
2003-07-07 stronk7Some debug info commented
2003-07-07 stronk7Added some flush() to the backup process (in users...
2003-07-05 stronk7Changed the backup output to convert every "\r\n\"...
2003-06-20 stronk7Changes in:
2003-06-10 stronk7Changed the log_check_backup function to execute a...
2003-06-10 stronk7Changed get_records (every field) in user_check_backup to
2003-06-10 stronk7More debug...
2003-06-10 stronk7Some debug
2003-06-10 stronk7Little change to avoid iterate when no users are retrie...
2003-05-25 stronk7Included new "autosubscribe" fiel in users backup
2003-05-24 stronk7In course_modules export the field ADDED too.
2003-05-17 stronk7XML generation. Included the main course data under...
2003-05-16 stronk7Moved the check_version code to lib.php
2003-05-14 stronk7Lib to include all backup particulary functions (came...