- 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 ===