1
|
|
2
|
CHANGELOG for ACL for Drupal 7
|
3
|
|
4
|
|
5
|
acl 7.x-1.x-dev:
|
6
|
|
7
|
|
8
|
acl 7.x-1.1 (2015-08-27):
|
9
|
Enhancements:
|
10
|
- Improve minor coding nits (no functional changes).
|
11
|
- #2101809 by gisle, salvis: Improve support for the anonymous user.
|
12
|
- Revise the README.txt file.
|
13
|
- Make coder happy (no functional change).
|
14
|
- Enable the tests (no functional change).
|
15
|
- #1397828: Improve documentation of acl_edit_form() (no functional change).
|
16
|
|
17
|
|
18
|
acl 7.x-1.0 (2011-11-26):
|
19
|
Enhancements:
|
20
|
- Add acl_node_add_acl_record() function to support extending the {acl_node} table.
|
21
|
|
22
|
acl 7.x-1.0-rc1 (2011-08-10):
|
23
|
Bug fixes:
|
24
|
- Remove version number and file list from .info file now that it's not needed anymore.
|
25
|
- Fix typo introduced in prior commit.
|
26
|
- #1228214: Fully qualify field parameter in SelectQuery::condition() calls.
|
27
|
|
28
|
acl 7.x-1.0-beta3 (2011-04-17):
|
29
|
Enhancements:
|
30
|
- Issue #852486 by salvis: Optimize acl_node_clear_acls().
|
31
|
- Add tests for acl_node_*().
|
32
|
- #968382: Install better indexes.
|
33
|
Bug fixes:
|
34
|
- Rename acl_create_new_acl() to acl_create_acl().
|
35
|
- Fix indenting, spacing, comments; remove useless helper functions. No functional changes.
|
36
|
- #1024114: Fix query in acl_get_id_by_name().
|
37
|
|
38
|
acl 7.x-1.0-beta2 (2011-01-08):
|
39
|
Enhancements:
|
40
|
- Streamline code (no functional change).
|
41
|
- Add acl_get_ids_by_user() API.
|
42
|
- Add support for ACLs with name /and number/.
|
43
|
|
44
|
acl 7.x-1.0-beta1 (2010-11-06):
|
45
|
Enhancements:
|
46
|
- Add $number to hook_acl_explain(), too.
|
47
|
- Add new acl_add_nodes() function to add access control to multiple nodes selected by a subquery.
|
48
|
- #936682: Add a 'number' column and some indexes to the {acl} table.
|
49
|
- #761696: Add tests (work in progress).
|
50
|
- Create new hook_acl_explain() to allow the client to explain its grant records.
|
51
|
- Add acl_has_user($acl_id, $uid) API function.
|
52
|
Port to D7:
|
53
|
- Need to pass $form_state by reference to _acl_edit_form_after_build().
|
54
|
- #946636: Fix WSOD due to core reloading the form from the cache and not loading include files.
|
55
|
- #836822: Don't anonymize 'deny' grant records.
|
56
|
- #836822: Fix some porting errors.
|
57
|
- Fix line endings (no functional change).
|
58
|
- #798106: Convert another left-over db_result() call.
|
59
|
- #824642: Avoid type conversion problems when FALSE is passed rather than 0.
|
60
|
- #798106: Fix incomplete porting (db_query).
|
61
|
- #761696: Simpletests: provide some dummy files.
|
62
|
- #798108: Remove drupal_install_schema() and drupal_uninstall_schema() calls.
|
63
|
- Port database statements.
|
64
|
- Use 6.x-1.1 and fix the applicable Coder errors.
|
65
|
|