You are here

CHANGELOG.txt in ACL 8

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


acl 8.x-1.x-dev:


acl 8.x-1.0-beta1 (2021-02-19):
  Fixes:
    - #3191157 by EclipseGc: Get tests passing.
  Tasks:
    - #3160344 by the_turk: Add Drupal 9 compatibility for test module.
    - #3124588 by unrealauk: Update core_version_requirement and test base class for D9 compatibility.


acl 8.x-1.0-alpha2 (2019-09-23):
  Enhancements:
    - #2650302 by Elin Yordanov: acl_save_form() insert query optimization.
    - #3013368 by volkswagenchick: README - formatting, configs and useful links.
    - #2851571 by Tomazetti: Add user using entity_autocomplete instead of textfield.
    - #3080658 by salvis: Add acl_edit_form_get_user_list() function.
  Fixes:
    - #1147226 by Sutharsan: Document hook_enabled().
    - #3081033 by salvis: Test failure: No migrations created for id 'd7_node__test_content_type'.
    - #2659944 by salvis: Test failure: Yet another attempt...
    - #2951661 by nevergone: Add source_module and destination_module property for migrations.
    - #2659944 by salvis: Test failure: Adjust more namespaces for D81.
    - #2659944 by salvis: Test failure: Adjust namespace for MigrateDestinationInterface base interface for D81, too.
    - #2659944 by salvis: Test failure: Adjust namespace for MigrateDrupal7TestBase base class for D81, too.
    - #2659944 by salvis: Test failure: Adjust namespace for MigrateDrupal6TestBase base class for D81.
    - #2580207 by mccrodp: Add missing acl_remove_all_users() function.
  Tasks:
    - #2771045 by Pradnya Pingat, salvis: Remove @file tag docblock from all the .php files.
    - #3054461 by neeravbm, salvis: Replace deprecated db_* calls.
    - #2720005 by pashupathi nath gajawada, salvis: Replace deprecated entityManager().
    - #3082852 by salvis: Replace deprecated getUsername() with getAccountName().
    - #2610538 by id.tarzanych: Replace Database::getConnection() with \Drupal::database().

