Merge branch 'MDL-44071-master' of git://github.com/zbdd/moodle

This commit is contained in:
Dan Poltawski 2015-02-03 12:16:16 +00:00
commit 1ee0c927b2
3 changed files with 68 additions and 11 deletions

View file

@ -3,6 +3,7 @@ information provided here is intended especially for developers.
=== 2.9 ===
* Course deletions now return warning messages on any failures and do not try to rollback the entire deletion.
* \core\event\course_viewed 'other' argument renamed from coursesectionid to coursesectionnumber as it contains the section number.
* New API core_filetypes::add_type (etc.) allows custom filetypes to be added and modified.
* PHPUnit: PHPMailer Sink is now started for all tests and is setup within the phpunit wrapper for advanced tests.