acl 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| acl-7.x-1.0.tar.gz | 15.26 KB | e6be35a245dbb381a225f9bd6dc09024 |
| acl-7.x-1.0.zip | 17.99 KB | c01f04edc31874c95d90e5d199533dd7 |
Release notes
This is 1.0 of ACL for Drupal 7.
ACL has been extensively tested (2500 sites using RC1 at the time of this release, without any bug reports).
Changes since RC1:
Enhancements:
- Add acl_node_add_acl_record() function to support extending the {acl_node} table.
Note: The Devel Node Access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/config/development/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
acl 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| acl-7.x-1.0-rc1.tar.gz | 14.05 KB | 84896352092634058e9250f84c51b43c |
| acl-7.x-1.0-rc1.zip | 16.85 KB | d904edd2db5f72582e0bd69554a8779e |
Release notes
This is RC1 of ACL for Drupal 7.
The prior BETA3 has been running without any error reports for close to 6 weeks with over 1300 known installations at the time of this release. There are no functional changes going to RC1 (except a temporary copy/paste error).
Please give it a last round of testing before we release 1.0. See #690618-12: ACL for D7 for details.
Changes since BETA3:
Bug fixes:
- Remove version number and file list from .info file now that it's not needed anymore.
- Fix typo introduced in prior commit.
- #1228214: Fully qualify field parameter in SelectQuery::condition() calls.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/config/development/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
acl 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.4.tar.gz | 12.2 KB | ffc1381031146ba235414de770e4e79a |
| acl-6.x-1.4.zip | 14.14 KB | eab958469100d7f90905a15b8f64dcbb |
Release notes
This is version 1.4 of ACL for Drupal 6.
This is a minor update, designed to provide especially new users with advanced notice about a conflict with the Authcache contrib module. If you are using 1.3 there is no need for updating.
Read moreacl 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| acl-7.x-1.0-beta3.tar.gz | 14.01 KB | 5c3027501c21cfae1c48490b000854c2 |
| acl-7.x-1.0-beta3.zip | 16.79 KB | 6f209020a3c223f6a8550abd13526c22 |
Release notes
This is BETA3 of ACL for Drupal 7.
We do not recommend installing it on a production site yet, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #690618-8: ACL for D7 for details.
Changes since BETA2:
Enhancements:
- Issue #852486 by salvis: Optimize acl_node_clear_acls().
- Add tests for acl_node_*().
- #968382: Install better indexes.
Bug fixes:
- Rename acl_create_new_acl() to acl_create_acl().
- Fix indenting, spacing, comments; remove useless helper functions. No functional changes.
- #1024114: Fix query in acl_get_id_by_name().
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/config/development/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
acl 5.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| acl-5.x-1.8.tar.gz | 11.56 KB | f3b32811d9dc30ad56407cd4fe235c0d |
| acl-5.x-1.8.zip | 13.2 KB | 15cc928bcdb80ce9c033b50cf8047e41 |
Release notes
This is version 1.8 of ACL for Drupal 5.
The purpose of this release is to catch the last changes and retire the -dev snapshot. Sites that run 1.7 successfully don't need to update to 1.8.
Changes since 1.7:
o #836822: Don't anonymize 'deny' grant records.
o #411210: Add German translation.
acl 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| acl-7.x-1.0-beta2.tar.gz | 15.47 KB | 2c380a7b71c5cac4057b595514a1cd6f |
| acl-7.x-1.0-beta2.zip | 20.95 KB | ff1e3211c77d3f3fd41814a0411b8a87 |
Release notes
This is BETA2 of ACL for Drupal 7.
There have been no bug reports since BETA1; BETA2 provides some API enhancements. We do not recommend installing it on a production site yet, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #690618: ACL for D7 for details.
Changes since BETA1:
Enhancements:
- Streamline code (no functional change).
- Add acl_get_ids_by_user() API.
- Add support for ACLs with name /and number/.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/config/development/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
Warning: There is a bug in this version of ACL that causes ACL to fail when used with the FlexiAccess module. Use the development snapshot instead until BETA3 becomes available. See #1024114: Fatal error in function acl_get_id_by_name for details.
acl 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.3.tar.gz | 11.78 KB | ee5a6125091a9916f71edecb88494cbe |
| acl-6.x-1.3.zip | 14 KB | 63b5c0117ca92fba9e38a36c52b5068d |
Release notes
This is version 1.3 of ACL for Drupal 6.
It has some minor bug fixes, some minor enhancements, and one major one: ACLs can now identified by a number as well as by a name. This has the potential to significantly speed up node access queries, if the client modules can and do adapt to this change.
Read moreacl 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| acl-7.x-1.0-beta1.tar.gz | 12.36 KB | c7adfe67cc4c782649e0751c6e2e0874 |
| acl-7.x-1.0-beta1.zip | 14.87 KB | 2f100b939121816e8ba74d2f2fb49574 |
Release notes
This is BETA1 of ACL for Drupal 7, ported from 6.x-1.1.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #690618: ACL for D7 for details.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/config/development/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
acl 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.2.tar.gz | 12.79 KB | ab30264b44563120681048996cabcabb |
| acl-6.x-1.2.zip | 16.58 KB | 1ba84f1ec0ee6267f785f2a44b679653 |
Release notes
This is version 1.2 of ACL for Drupal 6.
Version 1.0 has been working very solidly with the exception of a minor glitch when updating from Drupal 5. The reason for releasing 1.1 was to provide a defined base for starting the migration to Drupal 7.
Unfortunately, the fix was not perfect and had the potential to produce a harmless warning message. 1.2 avoids that warning message.
Changes since 1.0:
Enhancements:
- Clean up some minor coder issues (no functional changes).
Bugs fixed:
- #694236: Suppress a harmless but irritating warning from acl_update_6001(), introduced in the #680324 fix.
- #680324: Add missing index if upgraded from D5.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
Note the Drupal core issues listed on the ACL front page, which are outside the scope of ACL. Help resolve these issues to make ACL perform even better!
acl 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| acl-7.x-1.x-dev.tar.gz | 15.39 KB | ff830f46a4024b678e6eabf48eb9fc7f |
| acl-7.x-1.x-dev.zip | 18.14 KB | 84d0b37604943c318b7b661c5ea82ca9 |
Release notes
This is the development snapshot of ACL for Drupal 7.
See #809404: Forum Access for D7 for testing in the context of Forum Access for D7 and #836822: Node Access Workshop and #690610: Content Access - Port to Drupal 7 in the context of Content Access.
See the change log for the changes since the latest recommended release.
Read moreacl 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.1.tar.gz | 12.74 KB | b1a83e83396304ea0bafba0b81d1bf41 |
| acl-6.x-1.1.zip | 16.52 KB | 41d208d4c92e346acf0e4d6910ca3d63 |
Release notes
This is version 1.1 of ACL for Drupal 6.
Version 1.0 has been working very solidly with the exception of a minor glitch when updating from Drupal 5. The reason for releasing 1.1 is to provide a defined base for starting the migration to Drupal 7.
Note: The fix in 1.1 has the potential to produce a harmless warning message (see #694236: Duplicate key name 'nid' query: ALTER TABLE acl_node ADD INDEX nid (nid)). Update directly to 1.2 instead to avoid this message.
Changes since 1.0:
Enhancements:
- Clean up some minor coder issues (no functional changes).
Bugs fixed:
- #680324: Add missing index if upgraded from D5.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
Note the Drupal core issues listed on the ACL front page, which are outside the scope of ACL. Help resolve these issues to make ACL perform even better!
acl 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.0.tar.gz | 12.57 KB | f707c6d7de008cfd2936b501a5e22878 |
| acl-6.x-1.0.zip | 16.32 KB | dea151b83e3f5f0544157e4dfda9b951 |
Release notes
This is version 1.0 of ACL for Drupal 6.
It has been tested extensively by the community (>4000 installations according to the usage statistics) and we're confident that it works correctly.
Changes since RC1:
Enhancements:
- #243073: Update Swedish translation and add .pot file.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
Note the Drupal core issues listed on the ACL front page, which are outside the scope of ACL. Help resolve these issues to make ACL perform even better!
acl 5.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| acl-5.x-1.7.tar.gz | 10.77 KB | 503df1fd23350a10ebee96d0e9981457 |
| acl-5.x-1.7.zip | 12.06 KB | 212b38531b96446855a28557e0dae3f8 |
Release notes
Enhancements:
o Add new acl_get_uids() function.
o Improve hook_node_access_explain().
o #135687: Implement grant priority.
o #229451: Allow acl_edit_form() without pre-created acl_id.
acl 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.0-rc1.tar.gz | 12.19 KB | 8481ab80a5b41d54f2b63509c146a51d |
| acl-6.x-1.0-rc1.zip | 15.15 KB | a996782dd6f09aad95bea97897326f0a |
Release notes
This is RC1 of ACL for Drupal 6.
We have received very little feedback on ACL, but given the usage statistics it seems to be working fine. Still, we encourage you to test it thoroughly and provide feedback (both good and bad!) in the issues queue. See #322279-7: ACL for D6 Released for details.
Changes since BETA4:
Enhancements:
- #369918: Add German translation.
Bugs fixed:
- #371446: Use priority for the 'deny' grant, too.
This is the first version with working grant priorities, and by factoring out form code, it has become much lighter. This version is required for the new Forum Access and Image Gallery Access versions!
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that control access to any given node.
Note the Drupal core issues listed on the ACL front page.
acl 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.0-beta4.tar.gz | 11.66 KB | 09c312f2d6ec1d5410651baf6ed60a04 |
| acl-6.x-1.0-beta4.zip | 13.79 KB | 77c742d14fc784ade082eb39b56cc608 |
Release notes
This is BETA4 of ACL for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #322279: ACL for D6 Released for details.
Changes since BETA3:
Enhancements:
- Factor out form code into .inc file.
- Enable grant priority.
- Add new acl_get_uids() function.
This is the first version with working grant priorities, and by factoring out form code, it has become much lighter. This version is required for the new Forum Access and Image Gallery Access versions!
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that are controlling access to any given node.
Note the Drupal core issues listed on the ACL front page.
acl 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.0-beta3.tar.gz | 11.34 KB | 6d8da16ad98088d38f2c345df3399ca2 |
| acl-6.x-1.0-beta3.zip | 13.06 KB | fe6992dd2255220870ae44e50125af06 |
Release notes
This is BETA3 of ACL for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #322279: ACL for D6 Released for details.
Changes since BETA2:
- Fix upgrade path from D5 (change acl_id column to auto_increment).
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that are controlling access to any given node.
Note the Drupal core issues listed on the ACL front page.
acl 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.0-beta2.tar.gz | 11.19 KB | 81394fdf24daf00b676c94c0a1404126 |
| acl-6.x-1.0-beta2.zip | 12.89 KB | dd701bdd8e52ec87d1251dda61883304 |
Release notes
This is BETA2 of ACL for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #322279: ACL for D6 Released for details.
Changes since BETA1:
- #205012, by fago: Fixed the acl form to work correctly when integrated more than once into a form.
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that are controlling access to any given node.
Note the Drupal core issues listed on the ACL front page.
acl 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| acl-6.x-1.0-beta1.tar.gz | 11.15 KB | 7db2477c85ae32d72b63c16dd5294c1f |
| acl-6.x-1.0-beta1.zip | 12.88 KB | 39b0e8d5d64e55f16cc18c66a8334af3 |
Release notes
This is BETA1 of ACL for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See [#] for details.
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that are controlling access to any given node.
EDIT: It turns out that I tagged an obsolete version — please ignore this release and use BETA2 instead!
acl 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| acl-5.x-1.6.tar.gz | 10.31 KB | 6845cfe47cc4696891635ca9bafb73dd |
| acl-5.x-1.6.zip | 11.6 KB | d99db52bb825b91e774c1e342e581347 |
Release notes
Bugs fixed:
o Implement hook_user('delete') and remove orphaned {acl_user} records.
o #231096: implement hook_nodeapi('delete') and remove orphaned {acl_node} records.
These are minor bugs that didn't interfere with the proper operation of ACL in any way, but it doesn't make sense to keep orphaned records around, even if they don't hurt.
The real value of this release is in the new acl_node_access_explain() function. If you install the devel_node_access module, which is part of the Devel module, then you get a block that displays the "node_access entries for nodes shown on this page", and thanks to acl_node_access_explain() it will be much easier to interpret the information in the node_access entries (some of the information is provided by the client modules of ACL, so complain to them if it's not clear enough). This is a big help for understanding the forces that are controlling access to any given node.
This functionality is ported to D6.
acl 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| acl-5.x-1.5.tar.gz | 9.86 KB | 218046abf9dae870cef53be07aed524e |
| acl-5.x-1.5.zip | 11.06 KB | f48a4f0d258620c4b939b50e8a0ce943 |
Release notes
Bugs fixed:
o #168750: acl_id created without $db_prefix when using shared table.
o #169985: fixed acl db scheme (primary keys, utf8) and added an uninstallation routine
o #150106: tell the user to rebuild permissions after disabling ACL
o Fixed minor code formatting issue.
This release will be used for porting to Drupal 6.