acl.admin.inc |
acl.admin.inc |
|
Implementations of administration functions for the acl module. |
acl.api.php |
acl.api.php |
|
API documentation for ACL. |
acl.info |
acl.info |
|
name = ACL
description = Access control list API. Has no features on its own.
package = Access control
core = 6.x |
acl.install |
acl.install |
|
Install, update and uninstall functions for the acl module. |
acl.module |
acl.module |
|
An API module providing by-user access control lists. |
CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG for ACL for Drupal 6
acl 6.x-1.x-dev:
Enhancements:
- Revise the README.txt file.
Bugs fixed:
- Fix a Coder complaint (no functional change).
- #1241816: Improve the wording of the Authcache message.
acl 6.x-1.4… |
INSTALL.txt |
INSTALL.txt |
|
Simply drop this module's directory into your modules directory and install via admin/build/modules. |
README.txt |
README.txt |
|
README.txt for ACL 6.x-1.x
>>>> Please feel free to suggest improvements and additions to this file! <<<<
Overview
--------
ACL has no UI of its own and unless some other module uses it, it won't appear
to add… |