2018-07-19 10:34:44 +08:00
|
|
|
This files describes API changes for code that uses the user API.
|
|
|
|
|
2020-01-22 23:00:58 +01:00
|
|
|
=== 3.11 ===
|
|
|
|
|
|
|
|
* Added new external function core_user_external::search_identity(). The main purpose of this external function is to
|
|
|
|
provide data for asynchronous user selectors and similar widgets. It allows to search users matching the given query
|
|
|
|
in their name or other available identity fields.
|
|
|
|
|
2020-05-06 18:39:22 +08:00
|
|
|
=== 3.9 ===
|
|
|
|
|
|
|
|
* The unified filter has been replaced by the participants filter. The following have therefore been deprecated:
|
|
|
|
* Library functions:
|
|
|
|
* user_get_participants_sql
|
|
|
|
* user_get_total_participants
|
|
|
|
* user_get_participants
|
|
|
|
* Unified filter renderer (core_user_renderer::unified_filter)
|
|
|
|
* Unified filter renderable (\core_user\output\unified_filter)
|
|
|
|
* Unified filter JavaScript (core_user/unified_filter.js and core_user/unified_filter_datasource.js)
|
|
|
|
* Unified filter template (unified_filter.mustache)
|
|
|
|
|
2018-07-19 10:34:44 +08:00
|
|
|
=== 3.6 ===
|
|
|
|
|
|
|
|
* The following functions have been finally deprecated and can not be used anymore:
|
|
|
|
* useredit_update_picture()
|
2018-11-08 15:02:12 +01:00
|
|
|
* core_user_external::update_user_preferences() now allows to unset existing preferences values.
|
|
|
|
If the preference value field is not set, the preference will be unset.
|