moodle/backup
Sam Hemelryk bac233d326 backup MDL-22184 Scheduled backups are now possible again through cron.
AMOS BEGIN
 MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
 MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
 MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
 MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
 MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
 MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
 CPY [schedule,core],[automatedbackupschedule,core_backup]
 MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
..
bb MDL-14589 blocking execution of bb convert 2010-08-29 10:09:03 +00:00
cc MDL-21915 fixing remaining chmod and mkdir to use moodle file permissions 2010-10-06 19:06:52 +00:00
controller backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +00:00
moodle2 message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version 2010-11-05 08:04:40 +00:00
util backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +00:00
backup.class.php backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +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_scheduled.php MDL-24321 switching to stdClass in /backup/ 2010-09-21 08:47:01 +00:00
backupfilesedit.php MDL-24917, display activity backup area in restore-pre ui 2010-11-02 02:29:21 +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-22164 backup - more cleanup of old 1.9 backup/restore code 2010-11-01 15:47:07 +00:00
import.php MDL-23752 backup - export/import mode. Fixed various details. 2010-09-28 09:33:54 +00:00
lib.php MDL-22164 backup - more cleanup of old 1.9 backup/restore code 2010-11-01 15:47:07 +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
restore.php course-import MDL-23752 Implemented course import functionality back into Moodle 2.0 2010-08-17 02:07:30 +00:00
restorefile.php backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +00:00
restorefile_form.php MDL-22915, restore pre-ui 2010-07-22 03:14:41 +00:00
restorelib.php NOBUG: Fixed syntax error 2010-11-04 05:20:09 +00:00