mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Apply modularity to the creation of the log file during restore to a new course.
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module. Merged from stable branch
This commit is contained in:
parent
352b8da86a
commit
cf0b1faded
17 changed files with 150 additions and 293 deletions
|
@ -131,6 +131,9 @@ $string['backupactivehelp'] = 'Choose whether or not to do automated backups.';
|
|||
$string['backupcancelled'] = 'Backup Cancelled';
|
||||
$string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups';
|
||||
$string['backupdate'] = 'Backup Date';
|
||||
$string['backupdatenew'] = ' $a->TAG is now $a->weekday, $a->mday $a->month $a->year<br>\n';
|
||||
$string['backupdateold'] = '$a->TAG was $a->weekday, $a->mday $a->month $a->year\n';
|
||||
$string['backupdaterecordtype'] = '<br>$a->recordtype - $a->recordname<br>\n';
|
||||
$string['backupdetails'] = 'Backup Details';
|
||||
$string['backupexecuteathelp'] = 'Choose what time automated backups should run at.';
|
||||
$string['backupfailed'] = 'Some of your courses weren\'t saved!!';
|
||||
|
@ -1471,4 +1474,4 @@ $string['yourself'] = 'yourself';
|
|||
$string['yourteacher'] = 'your $a';
|
||||
$string['zippingbackup'] = 'Zipping backup';
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue