Projet

Général

Profil

Paste
Télécharger (5,29 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / forum_access / CHANGELOG.txt @ 87dbc3bf

1

    
2
CHANGELOG for Forum Access for Drupal 7
3

    
4

    
5
forum_access 7.x-1.x-dev:
6

    
7

    
8
forum_access 7.x-1.2 (2012-09-15):
9
  Bug fixed:
10
    - #1775204: Avoid crashing the site if FA encounters CMA 1.x (when the upgrade instructions aren't being followed).
11

    
12

    
13
forum_access 7.x-1.1 (2012-09-02):
14
  Enhancements:
15
    - Fix all Coder complaints (no functional changes).
16
    - #1757616: Switch to 2.x branch of Chain Menu Access API module.
17
    - Revised the README.txt file.
18
    - Work around all false Coder Review positives (no functional change).
19
  Bugs fixed:
20
    - Increase timeout for the tests to ensure they go through on slow computers.
21
    - Clean up the dependencies for testing (no functional change).
22
    - #1768330: Remove the broken D5 Legacy Mode which never worked for D7.
23
    - #1701504: Give moderators access to the administrative node properties and add tests.
24
    - Remove the version requirement in the .info file to avoid breaking the testbot (#1768442).
25
    - Avoid an E_STRICT warning (no functional change).
26
    - Remove the unnecessary hook_requirements().
27
    - #1706040: Avoid crashing in the presence of content_access.module.
28
    - Fix forum_access_requirements() to always return an array().
29
    - Replace $_GET['q'] with current_path(), for D8.
30

    
31

    
32
forum_access 7.x-1.0 (2012-04-02):
33
forum_access 7.x-1.0-rc2 (2012-03-16):
34
  Bugs fixed:
35
   - #1478822: Use user_roles() to allow translation of built-in roles and because it's the right way.
36
   - Remove some left-over code from D6.
37
   - Use node_load_multiple() for updating the permissions.
38
   - #1321864 by David4514: Fix unnecessary suppression of non-standard fields on add/edit node form for moderators.
39

    
40
forum_access 7.x-1.0-rc1 (2012-02-19):
41
  Bugs fixed:
42
    - #1429220: Fix extending edit/delete own forum content permissions to comments and clarify information.
43
    - Show proper mouse-over hints on the forum settings pages.
44
    - Fix the ForumAccessBaseTestCase.
45
    - Adjust POST to the Devel Settings page to Devel change.
46

    
47
forum_access 7.x-1.0-beta2 (2012-01-05):
48
  Bugs fixed:
49
    - Use url() to format links in tests to be compatible with qa.d.o.
50
    - Avoid trying to enable non-existing modules in tests (especially on qa.d.o).
51
    - Override the invalid inherited testEnableForumField() test in the ForumTestCase base class.
52
    - #1343568: Fix reference to the test file.
53
    - #1325850: Fix a left-over D6 db_result() call.
54
    - #1244406: Remove ACL version requirement.
55
    - #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.
56

    
57
forum_access 7.x-1.0-beta1 (2011-07-07):
58
  Bugs fixed:
59
    - Make template forum selection optional.
60
    - #1210900 by ohnobinki, salvis: Enable caching of the 'create' case in forum_access_node_access().
61
    - First attempt to handle unpublished nodes.
62
    - Make Edit and Delete depend on View.
63
    - #1097692 by salvis: Fix array_merge() warning on comment previews.
64
    - Fix initialization of template forum selection.
65

    
66
forum_access 7.x-1.0-alpha4 (2011-01-16):
67
  Bugs fixed:
68
    - Implement node and comment edit forms for moderators.
69
    - Fix comment links.
70
    - Disable 'edit own comments' permission and document this.
71
    - Fix the tests to ignore 'edit own comments' but to account for 'edit/delete any/own forum content'.
72
    - Reorder the tests to make the more difficult ones come first.
73
    - In the test suite, rename the roles and users to more accurately reflect the names of the permissions they represent.
74
    - #1020852: Fix "Undefined variable: node in forum_access_menu_get_item_alter() line 341".
75
    - #1019572: Add '>=' operator to ACL dependency.
76

    
77
forum_access 7.x-1.0-alpha3 (2011-01-08):
78
  Bugs fixed:
79
    - Major update to fix various bugs and adapt to late changes in the Form API of D7 core.
80
    - Remove remaining references to {acl.name}.
81
    - Clean up / enable tests.
82
    - Port update 6106 to secure upgrade path from D6.
83
    - #1016088: Avoid calling reset() on non-variables.
84
    - #993056: Remove call-time pass-by-reference typos.
85
    - #999556: Adapt to changed signature of hook_menu_view().
86
    - #996130: Fix undefined index 'buttons' notice.
87
    - Fix tests to install the newly required chain_menu_access.module.
88
    - The D6 moderator role is removed during upgrading, no need to remove it in hook_uninstall(), too.
89

    
90
forum_access 7.x-1.0-alpha2 (2010-12-11):
91
  Enhancement:
92
    - Use the Chain Menu Access API.
93
  Bugs fixed:
94
    - Fix some minor bugs.
95
    - Add missing assertFieldEnabled()/assertFieldDisabled() function that haven't made it into core (see #882564).
96
    - Remove the need for the hook_menu_get_item_alter() patch.
97
    - Some code clean-up, no functional changes.
98
    - Fix invalid use of t().
99
    - #964762: Fix undefined variable notice for $na_modules.
100

    
101
forum_access 7.x-1.0-alpha1 (2010-11-07):
102
  Port fixes from 6.x-1.5:
103
    - #745002: Fix missing 'delete comment' link for users with the 'administer comments' permission.
104
    - #906430: Add a missing preg_match() call.
105
    - #810422: Fix public forums not being visible to Anonymous on the overview page, due to missing default records in the {node_access} table.
106
    - Always display the 'Update even if unchanged' checkbox, except for new forums/containers.
107
    - Fix inability to save Create and View access for roles with the 'administer nodes' permission.
108
  Porting to D7:
109
    - Initial port of 6.x-1.4, add extensive tests.
110