John Okely
52b817b6ba
MDL-44520 behat: Change behat features to use new section selectors
2015-02-06 10:35:05 +08:00
Dan Poltawski
ae2faed37d
Merge branch 'MDL-48533_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2015-02-03 11:13:51 +00:00
Ray Bon
8705f0f9ea
MDL-48837 phpunit: Restore system default timezone
2015-01-16 12:47:54 +08:00
Mark Nelson
0b2e01db96
MDL-48533 core_backup: use default log level when none specified
2015-01-07 22:24:43 -08:00
Andrew Nicols
0b3ae20700
Merge branch 'MDL-48644_restoreLegacyLogs27' of https://github.com/moodlerooms/moodle into MOODLE_27_STABLE
2015-01-05 14:33:04 +08:00
Aaron Barnes
77fd878edb
MDL-40097 completion: Apply robust role detection to samesite restores.
2015-01-05 10:38:24 +08:00
Adrian Greeve
9ad864a97c
MDL-40097 completion: Update of code to meet guidlines.
2015-01-05 10:38:14 +08:00
Aaron Barnes
43ed7bfd0f
MDL-40097 completion: Make restoring grade criteria more robust
2015-01-05 10:38:01 +08:00
Mark Nielsen
1463260443
MDL-48644 backup: Preserve log IP and time during restore
2014-12-18 11:38:22 -08:00
Dan Poltawski
b6d40f849a
Merge branch 'MDL-46651-MOODLE_27_STABLE-restore-course-completion-duplicate-key' of https://github.com/Trii/moodle into MOODLE_27_STABLE
2014-12-16 11:58:40 +00:00
Eloy Lafuente (stronk7)
2fd5a01c79
Merge branch 'MDL-48556-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-12-15 17:54:20 +01:00
Joshua Johnston
c5d0af083f
MDL-46651 Backup: Handle duplicate course completions during restore
...
Cron can cause duplicate completion records if triggered during a long
running restore process. If this is the case, replace the new record
with the record from the backup file
2014-12-11 15:56:13 -05:00
Ankit Agarwal
d658f3f6fa
MDL-48556 backup: Use correct conditions before checking dir permissions
2014-12-11 14:33:54 +05:30
Dan Poltawski
49ba5a31c9
Merge branch 'MDL-47323-enrol-plugin-backup-27_STABLE' of https://github.com/mpetrowi/moodle into MOODLE_27_STABLE
2014-12-09 22:30:04 +00:00
Sam Hemelryk
36f4c617b1
Merge branch 'MDL-40419-27-2nd' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-12-04 13:26:55 +01:00
Matt Petro
d05cc63706
MDL-47323 backup: added enrol plugin backup structure and annotation
2014-12-02 22:02:00 -05:00
Ankit Agarwal
dca3bab337
MDL-42717 backups: set correct backup status and add logs
...
Set a correct backup status of ERROR when we fail to copy a file to an external directory given the backup configs demand it.
Also a lot of logs are added around this area to let admins easily find the problem if backup fails because of directory permissions.
2014-12-01 09:11:10 +13:00
Frederic Massart
37c2a7aba9
MDL-40419 backup: Advanced comparison when restoring blocks in course
2014-11-27 16:19:54 +08:00
Dan Poltawski
e7f3fb0d42
Merge branch 'MDL-47601_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-11-24 17:02:14 +00:00
Sam Hemelryk
f9ed19e476
Merge branch 'MDL-35494_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-11-24 10:06:04 +13:00
Dan Poltawski
038e41c918
Merge branch 'wip-MDL-36240-27' of git://github.com/abgreeve/moodle into MOODLE_27_STABLE
2014-11-17 13:31:31 +00:00
Mark Nelson
1b748664e9
MDL-47601 core_backup: ensure removal of automated backups
2014-11-16 23:58:39 -08:00
Mark Nelson
598fa03646
MDL-35494 core_backup: fixed activity restoration issue
2014-11-16 22:52:50 -08:00
Adrian Greeve
3c40f7eb61
MDL-36240 backup: Activity calendar events backed up.
...
Activity calendar events can now be backed up and restored
when no user data is selected.
2014-11-17 10:13:37 +08:00
Sam Hemelryk
399e3f33a1
Merge branch 'MDL-48179-m27' of https://github.com/sammarshallou/moodle into MOODLE_27_STABLE
2014-11-17 12:48:08 +13:00
Sam Hemelryk
fbcf4385a4
Merge branch 'MDL-35638-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-11-17 10:39:50 +13:00
sam marshall
beadba759a
MDL-48179 Backup progress: Can time out when compressing large backup
2014-11-14 18:31:38 +00:00
Tim Hunt
23b8588f81
MDL-47590 question backup: include response file only with userdata
2014-11-14 16:21:41 +00:00
Ankit Agarwal
9d66334d73
MDL-35638 backup: Do not print headers during redirects
2014-11-11 11:09:04 +05:30
Mark Nielsen
3315c01e0f
MDL-47569 backup: Do not close questions tag if never opened
...
This can happen when restoring quizzes that
do not have any questions.
2014-10-29 14:30:58 -07:00
Mark Nielsen
d9e9e79954
MDL-47569 backup: Escape section summary for XML
...
This was causing the parsing of the XML
to fail because things like & were not
escaped.
2014-10-29 14:30:47 -07:00
Adrian Greeve
9c630abcd7
MDL-47675 phpunit: Update unit tests to pass on MSSQL
...
Unit tests were failing on MSSQL. gc_collect_cycles() was
removed from the phpunit utils.php file to save time in running
the tests, but MSSQL doesn't clean up open files as well as
other databases.
This patch includes the garbage collection for the unit tests
that require it.
2014-10-23 08:54:35 +08:00
sam marshall
81c4057908
MDL-46991 Availability: Conditional dates not updated on restore
2014-09-18 16:36:38 +01:00
David Curry
3ae804809e
MDL-47076 badges: Add checks to user fields during badges restoration
...
Change-Id: I49d2137666d2d7c1f6abca7ae83c07b326d9b0c4
2014-09-09 16:20:41 +12:00
zbdd
0c18577317
MDL-37312 backup: Keep course idnumber on same site course restore
...
When the course idnumber is set during a same site course restore,
retain the course idnumber if there are no duplicates.
2014-09-01 10:44:50 +08:00
Tim Hunt
0a03803081
MDL-46894 make Behat backup steps more robust.
2014-08-21 14:15:08 +01:00
Tony Butler
a18e060c5b
MDL-46281 core_backup: Add class_exists check for backup_<mod>_activity_task
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-08-14 12:57:15 +01:00
Dan Poltawski
eba7490c31
Merge branch 'MDL-34248_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-07-22 12:01:04 +01:00
Mark Nelson
68fb3969e1
MDL-34248 core_backup: used API instead of inserting into the log table directly
2014-07-17 18:12:01 -07:00
Mark Nelson
527afcfb8c
MDL-34248 core_backup: added missing end quotation
2014-07-17 18:12:00 -07:00
Sam Hemelryk
d3c034f8e8
MDL-46335 backup: fixed casting issue with setting labels
...
The issue was that clean_param took an int and returned a string
and the result was used in an exact comparison.
The type change mean the comparison failed.
The solution was to ensure the param was cast as a string.
2014-07-18 08:29:53 +12:00
Dan Poltawski
b6ac868d71
Merge branch 'MDL-40228-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-30 08:55:39 +01:00
Eloy Lafuente (stronk7)
a4919abf4f
Merge branch 'MDL-46079-m27' of https://github.com/sammarshallou/moodle into MOODLE_27_STABLE
2014-06-25 01:33:37 +02:00
Damyon Wiese
1e4e4a05d7
Merge branch 'MDL-45652_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-24 16:59:42 +08:00
Eloy Lafuente (stronk7)
55103810f0
Merge branch 'MDL-45721_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-24 01:00:10 +02:00
sam marshall
680ff52414
MDL-46079 Restore: Can run out of memory in get_records call
2014-06-20 14:14:53 +01:00
Frederic Massart
884e310a3b
MDL-40228 backup: Settings were ignored during automated backups
2014-06-20 15:38:29 +08:00
Mark Nelson
1fb1c6d456
MDL-45652 core_backup: display warning on restore destination form when necessary data is missing
2014-06-17 21:56:21 -07:00
Mark Nelson
469e7dd82d
MDL-45721 core_backup: only trigger the course_restored event when restoring a course
2014-06-17 19:38:30 -07:00
Marina Glancy
95d39aabc7
Merge branch 'MDL-45935-27' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE
2014-06-16 14:22:42 +08:00