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.4 (2019-09-25):
|
9
|
Bugs fixed:
|
10
|
- #3003279 by salvis, ron_s: Forum node migration generates warning errors.
|
11
|
- #3002918 by ron_s: Define primary key for the {forum_access} table.
|
12
|
- #3068844 by salvis: Fix PhpStorm red flags (no functional change).
|
13
|
- #3068829 by salvis: Fix Warning: count(): Parameter must be an array or an object that implements Countable in form_process_radios() (line 3183 of includes\form.inc).
|
14
|
- Avoid notices in a test.
|
15
|
Enhancement:
|
16
|
- #3083683 by salvis: Hide inaccessible forums from the forum list.
|
17
|
- #2958547 by salvis: Support non-forum nodes with optional forum_taxonomy field.
|
18
|
|
19
|
|
20
|
forum_access 7.x-1.3 (2016-08-16):
|
21
|
Bugs fixed:
|
22
|
- #2783863: Remove call to non-existent _forum_access_preprocess_comment() function.
|
23
|
- #2463055 by DrCord: Fix 'Use of undefined constant uids' notice.
|
24
|
- #2276445 by Bastlynn: Avoid a notice when a comment pending for notification has been deleted.
|
25
|
- #2147183 by sadashiv: Notices in user_role_delete() when upgrading from D6 to D7.
|
26
|
- #2005352 by EAnushan: Avoid trashing the saved tid when another module calls menu_get_item() with a different $path.
|
27
|
- #1849288: Clean up the helpful information for Content Access.
|
28
|
- Avoid a notice on admin/index.
|
29
|
- #1793504 by RedRat: Fix non-translatable string.
|
30
|
|
31
|
forum_access 7.x-1.2 (2012-09-15):
|
32
|
Bug fixed:
|
33
|
- #1775204: Avoid crashing the site if FA encounters CMA 1.x (when the upgrade instructions aren't being followed).
|
34
|
|
35
|
forum_access 7.x-1.1 (2012-09-02):
|
36
|
Enhancements:
|
37
|
- Fix all Coder complaints (no functional changes).
|
38
|
- #1757616: Switch to 2.x branch of Chain Menu Access API module.
|
39
|
- Revised the README.txt file.
|
40
|
- Work around all false Coder Review positives (no functional change).
|
41
|
Bugs fixed:
|
42
|
- Increase timeout for the tests to ensure they go through on slow computers.
|
43
|
- Clean up the dependencies for testing (no functional change).
|
44
|
- #1768330: Remove the broken D5 Legacy Mode which never worked for D7.
|
45
|
- #1701504: Give moderators access to the administrative node properties and add tests.
|
46
|
- Remove the version requirement in the .info file to avoid breaking the testbot (#1768442).
|
47
|
- Avoid an E_STRICT warning (no functional change).
|
48
|
- Remove the unnecessary hook_requirements().
|
49
|
- #1706040: Avoid crashing in the presence of content_access.module.
|
50
|
- Fix forum_access_requirements() to always return an array().
|
51
|
- Replace $_GET['q'] with current_path(), for D8.
|
52
|
|
53
|
forum_access 7.x-1.0 (2012-04-02):
|
54
|
forum_access 7.x-1.0-rc2 (2012-03-16):
|
55
|
Bugs fixed:
|
56
|
- #1478822: Use user_roles() to allow translation of built-in roles and because it's the right way.
|
57
|
- Remove some left-over code from D6.
|
58
|
- Use node_load_multiple() for updating the permissions.
|
59
|
- #1321864 by David4514: Fix unnecessary suppression of non-standard fields on add/edit node form for moderators.
|
60
|
|
61
|
forum_access 7.x-1.0-rc1 (2012-02-19):
|
62
|
Bugs fixed:
|
63
|
- #1429220: Fix extending edit/delete own forum content permissions to comments and clarify information.
|
64
|
- Show proper mouse-over hints on the forum settings pages.
|
65
|
- Fix the ForumAccessBaseTestCase.
|
66
|
- Adjust POST to the Devel Settings page to Devel change.
|
67
|
|
68
|
forum_access 7.x-1.0-beta2 (2012-01-05):
|
69
|
Bugs fixed:
|
70
|
- Use url() to format links in tests to be compatible with qa.d.o.
|
71
|
- Avoid trying to enable non-existing modules in tests (especially on qa.d.o).
|
72
|
- Override the invalid inherited testEnableForumField() test in the ForumTestCase base class.
|
73
|
- #1343568: Fix reference to the test file.
|
74
|
- #1325850: Fix a left-over D6 db_result() call.
|
75
|
- #1244406: Remove ACL version requirement.
|
76
|
- #1228214: Fully qualify field parameter in SelectQuery::condition(), SelectQuery::orderBy() calls.
|
77
|
|
78
|
forum_access 7.x-1.0-beta1 (2011-07-07):
|
79
|
Bugs fixed:
|
80
|
- Make template forum selection optional.
|
81
|
- #1210900 by ohnobinki, salvis: Enable caching of the 'create' case in forum_access_node_access().
|
82
|
- First attempt to handle unpublished nodes.
|
83
|
- Make Edit and Delete depend on View.
|
84
|
- #1097692 by salvis: Fix array_merge() warning on comment previews.
|
85
|
- Fix initialization of template forum selection.
|
86
|
|
87
|
forum_access 7.x-1.0-alpha4 (2011-01-16):
|
88
|
Bugs fixed:
|
89
|
- Implement node and comment edit forms for moderators.
|
90
|
- Fix comment links.
|
91
|
- Disable 'edit own comments' permission and document this.
|
92
|
- Fix the tests to ignore 'edit own comments' but to account for 'edit/delete any/own forum content'.
|
93
|
- Reorder the tests to make the more difficult ones come first.
|
94
|
- In the test suite, rename the roles and users to more accurately reflect the names of the permissions they represent.
|
95
|
- #1020852: Fix "Undefined variable: node in forum_access_menu_get_item_alter() line 341".
|
96
|
- #1019572: Add '>=' operator to ACL dependency.
|
97
|
|
98
|
forum_access 7.x-1.0-alpha3 (2011-01-08):
|
99
|
Bugs fixed:
|
100
|
- Major update to fix various bugs and adapt to late changes in the Form API of D7 core.
|
101
|
- Remove remaining references to {acl.name}.
|
102
|
- Clean up / enable tests.
|
103
|
- Port update 6106 to secure upgrade path from D6.
|
104
|
- #1016088: Avoid calling reset() on non-variables.
|
105
|
- #993056: Remove call-time pass-by-reference typos.
|
106
|
- #999556: Adapt to changed signature of hook_menu_view().
|
107
|
- #996130: Fix undefined index 'buttons' notice.
|
108
|
- Fix tests to install the newly required chain_menu_access.module.
|
109
|
- The D6 moderator role is removed during upgrading, no need to remove it in hook_uninstall(), too.
|
110
|
|
111
|
forum_access 7.x-1.0-alpha2 (2010-12-11):
|
112
|
Enhancement:
|
113
|
- Use the Chain Menu Access API.
|
114
|
Bugs fixed:
|
115
|
- Fix some minor bugs.
|
116
|
- Add missing assertFieldEnabled()/assertFieldDisabled() function that haven't made it into core (see #882564).
|
117
|
- Remove the need for the hook_menu_get_item_alter() patch.
|
118
|
- Some code clean-up, no functional changes.
|
119
|
- Fix invalid use of t().
|
120
|
- #964762: Fix undefined variable notice for $na_modules.
|
121
|
|
122
|
forum_access 7.x-1.0-alpha1 (2010-11-07):
|
123
|
Port fixes from 6.x-1.5:
|
124
|
- #745002: Fix missing 'delete comment' link for users with the 'administer comments' permission.
|
125
|
- #906430: Add a missing preg_match() call.
|
126
|
- #810422: Fix public forums not being visible to Anonymous on the overview page, due to missing default records in the {node_access} table.
|
127
|
- Always display the 'Update even if unchanged' checkbox, except for new forums/containers.
|
128
|
- Fix inability to save Create and View access for roles with the 'administer nodes' permission.
|
129
|
Porting to D7:
|
130
|
- Initial port of 6.x-1.4, add extensive tests.
|
131
|
|