Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
Re-patched the module as noted at http://drupal.org/node/492366
Added inherit function for one role to inherit all permissions from another role.
Changed API to accept a role name as the first parameter instead of a role id.
- Added a function for retrieving all the permissions for a role and returning the results as an array - Added a function for revoking all permissions defined in a module's hook_perm implementation - Refactored all functions to use the permissions_get_permissions_for_role() function - Updated the documentation in README
- Added permissions_grant_all_permissions() function, which grants all defined permissions to a given role - Added permissions_grant_all_permissions_by_module() function, which grants all permissions defined by a given module to a given role
Modified the API functions to use "grant" and "revoke" terminology
Minor modification to example code
Initial Release for Drupal 5.x
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |