Mark Nelson
a76eef5bc0
MDL-30937 core_backup: use default log level when none specified
2014-12-07 21:18:13 -08:00
Eloy Lafuente (stronk7)
38ea5e0a39
MDL-21724 course: change remaining tests to new "Save and display"
2014-12-04 12:14:31 +00:00
Sam Hemelryk
eb8f9f9adb
Merge branch 'MDL-42717-master' of git://github.com/ankitagarwal/moodle
2014-12-01 08:47:34 +13:00
Eloy Lafuente (stronk7)
d2142e7b7c
Merge branch '23538-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-25 17:00:06 +01:00
David Monllao
99e434f2fa
MDL-31500 backup: Warn users about front page backups
...
They should know that they can only be restored on the front
page before selecting the destination course.
2014-11-25 10:30:25 +08:00
David Monllao
d62c556110
MDL-31500 backup: Remove frontpage restore UI restrictions
2014-11-25 09:37:53 +08:00
Dan Poltawski
8030d84bbc
Merge branch 'MDL-47601_master' of https://github.com/markn86/moodle
2014-11-24 17:02:09 +00:00
Dan Poltawski
bcc4dc3eab
Merge branch 'MDL-31500_master' of git://github.com/dmonllao/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-24 10:55:27 +00:00
Ankit Agarwal
80a1dfe561
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-11-24 10:18:56 +05:30
Sam Hemelryk
74cb9073d0
Merge branch 'MDL-35494_master' of https://github.com/markn86/moodle
2014-11-24 10:06:00 +13:00
David Monllao
03c39daad8
MDL-31500 backup: Allow front page backup/restore
...
Removes restore on front page restrictions and allows
front page modules duplication.
2014-11-21 14:55:09 +08:00
David Monllao
818262afa5
MDL-31500 backup: New unit test for front page backup/restore
2014-11-21 12:37:27 +08:00
Sam Hemelryk
c866fe44de
MDL-23538 backup: tidied up phpdocs + coding style
2014-11-19 10:04:10 +13:00
Mark Nelson
425dc0ed96
MDL-47601 core_backup: ensure removal of automated backups
2014-11-16 23:56:59 -08:00
Mark Nelson
17fd194c7c
MDL-35494 core_backup: fixed activity restoration issue
2014-11-16 22:50:10 -08:00
sam marshall
94b084fb02
MDL-48179 Backup progress: Can time out when compressing large backup
2014-11-14 18:29:30 +00:00
Frederic Massart
fef943738d
MDL-46481 backup: Ensure one-click backup is not displayed on restore
2014-10-09 18:45:32 +08:00
Frederic Massart
70e7b634e4
MDL-46481 backup: Reposition one-click backup button
2014-10-08 13:45:24 +08:00
Sam Hemelryk
3973b67f61
MDL-46481 backup: removed collapsing and better lang string
...
Thanks Rex for the peer-review!
2014-10-05 16:21:38 +13:00
Sam Hemelryk
bae30ef320
MDL-46481 backup: behat tests for the quick backup button
2014-10-03 09:43:08 +13:00
Sam Hemelryk
f3973676e8
MDL-46481 backup: implemented quick backup process (one click)
2014-10-03 09:43:08 +13:00
sam marshall
5176504d3f
MDL-46991 Availability: Conditional dates not updated on restore
2014-09-18 16:37:53 +01:00
Tim Hunt
ef03842ad3
MDL-46894 make Behat backup steps more robust.
2014-08-21 14:16:22 +01:00
Dan Poltawski
6442e5c7ed
Merge branch 'MDL-34248_master' of https://github.com/markn86/moodle
2014-07-22 12:01:04 +01:00
Sam Hemelryk
a8266e2f1c
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:55 +12:00
Mark Nelson
c3359103cd
MDL-34248 core_backup: added missing end quotation
2014-07-14 23:48:33 -07:00
Dan Poltawski
cb1bf3f51a
Merge branch 'MDL-40228-master' of git://github.com/FMCorz/moodle
2014-06-30 08:55:35 +01:00
Rajesh Taneja
11f69d4165
MDL-43835 behat: Fixed backup behat test
...
Disabling section, disables all checkboxes in section,
So we don't have to unset them manually
2014-06-25 12:54:52 +08:00
Eloy Lafuente (stronk7)
8b8c78946f
Merge branch 'MDL-46079-master' of https://github.com/sammarshallou/moodle
2014-06-25 01:32:11 +02:00
Damyon Wiese
dd6279788d
Merge branch 'MDL-45652_master' of https://github.com/markn86/moodle
2014-06-24 16:58:04 +08:00
Eloy Lafuente (stronk7)
af03e18f48
Merge branch 'MDL-45721_master' of https://github.com/markn86/moodle
2014-06-24 00:56:31 +02:00
Damyon Wiese
a51201a433
Merge branch 'MDL-43835' of https://github.com/mr-russ/moodle
2014-06-23 12:20:04 +08:00
sam marshall
9f7b688c63
MDL-46079 Restore: Can run out of memory in get_records call
2014-06-20 14:15:28 +01:00
Frederic Massart
073be367e2
MDL-40228 backup: Settings were ignored during automated backups
2014-06-20 15:37:32 +08:00
Mark Nelson
c5f0d9f50a
MDL-45652 core_backup: display warning on restore destination form when necessary data is missing
2014-06-17 21:55:48 -07:00
Mark Nelson
ef03fb19ae
MDL-45721 core_backup: only trigger the course_restored event when restoring a course
2014-06-17 19:43:48 -07:00
Russell Smith
d2c58b95bb
MDL-43835 phpunit: Correct unit tests.
...
When different ID's are set for each sequence a number
of unit test failures appear. They have been corrected
to allow unit tests to pass with the new generator in place.
2014-06-17 19:08:01 +10:00
Marina Glancy
6581e387a0
Merge branch 'MDL-45935-master' of git://github.com/andrewnicols/moodle
2014-06-16 14:02:17 +08:00
Andrew Nicols
87a37ebe6b
MDL-45935 tests: Specify step names during backup/restore tests
2014-06-10 12:10:45 +08:00
sam marshall
e974eef932
MDL-45574 Backup progress: Can time out with large number of files
...
When there are many files inside a single resource, it's possible
for the backup to time out because it does not report progress
while adding entries to the backup_ids table.
2014-06-06 10:41:40 +01:00
Tim Hunt
5bcfd504df
MDL-45618 Fix @since PHPdoc tags.
2014-05-19 17:03:04 +01:00
Ankit Agarwal
a9282e4120
MDL-45258 tags:context object/0 should not be passed to tag_set()
2014-04-28 15:35:01 +08:00
Dan Poltawski
c8ca0cea77
Merge branch 'MDL-44468_master' of git://github.com/ds125v/moodle
2014-04-18 15:27:41 +08:00
David Monllao
af4830a257
MDL-44619 behat: Converting MDLQA-8
...
In a standard forum, students can start discussions
add replies and attach files to their posts.
2014-04-09 19:34:11 +07:00
David Scotson
a1071322f7
MDL-44468 backup: use html_writer::div call
...
Simplify the renderer code with the new html_writer
div function.
2014-04-08 09:46:42 +01:00
David Scotson
9b2a2ffe2a
MDL-44468 backup: use notification API
...
Replace a hardcoded div.notifyproblem with a API call that,
in Standard theme, outputs the same HTML.
Also removes the .notifyproblem class from the heading,
as that might cause problems for themers who expect it to be
used consistently with the API.
2014-04-08 09:46:42 +01:00
Andrew Nicols
1f777e5c6c
MDL-41987 Javascript: Tidy up YUI documentation
2014-03-25 17:01:37 +08:00
Mark Nelson
cc033d48b5
MDL-44316 core_tag: changed the API to accept a contextid and component
2014-03-22 13:50:08 -07:00
Ankit Agarwal
2523979821
MDL-42890 backup: Remove usage of log table in backup cron helper
2014-03-14 12:07:17 +08:00
Dan Poltawski
060aa628b3
Merge branch 'master_MDL-44066' of git://github.com/danmarsden/moodle
2014-03-11 11:28:56 +08:00