You are here

CHANGELOG.txt in ACL 6

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 5 CHANGELOG.txt
  3. 7 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 (2011-07-26):
  Enhancements:
    - Provide compatibility warning about Authcache contrib module.


acl 6.x-1.3 (2011-01-06):
  Bugs fixed:
    - Remove the premature acl_views_api() hook implementation (we're not ready for Views yet).
    - #836822: Don't anonymize 'deny' grant records.
    - #793380: Remove t() calls from hook_schema according to #332123.
  Enhancements:
    - #968382: Install better indexes.
    - Remove translation files in favor of localize.drupal.org.
    - #936682: Add a 'number' column and some indexes to the {acl} table.
    - Create new hook_acl_explain() to allow the client to explain its grant records.
    - #759882: Add acl_remove_all_users($acl_id) API function.
    - Add acl_has_user($acl_id, $uid) API function.

acl 6.x-1.2 (2010-01-25):
  Bugs fixed:
    - #694236: Suppress a harmless but irritating warning from acl_update_6001().

acl 6.x-1.1 (2010-01-24):
  Bugs fixed:
    - #680324: Add missing index if upgraded from D5.
  Enhancements:
    - Clean up some minor coder issues (no functional changes).

acl 6.x-1.0 (2009-06-03):
  Enhancements:
    - #243073: Update Swedish translation and add .pot file.

acl 6.x-1.x-RC1 (2009-04-29):
  Enhancements:
    - #369918: Add German translation.
  Bugs fixed:
    - #371446: Use priority for the 'deny' grant, too.

acl 6.x-1.x-BETA4 (2009-01-29):
  Enhancements:
    - Factor out form code into .inc file.
    - Enable grant priority.
    - Add new acl_get_uids() function.

acl 6.x-1.x-BETA3 (2009-01-03):
  Bugs fixed:
    - Fix upgrade path from D5 (change acl_id column to auto_increment).

acl 6.x-1.x-BETA2 (2008-10-14):
  Bugs fixed:
    - #205012, by fago: Fixed the acl form to work correctly when integrated more than once into a form.

acl 6.x-1.x-BETA1 (2008-10-14):
  Porting to D6:
    - Fix cosmetic coder issues (no functional change).
    - #243073: Add Swedish translation.
    - Improve hook_node_access_explain().
    - #135687: Implement grant priority.
    - #229451: Allow acl_edit_form() without pre-created acl_id.
    - Implement hook_user('delete') and remove orphaned {acl_user} records.
    - #232413: Fix error message when removing the last moderator.
    - #231096: Implement hook_nodeapi('delete') and remove orphaned {acl_node} records.
    - Improve acl_node_access_explain().
    - Avoid generating E_NOTICEs.
    - Make [Delete] button work.
    - Fix index conflict.
    - Make the embeddable form work.
    - It's really hook_node_access_explain().
    - Ported to D6 (and inadvertently committed hook_node_access_interpret()).
    - Copied from 5.x-1.5.

File

CHANGELOG.txt
View source
  1. CHANGELOG for ACL for Drupal 6
  2. acl 6.x-1.x-dev:
  3. Enhancements:
  4. - Revise the README.txt file.
  5. Bugs fixed:
  6. - Fix a Coder complaint (no functional change).
  7. - #1241816: Improve the wording of the Authcache message.
  8. acl 6.x-1.4 (2011-07-26):
  9. Enhancements:
  10. - Provide compatibility warning about Authcache contrib module.
  11. acl 6.x-1.3 (2011-01-06):
  12. Bugs fixed:
  13. - Remove the premature acl_views_api() hook implementation (we're not ready for Views yet).
  14. - #836822: Don't anonymize 'deny' grant records.
  15. - #793380: Remove t() calls from hook_schema according to #332123.
  16. Enhancements:
  17. - #968382: Install better indexes.
  18. - Remove translation files in favor of localize.drupal.org.
  19. - #936682: Add a 'number' column and some indexes to the {acl} table.
  20. - Create new hook_acl_explain() to allow the client to explain its grant records.
  21. - #759882: Add acl_remove_all_users($acl_id) API function.
  22. - Add acl_has_user($acl_id, $uid) API function.
  23. acl 6.x-1.2 (2010-01-25):
  24. Bugs fixed:
  25. - #694236: Suppress a harmless but irritating warning from acl_update_6001().
  26. acl 6.x-1.1 (2010-01-24):
  27. Bugs fixed:
  28. - #680324: Add missing index if upgraded from D5.
  29. Enhancements:
  30. - Clean up some minor coder issues (no functional changes).
  31. acl 6.x-1.0 (2009-06-03):
  32. Enhancements:
  33. - #243073: Update Swedish translation and add .pot file.
  34. acl 6.x-1.x-RC1 (2009-04-29):
  35. Enhancements:
  36. - #369918: Add German translation.
  37. Bugs fixed:
  38. - #371446: Use priority for the 'deny' grant, too.
  39. acl 6.x-1.x-BETA4 (2009-01-29):
  40. Enhancements:
  41. - Factor out form code into .inc file.
  42. - Enable grant priority.
  43. - Add new acl_get_uids() function.
  44. acl 6.x-1.x-BETA3 (2009-01-03):
  45. Bugs fixed:
  46. - Fix upgrade path from D5 (change acl_id column to auto_increment).
  47. acl 6.x-1.x-BETA2 (2008-10-14):
  48. Bugs fixed:
  49. - #205012, by fago: Fixed the acl form to work correctly when integrated more than once into a form.
  50. acl 6.x-1.x-BETA1 (2008-10-14):
  51. Porting to D6:
  52. - Fix cosmetic coder issues (no functional change).
  53. - #243073: Add Swedish translation.
  54. - Improve hook_node_access_explain().
  55. - #135687: Implement grant priority.
  56. - #229451: Allow acl_edit_form() without pre-created acl_id.
  57. - Implement hook_user('delete') and remove orphaned {acl_user} records.
  58. - #232413: Fix error message when removing the last moderator.
  59. - #231096: Implement hook_nodeapi('delete') and remove orphaned {acl_node} records.
  60. - Improve acl_node_access_explain().
  61. - Avoid generating E_NOTICEs.
  62. - Make [Delete] button work.
  63. - Fix index conflict.
  64. - Make the embeddable form work.
  65. - It's really hook_node_access_explain().
  66. - Ported to D6 (and inadvertently committed hook_node_access_interpret()).
  67. - Copied from 5.x-1.5.