Projet

Général

Profil

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

root / drupal7 / sites / all / modules / forum_access / CHANGELOG.txt @ 136a805a

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.3 (2016-08-16):
9
  Bug fixed:
10
    - #2783863: Remove call to non-existent _forum_access_preprocess_comment() function.
11
    - #2463055 by DrCord: Fix 'Use of undefined constant uids' notice.
12
    - #2276445 by Bastlynn: Avoid a notice when a comment pending for notification has been deleted.
13
    - #2147183 by sadashiv: Notices in user_role_delete() when upgrading from D6 to D7.
14
    - #2005352 by EAnushan: Avoid trashing the saved tid when another module calls menu_get_item() with a different $path.
15
    - #1849288: Clean up the helpful information for Content Access.
16
    - Avoid a notice on admin/index.
17
    - #1793504 by RedRat: Fix non-translatable string.
18

    
19

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

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

    
42
forum_access 7.x-1.0 (2012-04-02):
43
forum_access 7.x-1.0-rc2 (2012-03-16):
44
  Bugs fixed:
45
   - #1478822: Use user_roles() to allow translation of built-in roles and because it's the right way.
46
   - Remove some left-over code from D6.
47
   - Use node_load_multiple() for updating the permissions.
48
   - #1321864 by David4514: Fix unnecessary suppression of non-standard fields on add/edit node form for moderators.
49

    
50
forum_access 7.x-1.0-rc1 (2012-02-19):
51
  Bugs fixed:
52
    - #1429220: Fix extending edit/delete own forum content permissions to comments and clarify information.
53
    - Show proper mouse-over hints on the forum settings pages.
54
    - Fix the ForumAccessBaseTestCase.
55
    - Adjust POST to the Devel Settings page to Devel change.
56

    
57
forum_access 7.x-1.0-beta2 (2012-01-05):
58
  Bugs fixed:
59
    - Use url() to format links in tests to be compatible with qa.d.o.
60
    - Avoid trying to enable non-existing modules in tests (especially on qa.d.o).
61
    - Override the invalid inherited testEnableForumField() test in the ForumTestCase base class.
62
    - #1343568: Fix reference to the test file.
63
    - #1325850: Fix a left-over D6 db_result() call.
64
    - #1244406: Remove ACL version requirement.
65
    - #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.
66

    
67
forum_access 7.x-1.0-beta1 (2011-07-07):
68
  Bugs fixed:
69
    - Make template forum selection optional.
70
    - #1210900 by ohnobinki, salvis: Enable caching of the 'create' case in forum_access_node_access().
71
    - First attempt to handle unpublished nodes.
72
    - Make Edit and Delete depend on View.
73
    - #1097692 by salvis: Fix array_merge() warning on comment previews.
74
    - Fix initialization of template forum selection.
75

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

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

    
100
forum_access 7.x-1.0-alpha2 (2010-12-11):
101
  Enhancement:
102
    - Use the Chain Menu Access API.
103
  Bugs fixed:
104
    - Fix some minor bugs.
105
    - Add missing assertFieldEnabled()/assertFieldDisabled() function that haven't made it into core (see #882564).
106
    - Remove the need for the hook_menu_get_item_alter() patch.
107
    - Some code clean-up, no functional changes.
108
    - Fix invalid use of t().
109
    - #964762: Fix undefined variable notice for $na_modules.
110

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