[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 This files describes API changes in /availability/*. 2 3 The information here is intended only for developers. 4 5 === 2.9 === 6 7 * Condition plugins can now implement a new include_after_restore function to 8 indicate that they should be removed during the restore process. (This is 9 implemented so that group and grouping conditions are removed if groups are 10 not restored.) 11 12 === 2.8 === 13 14 * There is a new API function in the info_module/info_section objects (and 15 related functions in internal API): get_user_list_sql. This returns SQL code 16 that does roughly the same as filter_user_list to return a list of users who 17 should be shown as having access to the module or section. 18 19 * Any third-party availability plugins which return true to 20 is_applied_to_user_lists (and therefore previously implemented 21 filter_user_list) should now also implement get_user_list_sql. If not 22 implemented, a debugging warning will occur when anybody calls 23 get_user_list_sql if the affected plugin is in use, and that user list will 24 not be filtered by the plugin.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |