From ccc777032d33946e99cf818440ca9ea6d6d2cbff Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 28 Sep 2016 02:18:43 +0200 Subject: [PATCH] MDL-46946 user: Document user_not_fully_set_up() changes --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index cbbdc01175f..811a4d741f4 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -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 === -- 2.43.0