Releases for Forum Access
forum_access 6.x-1.0
First released: August 3, 2009 - 18:46
Size: 30.86 KB
md5_file hash: d735a2c052444d1947d0015fc16a5e2d
Last updated: August 3, 2009 - 18:50
This is version 1.0 of Forum Access for Drupal 6.
It has been tested extensively by the community (>1600 installations according to the usage statistics) and we're confident that it works correctly.
Forum Access requires the ACL module.
Please note: The behavior of Forum Access has changed going from D5 to D6: The permissions which used to affect nodes only, but not comments (i.e. posting comments was possible for roles that weren't allowed to post forum topics), have now been extended to comments! IOW, roles without Create access cannot post comments/replies either.
Changes since RC1:
Enhancements:
- Improve information on how to avoid conflicts with Content Access.
- Improve wording of trouble-shooting text (string-only change).
Bugs fixed:
- Cast to VARCHAR rather than to CHAR for pgsql.
Note: The devel_node_access (DNA) module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode and its second block. This is a big help for understanding the forces that control access to any given node.
forum_access 6.x-1.0-rc1
First released: June 3, 2009 - 15:05
Size: 30.48 KB
md5_file hash: 348ca2a0a747250d35c5ced729eeba8a
Last updated: June 3, 2009 - 15:10
This is RC1 of Forum Access for Drupal 6.
The difference to the previous BETA4 is minor, but if you've been using a version prior to BETA4, we urge you to update to RC1 and provide feedback (both good and bad!) in the issues queue. See #220935: Released for D6- [Forum Access] for details.
You must have installed ACL BETA4 (or later) before installing Forum Access BETA2+ / RC1!
Changes since BETA4:
Bugs fixed:
- #472494: check_plain() the role names.
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that are controlling access to any given node.
Note the Drupal core issues listed on the Forum Access front page.
forum_access 5.x-1.12
First released: May 22, 2009 - 22:56
Size: 12.92 KB
md5_file hash: d31bc3a7d4c34a7bba6329479516f547
Last updated: May 22, 2009 - 23:00
This release requires ACL 5.x-1.7 or later!
Enhancements:
- Make forum_access_db_rewrite_sql() more resistant against name conflicts.
- Add priority column to {forum_access} table (for D6).
- #109924: Add new forum_access_get_moderator_uids($tid) function (requires new ACL version!).
Bugs fixed:
- Recognize unknown gids in hook_node_access_explain().
- #344711: Fix forum_access_access() to use $account consistently.
- #328341: Make pgsql CAST() conditional on the database engine.
forum_access 6.x-1.0-beta4
First released: May 22, 2009 - 22:08
Size: 30.46 KB
md5_file hash: f7c02f6e7bbdb05418ea08a655bae149
Last updated: May 22, 2009 - 22:10
This is BETA4 of Forum Access for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #220935: Released for D6- [Forum Access] for details.
You must have installed ACL BETA4 (or later) before installing Forum Access BETA2+!
Changes since BETA3:
Enhancements:
- #243076: Major update of Swedish translation.
Bugs fixed:
- Fix minor structural bug.
- #410930: Work around a core bug that puts wrong values into $node->tid.
- Tune the behavior of the administrative interface.
- #413708: Make forums visible to users with 'administer nodes' permission.
- #408560: Grants still not saved under some circumstances.
- #426498: Potential conflict with pre-existing 'Forum Moderator' role.
- #407080: Remove the 'reply' links if the user does not have the 'Post' grant.
- #408560: Grants not saved for newly created forums.
No new functionality, but some important bug fixes.
forum_access 6.x-1.0-beta3
First released: March 18, 2009 - 22:45
Size: 23.87 KB
md5_file hash: f72748ef13e8d91b1a3e5203ecbefeae
Last updated: March 18, 2009 - 22:50
This is BETA3 of Forum Access for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #220935: Released for D6- [Forum Access] for details.
You must have installed ACL BETA4 (or later) before installing Forum Access BETA3!
Changes since BETA2:
Enhancements:
- #310254, #163964: Implement comment moderation as well as advanced node moderation.
- Remove 'post' links from forum page if the user doesn't have the 'create' permission.
- Disable checkboxes for roles that have no or full access anyway.
- #213957: Implement the ability to use the settings of an existing forum as a template.
- Provide a choice of how/when to update the {node_access} table and only do it if necessary.
- Tune presentation of configuration information.
- Add extensive configuration information and trouble-shooting tips.
- Use View grant to control access to the forum's admin page (with the access settings!), too.
- Make forum_access_db_rewrite_sql() more resistant against name conflicts.
- Keep the checkboxes aligned even when the column titles wrap; improve the titles for containers.
forum_access 6.x-1.0-beta2
First released: January 29, 2009 - 00:48
Size: 16.26 KB
md5_file hash: 24afa081d83e85f1871eb70c8df7bbfe
Last updated: January 29, 2009 - 00:50
This is BETA2 of Forum Access for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #220935: Released for D6- [Forum Access] for details.
You must update to the latest ACL BETA4 (or later) before installing Forum Access BETA2!
Changes since BETA1:
Enhancements:
- Collapse Moderators fieldset if empty.
- Factor out form and batch code into .inc files.
- Implement batch mode to support correct updating (using node_access_acquire_grants() rather than node_access_write_grants()).
- Implement grant priority.
- Provide help for getting along with Content Access.
- #109924: Add optional forum_access_preprocess_forum_list(&$variables) function to provide moderators in the $forums template variable.
- #109924: Add new forum_access_get_moderator_uids($tid) function (requires new ACL version!).
We're very excited about this version — this is the level of functionality that we needed to reach for a first D6 release. Please help to ensure that it also has the required quality!
forum_access 6.x-1.0-beta1
First released: October 16, 2008 - 22:28
Size: 13.46 KB
md5_file hash: 8fa4f89f57c1dd0463098c46808d1ed1
Last updated: October 16, 2008 - 22:30
This is BETA1 of Forum Access for Drupal 6.
We do not recommend installing it on a production site, but we encourage you to test it and provide feedback (both good and bad!) in the issues queue. See #220935: Released for D6- [Forum Access] for details.
Forum Access requires the current ACL module.
Note: The devel_node_access module, which is part of the Devel module, provides an in-depth view into the inner workings of node access, especially if you enable its debug mode at admin/settings/devel#edit-devel-node-access-debug-mode . This is a big help for understanding the forces that are controlling access to any given node.
Note the Drupal core issues listed on the Forum Access front page.
forum_access 5.x-1.11
First released: October 16, 2008 - 10:38
Size: 12.55 KB
md5_file hash: 1a1d3b20b186099540005655e484d117
Last updated: October 16, 2008 - 10:40
Bugs fixed:
- #309113: Fix warning messages in bootstrap.inc (caused by bad drupal_set_message() call).
- #302774: Remove cruft from _forum_access_get_roles().
Enhancements:
- #109924: Provide a themable moderators list.
- #249375: Accommodate PostgreSQL 8.3's requirement for explicit casts.
- Add warning about possible interference by other node access modules with higher priority.
- Provide diagnostics related to Content Access module.
forum_access 5.x-1.10
First released: March 14, 2008 - 01:20
Size: 10.99 KB
md5_file hash: 49d2c73aff67451ae4b067df4505243d
Last updated: March 14, 2008 - 01:25
Bugs fixed:
- #219778: Remove grants when roles are deleted, purge orphaned grants.
- Update moderator(s) when changing forum.
- #230123: Newest pgsql refuses to do automatic type conversions.
- Provide a message for uninitialized forums when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.
- #221095: Fix caching in forum_access_access(), by Josh Benner.
forum_access 5.x-1.9
First released: January 20, 2008 - 23:24
Size: 10.37 KB
md5_file hash: 5ff242e61a172175f0c92798ce2f62dd
Last updated: January 20, 2008 - 23:25
Bugs fixed:
- #175957: Don't disturb the _taxonomy_term_select structure (was an incompatibility with og_forum!), adapted from Paul Kishimoto.
Enhancements:
- Implement new hook_node_access_explain().
- Remove deprecated db_num_rows() call; see http://drupal.org/node/163191.
Forum Access requires the current ACL module, version 5.x-1.5 or later.
forum_access 5.x-1.8
First released: December 31, 2007 - 00:04
Size: 10.17 KB
md5_file hash: 841cd3ffd3b5ab00884ea0eec0b568fe
Last updated: December 31, 2007 - 00:05
- Add caching to forum_access_node_access_records() to improve Rebuild Permissions performance.
- Minor coding style fixes.
- #166497: Add forum_access_uninstall(), by VeryMisunderstood.
- #120161: Allow post access to containers, so they appear in the forums combobox.
- #137575: Fix PostgreSQL incompatible queries, by a_m_c.
- #146622: Make moderators string translatable, by deelight.
forum_access 5.x-1.7
First released: February 11, 2007 - 16:57
Size: 9.8 KB
md5_file hash: 7ae405bce0830f5894537910c18f3eee
Last updated: February 11, 2007 - 17:00
Fixed a broken query when adding existing posts to the new ACL for a forum.
forum_access 5.x-1.6
First released: January 16, 2007 - 18:11
Size: 9.82 KB
md5_file hash: 75505b9831eff927ab834a1fb62f8fd1
Last updated: January 16, 2007 - 14:15
Fixed a visible error with 'forum_access'
forum_access 5.x-1.5
First released: January 16, 2007 - 06:37
Size: 9.82 KB
md5_file hash: 8de24c4275fbf1146505d152c7076f6d
Last updated: January 16, 2007 - 02:40
Fix problem with roles and problem with page caching.
forum_access 5.x-1.4
First released: January 16, 2007 - 04:04
Size: 9.79 KB
md5_file hash: c157c2fbd7bc0a8f60f63e5c291d036d
Last updated: January 16, 2007 - 00:05
Fixes bugs with forum administrators getting access denied.
Fixes proper checking of node access records upon module enable.
Fixes a SQL bug.
NOTE!!! Updating to this version requires you ALSO update to ACL version 1.3 or you will could have errors!
forum_access 5.x-1.3
First released: January 6, 2007 - 08:19
Size: 9.67 KB
md5_file hash: 52038de80b0434c6bcc1195930d882d4
Last updated: January 6, 2007 - 04:20
Fixes problems with forum visibility -- private forums could be viewed (but posts not read) and moderators could not view forums if they didn't have normal access (even tho moderators should be able to override that).
forum_access 5.x-1.2
First released: December 9, 2006 - 23:56
Size: 9.21 KB
md5_file hash: ff844907b14d5179a5262f24e998a726
Last updated: December 9, 2006 - 20:00
Fixed problem with forums getting the wrong forum IDs in the drop down.
forum_access 5.x-1.1
First released: November 21, 2006 - 21:55
Size: 9.19 KB
md5_file hash: 47e2519b4ac9fe957950e5947a646a5a
Last updated: November 21, 2006 - 18:00
97032: PGSQL install file
97457: Forums weren't appearing in create content due to change in forms api
Slight enhancement on the forum administration edit display
forum_access 5.x-1.x-dev
First released: November 11, 2006 - 19:08
Size: 12.94 KB
md5_file hash: d37639d1051b1a1c02203ff5298db2c3
Last updated: July 21, 2009 - 00:18
This is the development snapshot of Forum Access for Drupal 5.
See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/forum_acces... for the complete Change Log including all changes since the latest recommended release.
Note: You must update to ACL 5.x-1.x-dev before updating to this version!
Feedback is appreciated, but do not use on a production site without careful testing!
forum_access 5.x-1.0
First released: November 11, 2006 - 19:07
Size: 8.7 KB
md5_file hash: 2e7268570048ea9c615107a78973a588
Last updated: November 11, 2006 - 19:10
1.0 stable release for Drupal 5
