Closed (fixed)
Project:
Taxonomy Access Control
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Mar 2010 at 14:43 UTC
Updated:
17 Mar 2010 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
xjmHere's a draft of what this might look like.
There'd be links above to the core permissions admin, the readme, and the help. I think that covers the top 10 support questions for TAC in as little space as possible.
I'd also add this same text to the d.o docs and the README for consistency.
Comment #2
xjmI updated the documentation at http://drupal.org/node/31601 with the explanations above. I will create a patch to add it to the admin forms.
Comment #3
xjmThe attached patch clarifies the help page in several pages and improves its XHTML compliance. It also adds instructions at the bottom of the admin forms (rather than the top, so that experienced users don't have to scroll past them every time).
Patch is rolled at the module directory level; use the
-poption.Tested and works fine.
Comment #4
xjmMarked #358178: Elaborate relation to core node permissions as duplicate.
The patch in #3 needs a slight change; for some reason I used substitution patterns in a couple t() calls that should have been part of the translation. I'll fix this tomorrow.
Also, a line should be added reminding users to check the authenticated user permissions, as specific roles inherit them.
Comment #5
xjmMarked #165848: TAC permissions overriden by core? as duplicate of this for the documentation part. A summary of "gotchas" is in http://drupal.org/node/165848#comment-2669316.
Comment #6
xjmRevised patch. This improves the documentation further. Applied and tested against a clean copy of 6.x-1.x-dev; works fine.
Comment #7
xjmCommitted to 6.x-1.x-dev with a slight fix to the url fragments in help page links.