acl 8.x-1.0-alpha1 (2015-10-19):
  Port to D8:
    - #2495027 by id.tarzanych, salvis: Initial port to D8.
        * Developed Migrate API mapping and covered it with tests.
        * Changed 'number' column name to 'figure'.

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 8 & 9
  2. acl 8.x-1.x-dev:
  3. acl 8.x-1.0-beta1 (2021-02-19):
  4. Fixes:
  5. - #3191157 by EclipseGc: Get tests passing.
  6. Tasks:
  7. - #3160344 by the_turk: Add Drupal 9 compatibility for test module.
  8. - #3124588 by unrealauk: Update core_version_requirement and test base class for D9 compatibility.
  9. acl 8.x-1.0-alpha2 (2019-09-23):
  10. Enhancements:
  11. - #2650302 by Elin Yordanov: acl_save_form() insert query optimization.
  12. - #3013368 by volkswagenchick: README - formatting, configs and useful links.
  13. - #2851571 by Tomazetti: Add user using entity_autocomplete instead of textfield.
  14. - #3080658 by salvis: Add acl_edit_form_get_user_list() function.
  15. Fixes:
  16. - #1147226 by Sutharsan: Document hook_enabled().
  17. - #3081033 by salvis: Test failure: No migrations created for id 'd7_node__test_content_type'.
  18. - #2659944 by salvis: Test failure: Yet another attempt...
  19. - #2951661 by nevergone: Add source_module and destination_module property for migrations.
  20. - #2659944 by salvis: Test failure: Adjust more namespaces for D81.
  21. - #2659944 by salvis: Test failure: Adjust namespace for MigrateDestinationInterface base interface for D81, too.
  22. - #2659944 by salvis: Test failure: Adjust namespace for MigrateDrupal7TestBase base class for D81, too.
  23. - #2659944 by salvis: Test failure: Adjust namespace for MigrateDrupal6TestBase base class for D81.
  24. - #2580207 by mccrodp: Add missing acl_remove_all_users() function.
  25. Tasks:
  26. - #2771045 by Pradnya Pingat, salvis: Remove @file tag docblock from all the .php files.
  27. - #3054461 by neeravbm, salvis: Replace deprecated db_* calls.
  28. - #2720005 by pashupathi nath gajawada, salvis: Replace deprecated entityManager().
  29. - #3082852 by salvis: Replace deprecated getUsername() with getAccountName().
  30. - #2610538 by id.tarzanych: Replace Database::getConnection() with \Drupal::database().
  31. acl 8.x-1.0-alpha1 (2015-10-19):
  32. Port to D8:
  33. - #2495027 by id.tarzanych, salvis: Initial port to D8.
  34. * Developed Migrate API mapping and covered it with tests.
  35. * Changed 'number' column name to 'figure'.
  36. acl 7.x-1.1 (2015-08-27):
  37. Enhancements:
  38. - Improve minor coding nits (no functional changes).
  39. - #2101809 by gisle, salvis: Improve support for the anonymous user.
  40. - Revise the README.txt file.
  41. - Make coder happy (no functional change).
  42. - Enable the tests (no functional change).
  43. - #1397828: Improve documentation of acl_edit_form() (no functional change).
  44. acl 7.x-1.0 (2011-11-26):
  45. Enhancements:
  46. - Add acl_node_add_acl_record() function to support extending the {acl_node} table.
  47. acl 7.x-1.0-rc1 (2011-08-10):
  48. Bug fixes:
  49. - Remove version number and file list from .info file now that it's not needed anymore.
  50. - Fix typo introduced in prior commit.
  51. - #1228214: Fully qualify field parameter in SelectQuery::condition() calls.
  52. acl 7.x-1.0-beta3 (2011-04-17):
  53. Enhancements:
  54. - Issue #852486 by salvis: Optimize acl_node_clear_acls().
  55. - Add tests for acl_node_*().
  56. - #968382: Install better indexes.
  57. Bug fixes:
  58. - Rename acl_create_new_acl() to acl_create_acl().
  59. - Fix indenting, spacing, comments; remove useless helper functions. No functional changes.
  60. - #1024114: Fix query in acl_get_id_by_name().
  61. acl 7.x-1.0-beta2 (2011-01-08):
  62. Enhancements:
  63. - Streamline code (no functional change).
  64. - Add acl_get_ids_by_user() API.
  65. - Add support for ACLs with name /and number/.
  66. acl 7.x-1.0-beta1 (2010-11-06):
  67. Enhancements:
  68. - Add $number to hook_acl_explain(), too.
  69. - Add new acl_add_nodes() function to add access control to multiple nodes selected by a subquery.
  70. - #936682: Add a 'number' column and some indexes to the {acl} table.
  71. - #761696: Add tests (work in progress).
  72. - Create new hook_acl_explain() to allow the client to explain its grant records.
  73. - Add acl_has_user($acl_id, $uid) API function.
  74. Port to D7:
  75. - Need to pass $form_state by reference to _acl_edit_form_after_build().
  76. - #946636: Fix WSOD due to core reloading the form from the cache and not loading include files.
  77. - #836822: Don't anonymize 'deny' grant records.
  78. - #836822: Fix some porting errors.
  79. - Fix line endings (no functional change).
  80. - #798106: Convert another left-over db_result() call.
  81. - #824642: Avoid type conversion problems when FALSE is passed rather than 0.
  82. - #798106: Fix incomplete porting (db_query).
  83. - #761696: Simpletests: provide some dummy files.
  84. - #798108: Remove drupal_install_schema() and drupal_uninstall_schema() calls.
  85. - Port database statements.
  86. - Use 6.x-1.1 and fix the applicable Coder errors.