You are here

CHANGELOG.txt in ACL 5

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7 CHANGELOG.txt
CHANGELOG for ACL for Drupal 5

ACL 5.x-1.8 (2010-07-17):
    o #836822: Don't anonymize 'deny' grant records.
    o #411210: Add German translation.

  
ACL 5.x-1.7 (2009-05-23):
  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 5.x-1.6 (2008-03-12):
  Enhancements:
    o Improve acl_node_access_explain().
    o New hook_node_access_explain() to help debugging with devel_node_access.module (existing functionality is unchanged!).
  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.


ACL 5.x-1.5:
  Bugs fixed (2007-11-17):
    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.


ACL 5.x-1.4:
  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

File

CHANGELOG.txt
View source
  1. CHANGELOG for ACL for Drupal 5
  2. ACL 5.x-1.8 (2010-07-17):
  3. o #836822: Don't anonymize 'deny' grant records.
  4. o #411210: Add German translation.
  5. ACL 5.x-1.7 (2009-05-23):
  6. Enhancements:
  7. o Add new acl_get_uids() function.
  8. o Improve hook_node_access_explain().
  9. o #135687: Implement grant priority.
  10. o #229451: Allow acl_edit_form() without pre-created acl_id.
  11. ACL 5.x-1.6 (2008-03-12):
  12. Enhancements:
  13. o Improve acl_node_access_explain().
  14. o New hook_node_access_explain() to help debugging with devel_node_access.module (existing functionality is unchanged!).
  15. Bugs fixed:
  16. o Implement hook_user('delete') and remove orphaned {acl_user} records.
  17. o #231096: implement hook_nodeapi('delete') and remove orphaned {acl_node} records.
  18. ACL 5.x-1.5:
  19. Bugs fixed (2007-11-17):
  20. o #168750: acl_id created without $db_prefix when using shared table.
  21. o #169985: fixed acl db scheme (primary keys, utf8) and added an uninstallation routine
  22. o #150106: tell the user to rebuild permissions after disabling ACL
  23. o Fixed minor code formatting issue.
  24. ACL 5.x-1.4:
  25. Bugs fixed:
  26. o fixed acl_remove_user()
  27. o Changed acl_has_users() to use a COUNT() query rather than db_affected_rows()
  28. which isn't always reliable on SELECT queries.
  29. o fixed htmlspecialchars() warning if one removes the last user from an
  30. o #135684 follow up, fixes denying access only to nodes that are assigned to an
  31. o #135684 implement hook node grants and some other improvements
  32. o #124070: acl_add_user had a typo preventing it from working.
  33. o #124088: E_ALL fix in acl_edit_form