Projet

Général

Profil

Paste
Télécharger (3,01 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / acl / CHANGELOG.txt @ cfceb792

1

    
2
CHANGELOG for ACL for Drupal 7
3

    
4

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

    
7

    
8
acl 7.x-1.2 (2019-09-14):
9
  Enhancement:
10
    - #3080658 by salvis: Add acl_edit_form_get_user_list() function.
11
    - #3068936 by salvis: Implement acl_get_usernames($acl_id).
12
  Fixes:
13
    - #1147226 by Sutharsan: Document hook_enabled().
14
    - #1815158 by salvis: Fix PDO error under PostgreSQL & MS SQL Server.
15
    - #2580207 by mccrodp: Add missing acl_remove_all_users() function.
16
    - #2612464 by heykarthikwithu, salvis: Remove of unused variables in the code base.
17

    
18

    
19
acl 7.x-1.1 (2015-08-27):
20
  Enhancements:
21
    - Improve minor coding nits (no functional changes).
22
    - #2101809 by gisle, salvis: Improve support for the anonymous user.
23
    - Revise the README.txt file.
24
    - Make coder happy (no functional change).
25
    - Enable the tests (no functional change).
26
    - #1397828: Improve documentation of acl_edit_form() (no functional change).
27

    
28
acl 7.x-1.0 (2011-11-26):
29
  Enhancements:
30
    - Add acl_node_add_acl_record() function to support extending the {acl_node} table.
31

    
32
acl 7.x-1.0-rc1 (2011-08-10):
33
  Bug fixes:
34
    - Remove version number and file list from .info file now that it's not needed anymore.
35
    - Fix typo introduced in prior commit.
36
    - #1228214: Fully qualify field parameter in SelectQuery::condition() calls.
37

    
38
acl 7.x-1.0-beta3 (2011-04-17):
39
  Enhancements:
40
    - Issue #852486 by salvis: Optimize acl_node_clear_acls().
41
    - Add tests for acl_node_*().
42
    - #968382: Install better indexes.
43
  Bug fixes:
44
    - Rename acl_create_new_acl() to acl_create_acl().
45
    - Fix indenting, spacing, comments; remove useless helper functions. No functional changes.
46
    - #1024114: Fix query in acl_get_id_by_name().
47

    
48
acl 7.x-1.0-beta2 (2011-01-08):
49
  Enhancements:
50
    - Streamline code (no functional change).
51
    - Add acl_get_ids_by_user() API.
52
    - Add support for ACLs with name /and number/.
53

    
54
acl 7.x-1.0-beta1 (2010-11-06):
55
  Enhancements:
56
    - Add $number to hook_acl_explain(), too.
57
    - Add new acl_add_nodes() function to add access control to multiple nodes selected by a subquery.
58
    - #936682: Add a 'number' column and some indexes to the {acl} table.
59
    - #761696: Add tests (work in progress).
60
    - Create new hook_acl_explain() to allow the client to explain its grant records.
61
    - Add acl_has_user($acl_id, $uid) API function.
62
  Port to D7:
63
    - Need to pass $form_state by reference to _acl_edit_form_after_build().
64
    - #946636: Fix WSOD due to core reloading the form from the cache and not loading include files.
65
    - #836822: Don't anonymize 'deny' grant records.
66
    - #836822: Fix some porting errors.
67
    - Fix line endings (no functional change).
68
    - #798106: Convert another left-over db_result() call.
69
    - #824642: Avoid type conversion problems when FALSE is passed rather than 0.
70
    - #798106: Fix incomplete porting (db_query).
71
    - #761696: Simpletests: provide some dummy files.
72
    - #798108: Remove drupal_install_schema() and drupal_uninstall_schema() calls.
73
    - Port database statements.
74
    - Use 6.x-1.1 and fix the applicable Coder errors.
75