1 This files describes API changes for code that uses the user API.
5 * The unified filter has been replaced by the participants filter. The following have therefore been deprecated:
7 * user_get_participants_sql
8 * user_get_total_participants
9 * user_get_participants
10 * Unified filter renderer (core_user_renderer::unified_filter)
11 * Unified filter renderable (\core_user\output\unified_filter)
12 * Unified filter JavaScript (core_user/unified_filter.js and core_user/unified_filter_datasource.js)
13 * Unified filter template (unified_filter.mustache)
17 * The following functions have been finally deprecated and can not be used anymore:
18 * useredit_update_picture()
19 * core_user_external::update_user_preferences() now allows to unset existing preferences values.
20 If the preference value field is not set, the preference will be unset.