content_access.css |
content_access.css |
|
.content_access-div {
width: 25%;
margin: 0;
padding: 0;
float: left;
overflow: hide;
} |
content_access.info |
content_access.info |
|
name = Content Access
description = Provides flexible content access control
package = Access control |
content_access.install |
content_access.install |
|
|
content_access.module |
content_access.module |
|
|
content_access.test |
tests/content_access.test |
|
|
content_access.workflow_ng.inc |
content_access.workflow_ng.inc |
|
Workflow-ng specific functions that expose content_access's API. |
content_access_acl.test |
tests/content_access_acl.test |
|
|
content_access_test_help.php |
tests/content_access_test_help.php |
|
Helper class with auxiliary functions for content access module tests |
README.txt |
README.txt |
|
Content Access Module
-----------------------
by Wolfgang Ziegler, nuppla@zites.net
Yet another node access module.
So this module allows you to manage permissions for content types by role and author. It allows
you to specifiy custom view, edit and… |