MDL-33766-master repository: Upgrade notes

This commit is contained in:
Frederic Massart 2012-11-02 13:54:29 +08:00
parent 68acd1157e
commit 8a6411991e

View File

@ -3,6 +3,14 @@ information provided here is intended especially for developers. Full
details of the repository API are available on Moodle docs:
http://docs.moodle.org/dev/Repository_API
=== 2.4 ===
* copy_to_area() can receive a new parameter called $areamaxbytes which controls the maximum
size of the area the files will be stored in.
* the repositories using the upload() method should implement a check for $areamaxbytes,
see repository/upload/lib.php upload() and process_upload() for an example on how handling it.
=== 2.3 ===
* instance_config_form() must now be declared static for php5.4 compatibility.