 | Up one level
| |
 | classes/
| |
 | tests/
| |
 | admins.php [source] [155 lines] | Select site administrators. |
 | ajax.php [source] [83 lines] | This file processes AJAX requests and returns JSON |
 | allow.php [source] [86 lines] | Allow overriding of roles by other roles. |
 | assign.php [source] [335 lines] | Assign roles to users. |
 | check.php [source] [187 lines] | Shows the result of has_capability for every capability for a user in a context. |
 | define.php [source] [288 lines] | Lets the user edit role definitions. |
 | lib.php [source] [54 lines] | Library code used by the roles administration interfaces. |
 | manage.php [source] [224 lines] | Lets the user define and edit roles. |
 | managetabs.php [source] [34 lines] | Defines the tab bar used on the manage/allow assign/allow overrides pages. |
 | module.js [source] [182 lines] | This class filters the rows of a table like the one on the define or override roles pages. It adds a search box just above the table, and if content is typed into that box, it hides any rows in the table where the capability name does not contain that text. |
 | override.php [source] [196 lines] | Lets you override role definitions in contexts. |
 | permissions.php [source] [233 lines] | Change permissions. |
 | role_schema.xml [source] [65 lines] | |
 | usersroles.php [source] [214 lines] | User roles report list all the users who have been assigned a particular role in all contexts. |