CHANGELOG for Forum Access for Drupal 5 Forum Access 5.x-1.13 (2011-01-08): Bugs fixed: - Cast to VARCHAR rather than to CHAR for pgsql. Forum Access 5.x-1.12 (2009-05-23): 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 5.x-1.11 (2008-10-16): 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 (2008-03-14): 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 (2008-01-20): Bugs fixed: - #175957: Don't disturb the _taxonomy_term_select structure (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 5.x-1.8 (2007-12-16): Bugs fixed: - 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.