moodle/backup
tjhunt 43457dc87c MDL-12066 - Links in the HTML block are not recoded on backup and restore.
This is messy because the links are hidden in the configdata column, which is serialized and base64encoded. So we have to untangle that, then ask the block whether there are any bits of $config that need to be fixed, then re-encode it before backup up. And reverse that on restore. It needs to remain base64 encoded in the backup file, so that the file format is backwards compatible.

I disucssed this with Eloy before doing it.

Merged from MOODLE_19_STABLE.
2007-11-14 17:03:32 +00:00
..
bb MDL-10905 iterating correctly with readdir (as shown in php doc) 2007-10-15 05:18:58 +00:00
db Second pass. Some more default comments are out. MDL-11385 2007-09-24 22:10:13 +00:00
backup.php MDL-10870 All files updated to new build_navigation() method. 2007-08-17 11:18:58 +00:00
backup_check.html MDL-10898 - Option to back up only selected role assignements when backing up a course with users. 2007-09-25 14:44:53 +00:00
backup_execute.html Backup refactor: moved backup_execute.html into functions, added new backup_course_silently function as proof of concept (matches import_backup_file_silently) 2007-03-23 06:14:40 +00:00
backup_form.html backup/restore of grade histories should be off by default 2007-11-07 01:11:41 +00:00
backup_scheduled.php Fix link in email to new admin report. MDL-7850 2007-09-08 22:49:13 +00:00
backuplib.php MDL-12066 - Links in the HTML block are not recoded on backup and restore. 2007-11-14 17:03:32 +00:00
CHANGES_14_15.txt Problems with 1.5Beta backups solved by Bobo. B-) 2005-06-10 14:19:35 +00:00
lib.php MDL-11912 Removed recursive param 2007-10-31 19:04:33 +00:00
log.php Redirecting old backup log to the new one. MDL-7850 2007-09-08 22:41:27 +00:00
README.txt Included ID info. Simple. 2003-04-29 21:09:27 +00:00
restore.php MDL-10833 some more course theme fixes; merged from MOODLE_18_STABLE 2007-09-24 15:50:34 +00:00
restore_check.html XHTML Strict. 2007-09-20 15:35:19 +00:00
restore_execute.html Merged from MOODLE_16_STABLE: fixing bug MDL-8651: import course data should clean up after itself 2007-03-02 01:43:47 +00:00
restore_form.html backup/restore of grade histories should be off by default 2007-11-07 01:11:41 +00:00
restore_precheck.html adding capabilities 2006-09-07 08:57:56 +00:00
restorelib.php MDL-12066 - Links in the HTML block are not recoded on backup and restore. 2007-11-14 17:03:32 +00:00
STATUS.txt Now every link to forums (from resources and forums) and every link 2004-05-08 18:30:30 +00:00
try.php Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
version.php Bump to beta 2 (real branch) 2007-10-10 16:06:12 +00:00

README $Id$
----------

This directory contains my try to create a backup/recover 
admin option to moodle. I don't know when and how it'll be 
finished, but I'going to try it, sure.

Some day, if this is fully functional, it could be integrated 
into the main Moodle distribution (ask uncle Martin).   :-)

Code here may not be tested - so there are no guarantees as
to the quality of the code in here, even if part of a stable
Moodle release.

Please, for any comment about this option, do it in Moodle
Developer Forum at:
   
   http://moodle.org/mod/forum/view.php?id=55
   (searching an "backup" topic) 

or you can put tour comments in Moodel Bugs at: 

   http://moodle.org/bugs/bug.php?op=show&bugid=84.

All comments will be welcome. TIA.

To see the general status of the utility, take a look to
"STATUS.txt" in this directory.

And this is all, I start with it NOW. 

Eloy (stronk7)
29-04-2003