You are here

CHANGELOG.txt in Forum Access 8

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


forum_access 8.x-1.x-dev:


forum_access 8.x-1.0-alpha2 (2019-09-27):
  Bug fixed:
    - #3084233 by salvis: Update 8101 (#3002918) can fail; fix rid width and redo the update in 8102.


forum_access 8.x-1.0-alpha1 (2019-09-25):
  Bugs fixed:
    - #3001448 by salvis: PHP notice and other issues with the Update radiobuttons.
    - #3011364 by volkswagenchick, salvis: README configs and formatting.
    - #3066485 by Tomazetti: FieldFormatter comment_forum missing cache contexts.
    - #3002918 by salvis, ron_s: Add primary key and index to the {forum_access} table.
    - #3016322 by chipway: All dependencies must be prefixed.
    - #3028731 by salvis, Tomazetti, g.philippot: Fix Error during migration from D7 to D8 -- fix missing common.inc include and generally postpone includes until needed in forum_access.module.
  Tasks:
    - #3081936 by Sergiu Stici: Deprecated Code Report.

forum_access 8.x-1.0-alpha0 (2018-04-11):
  Branch to port to D8.
  Porting:
    - #2959985 by salvis: Fix some minor coding issues.
    - #2916649 by dillix: Fix forum_access.info.yml.
    - #2916649 by salvis: Add composer.json file.
    - #2916649 by nevergone, psf_: Initial Drupal 8 port.

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