changelog.txt |
changelog.txt |
|
************************
Simple Access Change Log
************************
2005.11.27
Added permission for 'assign access to nodes'
2005.11.26
Conversion to new form api |
INSTALL.txt |
INSTALL.txt |
|
********************************************************************
D R U P A L M O D U L E
********************************************************************
Name: simple_access module
Author: Gordon Heydon
Dependancies:
… |
README.txt |
README.txt |
|
------------------------------------------------------------------------------
Simple Access Module for Drupal
developed by: Jeff Robbins | jjeff | robbins (att) jjeff (d0t)… |
simple_access.admin.inc |
simple_access.admin.inc |
|
House all the admin functions in inc to make the foot print a lot
smaller. |
simple_access.css |
simple_access.css |
|
.sa-inline {
float: left;
}
.sa-after {
clear: both;
} |
simple_access.info |
simple_access.info |
|
name = Simple Access
description = Provides simple hide/view access for nodes.
core = 6.x
package = Node Access |
simple_access.install |
simple_access.install |
|
Installation for Simple Access |
simple_access.module |
simple_access.module |
|
This module allows administrators to make nodes viewable by specific
'access groups'. Each access group can contain any number of roles.
If a node is not assigned to any access groups, it will remain viewable
by all users. |
simple_access.test |
simple_access.test |
|
Tests to check that simple access is working correctly |
simple_access.theme.inc |
simple_access.theme.inc |
|
Provide themes for simple access administration |
simple_access.views.inc |
simple_access.views.inc |
|
Provide Simple Access security method for views. |
simple_access_views_plugin_group.inc |
views/simple_access_views_plugin_group.inc |
|
|