[drupal-devel] [feature] Extend access control options
timcn
drupal-devel at drupal.org
Thu Sep 8 17:58:09 UTC 2005
Issue status update for
http://drupal.org/node/30711
Post a follow up:
http://drupal.org/project/comments/add/30711
Project: Drupal
Version: 4.6.3
Component: node.module
Category: feature requests
Priority: normal
Assigned to: timcn
Reported by: timcn
Updated by: timcn
Status: patch (code needs review)
Attachment: http://drupal.org/files/issues/node_33.patch (8.24 KB)
Unfortunately you can only give a role permission to "access content"
and/or "administer nodes". But often, this does not suffice. You want
editors to be able to browse the nodes in the "content" section and for
example allow them to make a node sticky. But you don't want them to
delete a node or change it's visibility.
My patch offers the following permissions:
* access content
* administer nodes
* change revision setting
* delete nodes
* make nodes sticky
* moderate nodes
* promote nodes
It does also really check if the user is allowed to perform a certain
action and deny it if that is not the case. It does also hide the
specified checkboxes and options from the dropdown box.
The patch is for 4.6.3 but should also work with HEAD.
timcn
More information about the drupal-devel
mailing list