-
Issue #1276940: Pwn not removing pwn_roles from edit object in hook_user, gets saved to user data table
-
Permit own permissions: February 25, 2011 2:11
Commit 679fbff on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Permit own permissions: February 25, 2011 2:11
Commit b77638e on 7.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Updating README
-
User may grant roles if the role has permissions they themselves have If the account that is being edited has a role the editor does not have access to grant, then that role will be disabled. All other roles will be removed as an option if the editor cannot grant it. If the account has a role with a permission the editor does not have, then the role will be checked and disabled, preventing the editor from revoking the role.
-
Function to check to see if a user can grant a given role
-
Adding a couple API functions for gathering and comparing permissions
-
Updating the README to reflect everything this module is doing This is part of my team's documentation process. It allows us to more quickly get an understanding of what each module is doing and how it effects the system.
-
Wrapping lines at 80 char (oops commit) I hate 'oops' commits. I can't wait until Drupal switches to git.
-
Wrapping lines at 80 char for CHANGELOG and README