Merge branch 'MDL-37518_master' of https://github.com/markn86/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-02-05 00:13:48 +01:00
commit 208f59137a

View File

@ -1,6 +1,13 @@
This files describes API changes in /blocks/* - activity modules,
information provided here is intended especially for developers.
=== 2.4 ===
Created new capability 'blocks/xxx:myaddinstance' that determines whether a user can add
a specific block to their My Home page. This capability was only defined for blocks where
the applicable_formats function does not include "'my' => false" in the returned array,
allowing it be added to the My Home page.
=== 2.3 ===
required changes in code: