You are here

CHANGELOG.txt in Forum Access 7

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


forum_access 7.x-1.x-dev:


forum_access 7.x-1.4 (2019-09-25):
  Bugs fixed:
    - #3003279 by salvis, ron_s: Forum node migration generates warning errors.
    - #3002918 by ron_s: Define primary key for the {forum_access} table.
    - #3068844 by salvis: Fix PhpStorm red flags (no functional change).
    - #3068829 by salvis: Fix Warning: count(): Parameter must be an array or an object that implements Countable in form_process_radios() (line 3183 of includes\form.inc).
    - Avoid notices in a test.
  Enhancement:
    - #3083683 by salvis: Hide inaccessible forums from the forum list.
    - #2958547 by salvis: Support non-forum nodes with optional forum_taxonomy field.


forum_access 7.x-1.3 (2016-08-16):
  Bugs fixed:
    - #2783863: Remove call to non-existent _forum_access_preprocess_comment() function.
    - #2463055 by DrCord: Fix 'Use of undefined constant uids' notice.
    - #2276445 by Bastlynn: Avoid a notice when a comment pending for notification has been deleted.
    - #2147183 by sadashiv: Notices in user_role_delete() when upgrading from D6 to D7.
    - #2005352 by EAnushan: Avoid trashing the saved tid when another module calls menu_get_item() with a different $path.
    - #1849288: Clean up the helpful information for Content Access.
    - Avoid a notice on admin/index.
    - #1793504 by RedRat: Fix non-translatable string.

forum_access 7.x-1.2 (2012-09-15):
  Bug fixed:
    - #1775204: Avoid crashing the site if FA encounters CMA 1.x (when the upgrade instructions aren't being followed).

