Merge branch 'MDL-40405-master' of git://github.com/FMCorz/moodle

Conflicts:
	lib/upgrade.txt
This commit is contained in:
Dan Poltawski 2013-07-09 15:47:07 +08:00
commit 0574cd9061
6 changed files with 32 additions and 25 deletions

View file

@ -11,6 +11,7 @@ information provided here is intended especially for developers.
* get_system_context() is deprecated, please use context_system::instance().
* get_parent_contexts() is deprecated, please use $context->get_parent_context_ids().
* get_parent_contextid() is deprecated, please use $context->get_parent_context().
* get_child_contexts() is deprecated, please use $context->get_child_contexts().
* Use new function moodleform::mock_submit() to simulate form submission in unit tests (backported).
=== 2.5.1 ===