MDL-46946 user: Document user_not_fully_set_up() changes

This commit is contained in:
Eloy Lafuente (stronk7) 2016-09-28 02:18:43 +02:00
parent 4dbddd0874
commit ccc777032d

View File

@ -95,6 +95,8 @@ information provided here is intended especially for developers.
can call $mform->setForceLtr($elementName, true/false) on some form fields to manually
set the value.
* Action menus do_not_enhance() is deprecated, use a list of action_icon instead.
* The user_not_fully_set_up() function has a new $strict parameter (defaulting to true) in order to decide when
custom fields (and other checks) should be evaluated to determine if the user has been completely setup.
=== 3.1 ===