forum_access 7.x-1.1 (2012-09-02):
  Enhancements:
    - Fix all Coder complaints (no functional changes).
    - #1757616: Switch to 2.x branch of Chain Menu Access API module.
    - Revised the README.txt file.
    - Work around all false Coder Review positives (no functional change).
  Bugs fixed:
    - Increase timeout for the tests to ensure they go through on slow computers.
    - Clean up the dependencies for testing (no functional change).
    - #1768330: Remove the broken D5 Legacy Mode which never worked for D7.
    - #1701504: Give moderators access to the administrative node properties and add tests.
    - Remove the version requirement in the .info file to avoid breaking the testbot (#1768442).
    - Avoid an E_STRICT warning (no functional change).
    - Remove the unnecessary hook_requirements().
    - #1706040: Avoid crashing in the presence of content_access.module.
    - Fix forum_access_requirements() to always return an array().
    - Replace $_GET['q'] with current_path(), for D8.

forum_access 7.x-1.0 (2012-04-02):
forum_access 7.x-1.0-rc2 (2012-03-16):
  Bugs fixed:
   - #1478822: Use user_roles() to allow translation of built-in roles and because it's the right way.
   - Remove some left-over code from D6.
   - Use node_load_multiple() for updating the permissions.
   - #1321864 by David4514: Fix unnecessary suppression of non-standard fields on add/edit node form for moderators.

forum_access 7.x-1.0-rc1 (2012-02-19):
  Bugs fixed:
    - #1429220: Fix extending edit/delete own forum content permissions to comments and clarify information.
    - Show proper mouse-over hints on the forum settings pages.
    - Fix the ForumAccessBaseTestCase.
    - Adjust POST to the Devel Settings page to Devel change.

forum_access 7.x-1.0-beta2 (2012-01-05):
  Bugs fixed:
    - Use url() to format links in tests to be compatible with qa.d.o.
    - Avoid trying to enable non-existing modules in tests (especially on qa.d.o).
    - Override the invalid inherited testEnableForumField() test in the ForumTestCase base class.
    - #1343568: Fix reference to the test file.
    - #1325850: Fix a left-over D6 db_result() call.
    - #1244406: Remove ACL version requirement.
    - #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.

forum_access 7.x-1.0-beta1 (2011-07-07):
  Bugs fixed:
    - Make template forum selection optional.
    - #1210900 by ohnobinki, salvis: Enable caching of the 'create' case in forum_access_node_access().
    - First attempt to handle unpublished nodes.
    - Make Edit and Delete depend on View.
    - #1097692 by salvis: Fix array_merge() warning on comment previews.
    - Fix initialization of template forum selection.

forum_access 7.x-1.0-alpha4 (2011-01-16):
  Bugs fixed:
    - Implement node and comment edit forms for moderators.
    - Fix comment links.
    - Disable 'edit own comments' permission and document this.
    - Fix the tests to ignore 'edit own comments' but to account for 'edit/delete any/own forum content'.
    - Reorder the tests to make the more difficult ones come first.
    - In the test suite, rename the roles and users to more accurately reflect the names of the permissions they represent.
    - #1020852: Fix "Undefined variable: node in forum_access_menu_get_item_alter() line 341".
    - #1019572: Add '>=' operator to ACL dependency.

forum_access 7.x-1.0-alpha3 (2011-01-08):
  Bugs fixed:
    - Major update to fix various bugs and adapt to late changes in the Form API of D7 core.
    - Remove remaining references to {acl.name}.
    - Clean up / enable tests.
    - Port update 6106 to secure upgrade path from D6.
    - #1016088: Avoid calling reset() on non-variables.
    - #993056: Remove call-time pass-by-reference typos.
    - #999556: Adapt to changed signature of hook_menu_view().
    - #996130: Fix undefined index 'buttons' notice.
    - Fix tests to install the newly required chain_menu_access.module.
    - The D6 moderator role is removed during upgrading, no need to remove it in hook_uninstall(), too.

forum_access 7.x-1.0-alpha2 (2010-12-11):
  Enhancement:
    - Use the Chain Menu Access API.
  Bugs fixed:
    - Fix some minor bugs.
    - Add missing assertFieldEnabled()/assertFieldDisabled() function that haven't made it into core (see #882564).
    - Remove the need for the hook_menu_get_item_alter() patch.
    - Some code clean-up, no functional changes.
    - Fix invalid use of t().
    - #964762: Fix undefined variable notice for $na_modules.

forum_access 7.x-1.0-alpha1 (2010-11-07):
  Port fixes from 6.x-1.5:
    - #745002: Fix missing 'delete comment' link for users with the 'administer comments' permission.
    - #906430: Add a missing preg_match() call.
    - #810422: Fix public forums not being visible to Anonymous on the overview page, due to missing default records in the {node_access} table.
    - Always display the 'Update even if unchanged' checkbox, except for new forums/containers.
    - Fix inability to save Create and View access for roles with the 'administer nodes' permission.
  Porting to D7:
    - Initial port of 6.x-1.4, add extensive tests.

File

CHANGELOG.txt
View source
  1. CHANGELOG for Forum Access for Drupal 7
  2. forum_access 7.x-1.x-dev:
  3. forum_access 7.x-1.4 (2019-09-25):
  4. Bugs fixed:
  5. - #3003279 by salvis, ron_s: Forum node migration generates warning errors.
  6. - #3002918 by ron_s: Define primary key for the {forum_access} table.
  7. - #3068844 by salvis: Fix PhpStorm red flags (no functional change).
  8. - #3068829 by salvis: Fix Warning: count(): Parameter must be an array or an object that implements Countable in form_process_radios() (line 3183 of includes\form.inc).
  9. - Avoid notices in a test.
  10. Enhancement:
  11. - #3083683 by salvis: Hide inaccessible forums from the forum list.
  12. - #2958547 by salvis: Support non-forum nodes with optional forum_taxonomy field.
  13. forum_access 7.x-1.3 (2016-08-16):
  14. Bugs fixed:
  15. - #2783863: Remove call to non-existent _forum_access_preprocess_comment() function.
  16. - #2463055 by DrCord: Fix 'Use of undefined constant uids' notice.
  17. - #2276445 by Bastlynn: Avoid a notice when a comment pending for notification has been deleted.
  18. - #2147183 by sadashiv: Notices in user_role_delete() when upgrading from D6 to D7.
  19. - #2005352 by EAnushan: Avoid trashing the saved tid when another module calls menu_get_item() with a different $path.
  20. - #1849288: Clean up the helpful information for Content Access.
  21. - Avoid a notice on admin/index.
  22. - #1793504 by RedRat: Fix non-translatable string.
  23. forum_access 7.x-1.2 (2012-09-15):
  24. Bug fixed:
  25. - #1775204: Avoid crashing the site if FA encounters CMA 1.x (when the upgrade instructions aren't being followed).
  26. forum_access 7.x-1.1 (2012-09-02):
  27. Enhancements:
  28. - Fix all Coder complaints (no functional changes).
  29. - #1757616: Switch to 2.x branch of Chain Menu Access API module.
  30. - Revised the README.txt file.
  31. - Work around all false Coder Review positives (no functional change).
  32. Bugs fixed:
  33. - Increase timeout for the tests to ensure they go through on slow computers.
  34. - Clean up the dependencies for testing (no functional change).
  35. - #1768330: Remove the broken D5 Legacy Mode which never worked for D7.
  36. - #1701504: Give moderators access to the administrative node properties and add tests.
  37. - Remove the version requirement in the .info file to avoid breaking the testbot (#1768442).
  38. - Avoid an E_STRICT warning (no functional change).
  39. - Remove the unnecessary hook_requirements().
  40. - #1706040: Avoid crashing in the presence of content_access.module.
  41. - Fix forum_access_requirements() to always return an array().
  42. - Replace $_GET['q'] with current_path(), for D8.
  43. forum_access 7.x-1.0 (2012-04-02):
  44. forum_access 7.x-1.0-rc2 (2012-03-16):
  45. Bugs fixed:
  46. - #1478822: Use user_roles() to allow translation of built-in roles and because it's the right way.
  47. - Remove some left-over code from D6.
  48. - Use node_load_multiple() for updating the permissions.
  49. - #1321864 by David4514: Fix unnecessary suppression of non-standard fields on add/edit node form for moderators.
  50. forum_access 7.x-1.0-rc1 (2012-02-19):
  51. Bugs fixed:
  52. - #1429220: Fix extending edit/delete own forum content permissions to comments and clarify information.
  53. - Show proper mouse-over hints on the forum settings pages.
  54. - Fix the ForumAccessBaseTestCase.
  55. - Adjust POST to the Devel Settings page to Devel change.
  56. forum_access 7.x-1.0-beta2 (2012-01-05):
  57. Bugs fixed:
  58. - Use url() to format links in tests to be compatible with qa.d.o.
  59. - Avoid trying to enable non-existing modules in tests (especially on qa.d.o).
  60. - Override the invalid inherited testEnableForumField() test in the ForumTestCase base class.
  61. - #1343568: Fix reference to the test file.
  62. - #1325850: Fix a left-over D6 db_result() call.
  63. - #1244406: Remove ACL version requirement.
  64. - #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.
  65. forum_access 7.x-1.0-beta1 (2011-07-07):
  66. Bugs fixed:
  67. - Make template forum selection optional.
  68. - #1210900 by ohnobinki, salvis: Enable caching of the 'create' case in forum_access_node_access().
  69. - First attempt to handle unpublished nodes.
  70. - Make Edit and Delete depend on View.
  71. - #1097692 by salvis: Fix array_merge() warning on comment previews.
  72. - Fix initialization of template forum selection.
  73. forum_access 7.x-1.0-alpha4 (2011-01-16):
  74. Bugs fixed:
  75. - Implement node and comment edit forms for moderators.
  76. - Fix comment links.
  77. - Disable 'edit own comments' permission and document this.
  78. - Fix the tests to ignore 'edit own comments' but to account for 'edit/delete any/own forum content'.
  79. - Reorder the tests to make the more difficult ones come first.
  80. - In the test suite, rename the roles and users to more accurately reflect the names of the permissions they represent.
  81. - #1020852: Fix "Undefined variable: node in forum_access_menu_get_item_alter() line 341".
  82. - #1019572: Add '>=' operator to ACL dependency.
  83. forum_access 7.x-1.0-alpha3 (2011-01-08):
  84. Bugs fixed:
  85. - Major update to fix various bugs and adapt to late changes in the Form API of D7 core.
  86. - Remove remaining references to {acl.name}.
  87. - Clean up / enable tests.
  88. - Port update 6106 to secure upgrade path from D6.
  89. - #1016088: Avoid calling reset() on non-variables.
  90. - #993056: Remove call-time pass-by-reference typos.
  91. - #999556: Adapt to changed signature of hook_menu_view().
  92. - #996130: Fix undefined index 'buttons' notice.
  93. - Fix tests to install the newly required chain_menu_access.module.
  94. - The D6 moderator role is removed during upgrading, no need to remove it in hook_uninstall(), too.
  95. forum_access 7.x-1.0-alpha2 (2010-12-11):
  96. Enhancement:
  97. - Use the Chain Menu Access API.
  98. Bugs fixed:
  99. - Fix some minor bugs.
  100. - Add missing assertFieldEnabled()/assertFieldDisabled() function that haven't made it into core (see #882564).
  101. - Remove the need for the hook_menu_get_item_alter() patch.
  102. - Some code clean-up, no functional changes.
  103. - Fix invalid use of t().
  104. - #964762: Fix undefined variable notice for $na_modules.
  105. forum_access 7.x-1.0-alpha1 (2010-11-07):
  106. Port fixes from 6.x-1.5:
  107. - #745002: Fix missing 'delete comment' link for users with the 'administer comments' permission.
  108. - #906430: Add a missing preg_match() call.
  109. - #810422: Fix public forums not being visible to Anonymous on the overview page, due to missing default records in the {node_access} table.
  110. - Always display the 'Update even if unchanged' checkbox, except for new forums/containers.
  111. - Fix inability to save Create and View access for roles with the 'administer nodes' permission.
  112. Porting to D7:
  113. - Initial port of 6.x-1.4, add extensive tests.