moodle/backup
2010-09-03 08:53:32 +00:00
..
bb MDL-14589 blocking execution of bb convert 2010-08-29 10:09:03 +00:00
cc MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib 2010-04-19 14:42:19 +00:00
controller restore MDL-23109 Added role mapping interface and implemented searchable course/category selectors 2010-07-27 06:58:39 +00:00
moodle2 gradebook MDL-23362 added a fix to deal with the course grade item already existing or not 2010-09-03 08:53:32 +00:00
util backup MDL-23904 Fixed regression in backup UI 2010-09-03 07:50:33 +00:00
backup.class.php MDL-23478 backup - change in block positions structure. Break BC, so up minversion 2010-07-24 00:15:59 +00:00
backup.php backup MDL-22142 Several changes to the backup UI and it's classes as noted below 2010-05-10 02:53:31 +00:00
backup_check.html MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
backup_execute.html MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
backup_form.html MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
backup_scheduled.php MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems" 2009-11-07 10:27:57 +00:00
backupfilesedit.php "MDL-23910, fixed breadcrumb for backup files editing ui" 2010-08-30 03:44:44 +00:00
backupfilesedit_form.php "MDL-23910, fixed breadcrumb for backup files editing ui" 2010-08-30 03:44:44 +00:00
backuplib.php MDL-23985 removing all make_user_dir() and get_user_directories() usage 2010-08-29 09:50:36 +00:00
import.php course-import MDL-23752 Implemented course import functionality back into Moodle 2.0 2010-08-17 02:07:30 +00:00
lib.php MDL-19380 uploadlib cleanup before readding of antivirus integration 2010-07-14 08:40:48 +00:00
log.php MDL-21666 backup & restore caps - moving to new naming schema. More to come. 2010-02-19 17:50:14 +00:00
README.txt Test. Ignore this. 2009-12-14 18:31:22 +00:00
restore.php course-import MDL-23752 Implemented course import functionality back into Moodle 2.0 2010-08-17 02:07:30 +00:00
restore_check.html MDL-22164 backup - clean important parts of old code. Leaving rest for reference 2010-08-06 16:09:28 +00:00
restore_execute.html MDL-21666 backup & restore caps - renaming the import one 2010-02-19 19:11:06 +00:00
restore_form.html MDL-22164 backup - clean important parts of old code. Leaving rest for reference 2010-08-06 16:09:28 +00:00
restore_precheck.html MDL-21666 backup & restore caps - renaming the import one 2010-02-19 19:11:06 +00:00
restorefile.php "MDL-23910, improved restore pre-ui, removed treeview, list backup files in tables and sorted by created time" 2010-08-26 06:19:46 +00:00
restorefile_form.php MDL-22915, restore pre-ui 2010-07-22 03:14:41 +00:00
restorelib.php MDL-22164 backup - clean already implemented old code (wip) 2010-08-30 00:27:38 +00:00
STATUS.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:39:15 +00:00

README
------

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