Sam Hemelryk 4886029cba backup MDL-22142 Several changes to the backup UI and it's classes as noted below
*  backup moodleforms for specific stages are now cached between stage processing and display making it possible to leave all validation up to the bridge.
    * The backup stage now relies entirely on the backup controllers save, load, and check methods + dependency checks rather then previous stage processing to ensure accuracy.
    * filename is now a required field and validated to ensure it ends with .zip and is a valid filename.
    * There is now a previous button for backup stages after the initial and before the complete.
    * The progress bar previous stages are now links as well allowing the user to jump to previous stages (not linked on complete of course).
    * The root settings are only shown on the schema stage now if they were changed because of dependency.
    * Stages are now numbered in the progress bar.
    * The complete page now shows a notice that the backup was complete and provides a continue button to view the backup file.
    * Adds administration blocks to the backup pages.
2010-05-10 02:53:31 +00:00
..
2009-12-14 18:31:22 +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