- 13 Apr, 2008 1 commit
-
-
stronk7 authored
-
- 27 Jan, 2008 1 commit
-
-
stronk7 authored
-
- 20 Dec, 2007 1 commit
-
-
skodak authored
-
- 09 Sep, 2007 1 commit
-
-
stronk7 authored
Merged from MOODLE_18_STABLE
-
- 10 Aug, 2007 1 commit
-
-
jamiesensei authored
-
- 08 Oct, 2006 1 commit
-
-
skodak authored
-
- 29 Aug, 2006 1 commit
-
-
skodak authored
-
- 22 Aug, 2006 1 commit
-
-
stronk7 authored
Credits go to Thirot Jean-Luc. http://moodle.org/mod/forum/discuss.php?d=52156 Merged from MOODLE_16_STABLE
-
- 08 Jun, 2006 1 commit
-
-
stronk7 authored
being set every xx minutes. Bug 5621. (http://moodle.org/bugs/bug.php?op=show&bugid=5621) Merged from MOODLE_16_STABLE
-
- 31 May, 2006 1 commit
-
-
stronk7 authored
SITEID backup. Bug 5658. (http://moodle.org/bugs/bug.php?op=show&bugid=5658) Merged from MOODLE_16_STABLE
-
- 04 May, 2006 1 commit
-
-
stronk7 authored
Thanks James! Merged from MOODLE_16_STABLE
-
- 02 May, 2006 1 commit
-
-
stronk7 authored
are skipped by the scheduled backup. Credit goes to James. Bug 4694. (http://moodle.org/bugs/bug.php?op=show&bugid=4694)
-
- 22 Mar, 2006 1 commit
-
-
gustav_delius authored
-
- 16 Jan, 2006 1 commit
-
-
mjollnir_ authored
-
- 13 Jan, 2006 1 commit
-
-
mjollnir_ authored
This patch allows the much requested selection of individual instances of modules within a course to backup and restore. It needs A LOT of testing and probably some prettyifying too.
-
- 20 Apr, 2005 1 commit
-
-
stronk7 authored
- It's automatic. No setting for it. Does it sound ok? - Any info related to non-exported modules is skipped. - Any info related to non-exported users is skipped.
-
- 03 Mar, 2005 1 commit
-
-
stronk7 authored
Bug 2647. (http://moodle.org/bugs/bug.php?op=show&bugid=2647)
-
- 13 Feb, 2005 1 commit
-
-
stronk7 authored
for scheduled backups and only done in SITE backups. Structure is: <MESSAGES> <MESSAGE> Content of the message with one flag to difference read & unread </MESSAGE> <CONTACTS> <CONTACT> Content of the contact </CONTACT> </CONTACTS> </MESSAGES> message_get_participants() should include contact users too!!
-
- 04 Feb, 2005 1 commit
-
-
stronk7 authored
in both backups. Please check if the used structure and exported data has sense!
-
- 28 Jan, 2005 1 commit
-
-
stronk7 authored
Moved blocks code to library. Fixed a missing global preventing restore to work.
-
- 11 Jan, 2005 1 commit
-
-
mjollnir_ authored
Merged from MOODLE_14_STABLE: Adding slashes to backup_log.info as courses with an apostrophe in their fullname cause sql errors
-
- 20 Dec, 2004 1 commit
-
-
stronk7 authored
with translations and manually typed names with diacritics. Thanks to Marian Zvalo! Merged from MOODLE_14_STABLE
-
- 04 Nov, 2004 1 commit
-
-
stronk7 authored
deleted from Moodle. See: http://moodle.org/mod/forum/discuss.php?d=13633 Merged from MOODLE_14_STABLE
-
- 25 Sep, 2004 1 commit
-
-
stronk7 authored
- Old (>4 hour) directories are deleted at the beginning of the execution, so the disk full problem should be out! - There are 2 types of errors: - Controlled errors: The backup process finish although something has been wrong. - Uncontrolled errors: The backup process dies (memory fault, apache problem, electric problem...:-)). - Now scheduled backup is able to detect previous uncontrolled errors to avoid repeating the same course always. It'll be deferred to the next execution. - Every time that a backup cycle has finished, admins will receive an email with the summary of the execution. - The 'ERROR' text will be present in email subjects if something was wrong. With this, all should be ok (I hope). Merged from MOODLE_14_STABLE
-
- 12 Sep, 2004 1 commit
-
-
gustav_delius authored
-
- 07 Aug, 2004 1 commit
-
-
moodler authored
-
- 28 Jun, 2004 1 commit
-
-
stronk7 authored
configured to 48 hours). Force to execute the clean before doing the backup itself. This should avoid the disk full of temp backup files issue. See bug 1520. http://moodle.org/bugs/bug.php?op=show&bugid=1520 Changes merged from MOODLE_13_STABLE.
-
- 20 May, 2004 1 commit
-
-
stronk7 authored
Bug 1432 related. (http://moodle.org/bugs/bug.php?op=show&bugid=1432)
-
- 07 May, 2004 1 commit
-
-
stronk7 authored
Solve an important issue about scheduled backups not working properly when encoding links... Added support for event->visible in backup & restore. TODO: Add wwwroot to backup/restore to use it when decoding. Change the system to encode forum calls.
-
- 21 Feb, 2004 1 commit
-
-
stronk7 authored
- Now course events are supported in backup & restore. - in manual backups - in scheduled backups - Fixed important bug when restoring groups. - Added support to the "user change password" action (with some changes done in login/change_password.php) Please, test it !!!!
-
- 29 Jan, 2004 1 commit
-
-
stronk7 authored
I think that we should use the same exact code in backup_execute.php and backup_scheduled.php to avoid duplicating it in two files !!
-
- 05 Jan, 2004 1 commit
-
-
stronk7 authored
old is that status in backup_logs table. If there is no activity in that period, then the script status is unlocked automatically. This prevents to become RUNNING for ever !!!
-
- 30 Dec, 2003 2 commits
- 28 Dec, 2003 1 commit
-
-
stronk7 authored
-
- 27 Dec, 2003 2 commits
- 15 Dec, 2003 1 commit
-
-
stronk7 authored
TODO: - View logs - Language strings
-
- 14 Dec, 2003 1 commit
-
-
stronk7 authored
TODO: - Insert info about process in backup_log - Be able to see that info from admin/backup.php - Email to the admin with the execution progress - Create all languaje strings Bye :-)
-
- 13 Dec, 2003 1 commit
-
-
stronk7 authored
-