- π¬π§United Kingdom darren.fisher
I believe this issue to be outdated as Drupal 7 is now officially end of life. Please feel free to correct me if I'm wrong. I'm just trying to have a cleanup of the older issues in this issue queue!
This module is great if you just want to do basic per-node access control to user roles on your site. There's a fair amount of open bugfixes, and feature patches that are pending review. I've had to plug in my own patches to make the thing respect 'bypass content access control' permissions, for example.
There hasn't been a release since 2014 on v7.x-1.x, so I humbly suggest and offer a fork to 7.x-2.x
The features included:
Rules integration (react to grants event & grant view access to role(s) action)
Views Bulk Operations integration (grant mass amounts at once)
respects 'bypass content access control'
will deny access to any node if not granted view access to that node specifically
I also refactored the nodeaccess.module code and moved all the forms to their own files.
I've added in three 'preserve' modes:
1. preserve nothing: what you see (or submit via rules or bulk operation) is what you get
2. preserve defaults: same as above, but the 'default' settings in the nodeaccess admin form will be granted too
3. preseve all hidden: saves all grants you tell it to, plus defaults, plus any grants that you can't see... (this means rules / bulk actions only add grants unless specifically removing)
All the integrations are moved to submodules.
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I believe this issue to be outdated as Drupal 7 is now officially end of life. Please feel free to correct me if I'm wrong. I'm just trying to have a cleanup of the older issues in this issue queue!