| 1 |
CHANGELOG for Forum Access for Drupal 6
|
| 2 |
|
| 3 |
|
| 4 |
forum_access 6.x-1.x-dev:
|
| 5 |
Enhancement:
|
| 6 |
- Keep the admin from assigning the internal-use-only forum moderator role to a user.
|
| 7 |
- #552636: Implement 'Drupal 5 legacy mode,' where posting comments and replies is always allowed, for backward compatibility.
|
| 8 |
Bugs fixed:
|
| 9 |
- #597616, #560238: Allow editing own unreplied-to comments even without permission, as core does.
|
| 10 |
- Distinguish between grants as moderator or as normal user.
|
| 11 |
- Fix some trailing spaces (no functional change).
|
| 12 |
- #493044: Fix missing initialization of the {forum_access} table during installation.
|
| 13 |
- #578554: Fix a possible foreach() error message.
|
| 14 |
- Avoid Coder warning and improve installation information.
|
| 15 |
|
| 16 |
|
| 17 |
forum_access 6.x-1.0 (2009-08-03):
|
| 18 |
Enhancements:
|
| 19 |
- Improve information on how to avoid conflicts with Content Access.
|
| 20 |
- Improve wording of trouble-shooting text (string-only change).
|
| 21 |
Bugs fixed:
|
| 22 |
- Cast to VARCHAR rather than to CHAR for pgsql.
|
| 23 |
|
| 24 |
forum_access 6.x-1.x-RC1 (2009-06-03):
|
| 25 |
Bugs fixed:
|
| 26 |
- #472494: check_plain() the role names.
|
| 27 |
|
| 28 |
forum_access 6.x-1.x-BETA4 (2009-05-22):
|
| 29 |
Enhancements:
|
| 30 |
- #243076: Major update of Swedish translation.
|
| 31 |
Bugs fixed:
|
| 32 |
- Fix minor structural bug.
|
| 33 |
- #410930: Work around a core bug that puts wrong values into $node->tid.
|
| 34 |
- Tune the behavior of the administrative interface.
|
| 35 |
- #413708: Make forums visible to users with 'administer nodes' permission.
|
| 36 |
- #408560: Grants still not saved under some circumstances.
|
| 37 |
- #426498: Potential conflict with pre-existing 'Forum Moderator' role.
|
| 38 |
- #407080: Remove the 'reply' links if the user does not have the 'Post' grant.
|
| 39 |
- #408560: Grants not saved for newly created forums.
|
| 40 |
|
| 41 |
forum_access 6.x-1.x-BETA3 (2009-03-18):
|
| 42 |
Enhancements:
|
| 43 |
- #310254, #163964: Implement comment moderation as well as advanced node moderation.
|
| 44 |
- Remove 'post' links from forum page if the user doesn't have the 'create' permission.
|
| 45 |
- Disable checkboxes for roles that have no or full access anyway.
|
| 46 |
- #213957: Implement the ability to use the settings of an existing forum as a template.
|
| 47 |
- Provide a choice of how/when to update the {node_access} table and only do it if necessary.
|
| 48 |
- Tune presentation of configuration information.
|
| 49 |
- Add extensive configuration information and trouble-shooting tips.
|
| 50 |
- Use View grant to control access to the forum's admin page (with the access settings!), too.
|
| 51 |
- Make forum_access_db_rewrite_sql() more resistant against name conflicts.
|
| 52 |
- Keep the checkboxes aligned even when the column titles wrap; improve the titles for containers.
|
| 53 |
|
| 54 |
forum_access 6.x-1.x-BETA2 (2009-01-29):
|
| 55 |
Enhancements:
|
| 56 |
- Collapse Moderators fieldset if empty.
|
| 57 |
- Factor out form and batch code into .inc files.
|
| 58 |
- Implement batch mode to support correct updating (using node_access_acquire_grants() rather than node_access_write_grants()).
|
| 59 |
- Implement grant priority.
|
| 60 |
- Provide help for getting along with Content Access.
|
| 61 |
- #109924: Add optional forum_access_preprocess_forum_list(&$variables) function to provide moderators in the $forums template variable.
|
| 62 |
- #109924: Add new forum_access_get_moderator_uids($tid) function (requires new ACL version!).
|
| 63 |
|
| 64 |
forum_access 6.x-1.x-BETA1 (2008-10-14):
|
| 65 |
Bugs fixed:
|
| 66 |
- #344711: Fix forum_access_access() to use $account consistently.
|
| 67 |
- #328341: Make pgsql CAST() conditional on the database engine.
|
| 68 |
- #309113: Fix warning messages in bootstrap.inc (caused by bad drupal_set_message() call).
|
| 69 |
- #302774: Remove cruft from _forum_access_get_roles().
|
| 70 |
- Use node_access_needs_rebuild() rather than node_access_rebuild() when enabling/disabling module.
|
| 71 |
- Fix cosmetic coder issues (no functional change).
|
| 72 |
- #246959: Fix a bad t() call.
|
| 73 |
- #219778: Remove grants when roles are deleted, purge orphaned grants.
|
| 74 |
- #230123: Newest pgsql refuses to do automatic type conversions.
|
| 75 |
- Provide a message for uninitialized forums when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.
|
| 76 |
- #222477: forum_access_node_access_records() didn't return its result.
|
| 77 |
Porting to D6:
|
| 78 |
- #128846: Accommodate PostgreSQL 8.3's requirement for explicit casts.
|
| 79 |
- Publish .pot file.
|
| 80 |
- Port precautionary warning on Content Access page (will need to test and activate full diagnostics when CA is ported).
|
| 81 |
- #231611: Add support for non-forum content types; update moderator(s) when changing forum.
|
| 82 |
- Avoid E_NOTICEs — ready for beta.
|
| 83 |
- First-shot port to D6.
|
| 84 |
- Copied 5.x-1.9.
|
| 85 |
|