You are here

CHANGELOG.txt in ACL 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 5 CHANGELOG.txt
  3. 6 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.
    - #3068936 by salvis: Implement acl_get_usernames($acl_id).
  Fixes:
    - #1147226 by Sutharsan: Document hook_enabled().
    - #1815158 by salvis: Fix PDO error under PostgreSQL & MS SQL Server.
    - #2580207 by mccrodp: Add missing acl_remove_all_users() function.
    - #2612464 by heykarthikwithu, salvis: Remove of unused variables in the code base.


acl 7.x-1.1 (2015-08-27):
  Enhancements:
    - Improve minor coding nits (no functional changes).
    - #2101809 by gisle, salvis: Improve support for the anonymous user.
    - Revise the README.txt file.
    - Make coder happy (no functional change).
    - Enable the tests (no functional change).
    - #1397828: Improve documentation of acl_edit_form() (no functional change).

acl 7.x-1.0 (2011-11-26):
  Enhancements:
    - Add acl_node_add_acl_record() function to support extending the {acl_node} table.

acl 7.x-1.0-rc1 (2011-08-10):
  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.

acl 7.x-1.0-beta3 (2011-04-17):
  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().

acl 7.x-1.0-beta2 (2011-01-08):
  Enhancements:
    - Streamline code (no functional change).
    - Add acl_get_ids_by_user() API.
    - Add support for ACLs with name /and number/.

acl 7.x-1.0-beta1 (2010-11-06):
  Enhancements:
    - Add $number to hook_acl_explain(), too.
    - Add new acl_add_nodes() function to add access control to multiple nodes selected by a subquery.
    - #936682: Add a 'number' column and some indexes to the {acl} table.
    - #761696: Add tests (work in progress).
    - Create new hook_acl_explain() to allow the client to explain its grant records.
    - Add acl_has_user($acl_id, $uid) API function.
  Port to D7:
    - Need to pass $form_state by reference to _acl_edit_form_after_build().
    - #946636: Fix WSOD due to core reloading the form from the cache and not loading include files.
    - #836822: Don't anonymize 'deny' grant records.
    - #836822: Fix some porting errors.
    - Fix line endings (no functional change).
    - #798106: Convert another left-over db_result() call.
    - #824642: Avoid type conversion problems when FALSE is passed rather than 0.
    - #798106: Fix incomplete porting (db_query).
    - #761696: Simpletests: provide some dummy files.
    - #798108: Remove drupal_install_schema() and drupal_uninstall_schema() calls.
    - Port database statements.
    - Use 6.x-1.1 and fix the applicable Coder errors.

File

CHANGELOG.txt
View source
  1. CHANGELOG for ACL for Drupal 7
  2. acl 7.x-1.x-dev:
  3. - #2650302 by Elin Yordanov: acl_save_form() insert query optimization.
  4. acl 7.x-1.2 (2019-09-14):
  5. Enhancement:
  6. - #3080658 by salvis: Add acl_edit_form_get_user_list() function.
  7. - #3068936 by salvis: Implement acl_get_usernames($acl_id).
  8. Fixes:
  9. - #1147226 by Sutharsan: Document hook_enabled().
  10. - #1815158 by salvis: Fix PDO error under PostgreSQL & MS SQL Server.
  11. - #2580207 by mccrodp: Add missing acl_remove_all_users() function.
  12. - #2612464 by heykarthikwithu, salvis: Remove of unused variables in the code base.
  13. acl 7.x-1.1 (2015-08-27):
  14. Enhancements:
  15. - Improve minor coding nits (no functional changes).
  16. - #2101809 by gisle, salvis: Improve support for the anonymous user.
  17. - Revise the README.txt file.
  18. - Make coder happy (no functional change).
  19. - Enable the tests (no functional change).
  20. - #1397828: Improve documentation of acl_edit_form() (no functional change).
  21. acl 7.x-1.0 (2011-11-26):
  22. Enhancements:
  23. - Add acl_node_add_acl_record() function to support extending the {acl_node} table.
  24. acl 7.x-1.0-rc1 (2011-08-10):
  25. Bug fixes:
  26. - Remove version number and file list from .info file now that it's not needed anymore.
  27. - Fix typo introduced in prior commit.
  28. - #1228214: Fully qualify field parameter in SelectQuery::condition() calls.
  29. acl 7.x-1.0-beta3 (2011-04-17):
  30. Enhancements:
  31. - Issue #852486 by salvis: Optimize acl_node_clear_acls().
  32. - Add tests for acl_node_*().
  33. - #968382: Install better indexes.
  34. Bug fixes:
  35. - Rename acl_create_new_acl() to acl_create_acl().
  36. - Fix indenting, spacing, comments; remove useless helper functions. No functional changes.
  37. - #1024114: Fix query in acl_get_id_by_name().
  38. acl 7.x-1.0-beta2 (2011-01-08):
  39. Enhancements:
  40. - Streamline code (no functional change).
  41. - Add acl_get_ids_by_user() API.
  42. - Add support for ACLs with name /and number/.
  43. acl 7.x-1.0-beta1 (2010-11-06):
  44. Enhancements:
  45. - Add $number to hook_acl_explain(), too.
  46. - Add new acl_add_nodes() function to add access control to multiple nodes selected by a subquery.
  47. - #936682: Add a 'number' column and some indexes to the {acl} table.
  48. - #761696: Add tests (work in progress).
  49. - Create new hook_acl_explain() to allow the client to explain its grant records.
  50. - Add acl_has_user($acl_id, $uid) API function.
  51. Port to D7:
  52. - Need to pass $form_state by reference to _acl_edit_form_after_build().
  53. - #946636: Fix WSOD due to core reloading the form from the cache and not loading include files.
  54. - #836822: Don't anonymize 'deny' grant records.
  55. - #836822: Fix some porting errors.
  56. - Fix line endings (no functional change).
  57. - #798106: Convert another left-over db_result() call.
  58. - #824642: Avoid type conversion problems when FALSE is passed rather than 0.
  59. - #798106: Fix incomplete porting (db_query).
  60. - #761696: Simpletests: provide some dummy files.
  61. - #798108: Remove drupal_install_schema() and drupal_uninstall_schema() calls.
  62. - Port database statements.
  63. - Use 6.x-1.1 and fix the applicable Coder errors.