forum_access 6.x-1.x-dev
Download: forum_access-6.x-1.x-dev.tar.gz
Size: 13.4 KB
md5_file hash: c0bfa87fb4aab31d5c6dad6f7807f533
First released: November 11, 2006 - 09:14
Last updated: September 24, 2008 - 12:05
Forum Access Port to Drupal 6.
This is ready for testing, but do not use on a production site yet!
Please provide feedback (positive and negative) in the issues queue!
Forum Access needs ACL.
Note: the new devel_node_access implements hook_node_access_explain(), which provides human-readable information about the entries in your {node_access} table. This is a big help for understanding the forces that are controlling access to any given node.
forum_access HEAD:
Bugs fixed:
- #246959: Fix a bad t() call.
- #219778: Remove grants when roles are deleted, purge orphaned grants.
- #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.
- #222477: forum_access_node_access_records() didn't return its result.
Porting to D6:
- #128846: Accommodate PostgreSQL 8.3's requirement for explicit casts.
- Publish .pot file.
- Port precautionary warning on Content Access page (will need to test and activate full diagnostics when CA is ported).
- #231611: Add support for non-forum content types; update moderator(s) when changing forum.
- Avoid E_NOTICEs — ready for beta.
- First-shot port to D6.
- Copied 5.x-1.9.
