Releases for ACL
acl 5.x-1.6
Download: acl-5.x-1.6.tar.gz
Size: 10.31 KB
md5_file hash: 6845cfe47cc4696891635ca9bafb73dd
First released: March 12, 2008 - 22:14
Last updated: March 12, 2008 - 22:15
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: acl-5.x-1.5.tar.gz
Size: 9.86 KB
md5_file hash: 218046abf9dae870cef53be07aed524e
First released: November 30, 2007 - 19:03
Last updated: November 30, 2007 - 19:05
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.
acl 5.x-1.4
Download: acl-5.x-1.4.tar.gz
Size: 9.13 KB
md5_file hash: 23a3472237e4d2e42861272ed901a59f
First released: May 19, 2007 - 16:33
Last updated: May 19, 2007 - 16:35
Bugs fixed:
o fixed acl_remove_user()
o Changed acl_has_users() to use a COUNT() query rather than db_affected_rows() which isn't always reliable on SELECT queries.
o fixed htmlspecialchars() warning if one removes the last user from an
o #135684 follow up, fixes denying access only to nodes that are assigned to an
o #135684 implement hook node grants and some other improvements
o #124070: acl_add_user had a typo preventing it from working.
o #124088: E_ALL fix in acl_edit_form
acl 5.x-1.3
Download: acl-5.x-1.3.tar.gz
Size: 8.62 KB
md5_file hash: 7e79579028429046276208c7ddad4499
First released: January 16, 2007 - 04:03
Last updated: January 16, 2007 - 00:05
Additional release because the last one was incorrect.
acl 5.x-1.2
Download: acl-5.x-1.2.tar.gz
Size: 8.55 KB
md5_file hash: 70c1e773ad4e060b0939ffef2c76cce3
First released: January 16, 2007 - 03:56
Last updated: January 16, 2007 - 00:00
Adds a check to see if an ACL implementing module actually exists, and if so ignores its ACLs.
acl 5.x-1.1
Download: acl-5.x-1.1.tar.gz
Size: 8.54 KB
md5_file hash: bbbd45602fcaa1a9afb89965c1038942
First released: November 21, 2006 - 21:40
Last updated: November 21, 2006 - 17:45
o #94120 -- change in #form_submitted caused form gadget to no longer function.
o #97023 -- fix to PGSQL install
acl 5.x-1.x-dev
Download: acl-5.x-1.x-dev.tar.gz
Size: 10.68 KB
md5_file hash: 0283ccef8e5462f81e97447fc7eeb877
First released: November 11, 2006 - 18:53
Last updated: May 8, 2008 - 00:00
Development snapshot of the Drupal 5 branch.
Changes since acl 5.x-1.5.
Bug Fix:
- #231096: Implement hook_nodeapi('delete') and remove orphaned {acl_node} records.
Enhancement:
- New hook_node_access_explain() to help debugging with devel_node_access.module (existing functionality is unchanged!).
acl 5.x-1.0
Download: acl-5.x-1.0.tar.gz
Size: 8.29 KB
md5_file hash: 795eadd8b849ddfeb45fea402975a920
First released: November 11, 2006 - 18:52
Last updated: November 11, 2006 - 18:55
Initial stable release of ACL 1.0
acl 6.x-1.x-dev
Download: acl-6.x-1.x-dev.tar.gz
Size: 11.13 KB
md5_file hash: 7437d28643fb5525bb6aebe2b4785ec7
First released: November 11, 2006 - 09:14
Last updated: July 22, 2008 - 00:00
ACL Port to Drupal 6.
This is ready for testing, but do not use on a production site yet!
Please provide feedback (positive and negative) in the issues queue!
Note: The devel_node_access module, which is part of the Devel module, implements hook_node_access_explain(), which provides human-readable information about the entries in your {node_access} table. 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.
