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
Ankit Agarwal
d658f3f6fa
MDL-48556 backup: Use correct conditions before checking dir permissions
2014-12-11 14:33:54 +05:30
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
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
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
sam marshall
beadba759a
MDL-48179 Backup progress: Can time out when compressing large backup
2014-11-14 18:31:38 +00:00
sam marshall
81c4057908
MDL-46991 Availability: Conditional dates not updated on restore
2014-09-18 16:36:38 +01:00
Tim Hunt
0a03803081
MDL-46894 make Behat backup steps more robust.
2014-08-21 14:15:08 +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
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
Andrew Nicols
601d32ae66
MDL-45935 tests: Specify step names during backup/restore tests
2014-06-10 12:14:09 +08:00
sam marshall
07388eaded
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:42:27 +01:00
Tim Hunt
63e5416f5b
MDL-45618 Fix @since PHPdoc tags.
2014-05-20 15:03:34 +08: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
Dan Marsden
538864dffd
MDL-44066 Restore: Restore source field.
...
Causes problems when restoring a SCORM pacakge that uses an alias.
2014-03-08 21:09:30 +13:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
Sam Hemelryk
e52bbf07a8
Merge branch 'MDL-41644' of git://github.com/apsdehal/moodle
2014-02-12 09:24:06 +13:00
apsdehal
54ae34ced1
MDL-41644 Backup: Update CSS class .notifywarning with .notifyproblem
2014-02-02 03:26:28 +05:30
James Pratt
809fdb83b1
MDL-41754 (1) Progress tracking : moved from backup and restore to core
2014-01-27 17:45:50 +07:00
David Monllao
abe572e3f2
MDL-43642 behat: Setting the correct files @package
2014-01-10 17:50:50 +08:00
Damyon Wiese
e011f229a8
Merge branch 'w01_MDL-43402_m27_zlib' of https://github.com/skodak/moodle
2014-01-07 12:29:45 +08:00
Petr Škoda
2803f3c1b5
MDL-43402 remove all zlib detection code
...
Zlib extension is now required.
2013-12-27 11:06:18 +08:00
Tim Hunt
3d1c4e189e
MDL-43448 Links to the gradebook not fixed on restore.
...
Note we can only fix certain generic links, we can't handle ones like
/grade/report/{reportname}/index.php, but fortunately, we were only
using the generic ones.
I added a couple of other likely things too (badges and participants
list).
2013-12-20 11:55:01 +00:00
Andrew Nicols
44b724c374
MDL-43232 JavaScript: Correct typo when cancelling the confirmcancel
2013-12-11 13:29:46 +08:00
Eloy Lafuente (stronk7)
ebc77165a4
Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle
2013-12-10 23:29:06 +01:00
Eloy Lafuente (stronk7)
438ee6ebdc
Merge branch 'MDL-42815-master' of git://github.com/sammarshallou/moodle
2013-12-10 23:24:56 +01:00