mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'm35_MDL-60923_New_BackupDir_Setting-v2' of https://github.com/scara/moodle
This commit is contained in:
commit
f8ad868fad
37 changed files with 170 additions and 83 deletions
|
@ -41,8 +41,7 @@ class mod_quiz_tags_testcase extends advanced_testcase {
|
|||
$this->setAdminUser();
|
||||
|
||||
$backupid = 'abc';
|
||||
$backuppath = $CFG->tempdir . '/backup/' . $backupid;
|
||||
check_dir_exists($backuppath);
|
||||
$backuppath = make_backup_temp_directory($backupid);
|
||||
get_file_packer('application/vnd.moodle.backup')->extract_to_pathname(
|
||||
__DIR__ . "/fixtures/random_by_tag_quiz.mbz", $backuppath);
|
||||
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
This files describes API changes in /mod/* - activity modules,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.5 ===
|
||||
|
||||
Required changes in code:
|
||||
* use new make_backup_temp_directory()
|
||||
|
||||
=== 3.4 ===
|
||||
|
||||
* Navigation between activities via a previous and next link was added to Boost, Clean and Bootstrapbase. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue