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.
core = 7.x
package = Access control
files[] = tests/acl.test |
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. |
acl.test |
tests/acl.test |
|
Tests for the ACL module. |
acl_node_test.info |
tests/acl_node_test.info |
|
; $Id:$
name = "ACL Node module tests"
description = "Support module for ACL node related testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
files[] = acl_node_test.module |
acl_node_test.module |
tests/acl_node_test.module |
|
Dummy module implementing node related hooks to test API interaction with
the Node module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG for ACL for Drupal 7
acl 7.x-1.x-dev:
- #2650302 by Elin Yordanov: acl_save_form() insert query optimization.
acl 7.x-1.2 (2019-09-14):
Enhancement:
- #3080658 by salvis: Add acl_edit_form_get_user_list() function.
-… |
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 7.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… |