You are here

CHANGELOG.txt in Forum Access 5

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7 CHANGELOG.txt
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.


File

CHANGELOG.txt
View source
  1. CHANGELOG for Forum Access for Drupal 5
  2. Forum Access 5.x-1.13 (2011-01-08):
  3. Bugs fixed:
  4. - Cast to VARCHAR rather than to CHAR for pgsql.
  5. Forum Access 5.x-1.12 (2009-05-23):
  6. Enhancements:
  7. - Make forum_access_db_rewrite_sql() more resistant against name conflicts.
  8. - Add priority column to {forum_access} table (for D6).
  9. - #109924: Add new forum_access_get_moderator_uids($tid) function (requires new ACL version!).
  10. Bugs fixed:
  11. - Recognize unknown gids in hook_node_access_explain().
  12. - #344711: Fix forum_access_access() to use $account consistently.
  13. - #328341: Make pgsql CAST() conditional on the database engine.
  14. Forum Access 5.x-1.11 (2008-10-16):
  15. Bugs fixed:
  16. - #309113: Fix warning messages in bootstrap.inc (caused by bad drupal_set_message() call).
  17. - #302774: Remove cruft from _forum_access_get_roles().
  18. Enhancements:
  19. - #109924: Provide a themable moderators list.
  20. - #249375: Accommodate PostgreSQL 8.3's requirement for explicit casts.
  21. - Add warning about possible interference by other node access modules with higher priority.
  22. - Provide diagnostics related to Content Access module.
  23. Forum Access 5.x-1.10 (2008-03-14):
  24. Bugs fixed:
  25. - #219778: Remove grants when roles are deleted, purge orphaned grants.
  26. - Update moderator(s) when changing forum.
  27. - #230123: Newest pgsql refuses to do automatic type conversions.
  28. - Provide a message for uninitialized forums when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.
  29. - #221095: Fix caching in forum_access_access(), by Josh Benner.
  30. Forum Access 5.x-1.9 (2008-01-20):
  31. Bugs fixed:
  32. - #175957: Don't disturb the _taxonomy_term_select structure (incompatibility with og_forum!), adapted from Paul Kishimoto.
  33. Enhancements:
  34. - Implement new hook_node_access_explain().
  35. - Remove deprecated db_num_rows() call; see http://drupal.org/node/163191.
  36. Forum Access 5.x-1.8 (2007-12-16):
  37. Bugs fixed:
  38. - Add caching to forum_access_node_access_records() to improve Rebuild Permissions performance.
  39. - Minor coding style fixes.
  40. - #166497: Add forum_access_uninstall(), by VeryMisunderstood.
  41. - #120161: Allow post access to containers, so they appear in the forums combobox.
  42. - #137575: Fix PostgreSQL incompatible queries, by a_m_c.
  43. - #146622: Make moderators string translatable, by deelight.