Merge branch 'MDL-59847-master' of https://github.com/snake/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Thu, 2 Aug 2018 03:39:50 +0000 (11:39 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Thu, 2 Aug 2018 03:39:50 +0000 (11:39 +0800)
1  2 
lib/moodlelib.php
lib/upgrade.txt

Simple merge
diff --cc lib/upgrade.txt
@@@ -42,15 -22,10 +42,19 @@@ information provided here is intended e
      - I set the field "<field_string>" to multiline
      - I follow "<link_string>"" in the open menu
  * Removed the lib/password_compat/lib/password.php file.
 +* The eventslib.php file has been deleted and its functions have been moved to deprecatedlib.php. The affected functions are:
 +  - events_get_cached()
 +  - events_uninstall()
 +  - events_cleanup()
 +  - events_dequeue()
 +  - events_get_handlers()
 +* coursecat::get() now has optional $user parameter.
 +* coursecat::is_uservisible() now has optional $user parameter.
 +* Removed the lib/form/submitlink.php element which was deprecated in 3.2.
+ * The user_selector classes do not support custom list of extra identity fields any more. They obey the configured user
+   policy and respect the privacy setting made by site administrators. The list of user identifiers should never be
+   hard-coded. Instead, the setting $CFG->showuseridentity should be always respected, which has always been the default
+   behaviour (MDL-59847).
  
  === 3.5 ===