mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-33766-master repository: Upgrade notes
This commit is contained in:
parent
68acd1157e
commit
8a6411991e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user