| 1 |
********************************************************************
|
| 2 |
D R U P A L M O D U L E
|
| 3 |
********************************************************************
|
| 4 |
Name: nodeperm_role module
|
| 5 |
Current Maintainer: Robb Canfield
|
| 6 |
Original Author: Matt Westgate <drupal at asitis dot org>
|
| 7 |
Last update: (See CHANGELOG.txt for details)
|
| 8 |
Drupal: 4.7
|
| 9 |
Dependencies: node.module
|
| 10 |
********************************************************************
|
| 11 |
DESCRIPTION:
|
| 12 |
|
| 13 |
Allows users to assign role-based viewing and editing permissions for
|
| 14 |
nodes. This module is different from other node permissions modules
|
| 15 |
in three ways:
|
| 16 |
|
| 17 |
1) If you only need to manage who can edit content (not
|
| 18 |
who can view pages that are in the published state), you
|
| 19 |
can disable and hide the view permissions component of this
|
| 20 |
module and gain a performance boost.
|
| 21 |
|
| 22 |
2) Roles can be restricted from editing their own node
|
| 23 |
permissions.
|
| 24 |
|
| 25 |
3) Use this module in conjunction with both Actions module
|
| 26 |
(http://drupal.org/project/actions) and Workflow module
|
| 27 |
(http://drupal.org/project/workflow) to dynamically alter
|
| 28 |
node permissions when a node changes state (for example, you
|
| 29 |
could give write access to users in the Reviewer role when a
|
| 30 |
node changes workflow from 'draft' to 'review'). See
|
| 31 |
INSTALL.txt for configuration details.
|
| 32 |
|
| 33 |
!!!Not yet supported!!!
|
| 34 |
|
| 35 |
********************************************************************
|
| 36 |
INSTALLATION:
|
| 37 |
|
| 38 |
see the INSTALL.txt file in this directory.
|