content_access.admin.inc |
content_access.admin.inc |
|
Content access administration UI. |
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
core = "6.x" |
content_access.install |
content_access.install |
|
|
content_access.module |
content_access.module |
|
Content access module file. |
content_access.rules.inc |
content_access.rules.inc |
|
Rules specific functions that expose content_access' API. |
content_access.test |
tests/content_access.test |
|
|
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.
This module allows you to manage permissions for content types by role. It allows you to specifiy
custom view, view own, edit, edit… |
UPGRADE.txt |
UPGRADE.txt |
|
Upgrade from 5.x
----------------
You can easily upgrade from drupal 5 installations. After upgrading your drupal installation
just install the latest module and run update.php - it will automatically run the upgrade routine
which is update… |