Merge branch 'MDL-43081-master' of git://github.com/danpoltawski/moodle

Conflicts:
	lib/upgrade.txt
This commit is contained in:
Damyon Wiese 2013-12-03 13:03:32 +08:00
commit e7af63633e

View File

@ -61,6 +61,9 @@ information provided here is intended especially for developers.
new class boxnet_client(). Note that the method names and return values have changed.
* Settings pages are now possible for Calendar type plugins. Calendar type plugins that require a settings page to
work properly will need to set their requires version to a number that is equal to or grater than the 2.6.1 release version.
* The admin/tool/generator tool was overhauled to use testing data generators and the previous interface to create
test data was removed (it was not working correctly anyway). If you were using this tool you will probably need to
update your code.
DEPRECATIONS:
Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices