Needs review
Project:
Secure Permissions
Version:
7.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2013 at 14:22 UTC
Updated:
30 Oct 2013 at 23:48 UTC
Jump to comment: Most recent
Comments
Comment #1
thedavidmeister commentedFrom the UI:
There is also a drush command "secure-permissions-rebuild"
Comment #3
chriscohen commentedRight so what you're saying is that the user interface provides the documentation? So, before being able to assess a module to see whether it's suitable or what its requirements might be, I'd have to install the module, go to the admin UI and read about it there? You don't see a problem with that?
Sometimes it's good to go above and beyond the "minimum amount possible" documentation and make sure it's comprehensive instead.
Comment #4
thedavidmeister commentedI suppose, I'm not actually a maintainer of this module though.
Feel free to file a patch with the docs you're after and it might get committed, sounds like you're looking for something on the project page though?
I'm putting together an alternative-but-similar approach at https://drupal.org/project/permissions_variable if you're looking to shop around. It works, but I've got to put together some more tests and docs before I publish a stable release.
Comment #5
agentrickardI haven't looked at this module in months, and wrote it in an afternoon to prove a point. Much of this can be done through Features and Strongarm as well.
I have updated the project page to indicate that it needs a new maintainer, if anyone is interested.
Comment #6
thedavidmeister commentedI think it's a good idea for a module. I actually "borrowed" a bunch of code from here for my own project. I just like the syntax of the export in my module better ;)
Manually exporting permissions through Features is very RSI inducing, introduces artificial dependencies into your Features and can easily be overridden at the destination through the UI (not always desirable). I'm not convinced Features is the final word in permissions management simply because it deploys other things well.