Projet

Général

Profil

Paste
Télécharger (2,18 ko) Statistiques
| Branche: | Révision:

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

1

    
2
CHANGELOG for ACL for Drupal 7
3

    
4

    
5
acl 7.x-1.0-dev:
6

    
7

    
8
acl 7.x-1.0 (2011-11-26):
9
  Enhancements:
10
    - Add acl_node_add_acl_record() function to support extending the {acl_node} table.
11

    
12

    
13
acl 7.x-1.0-rc1 (2011-08-10):
14
  Bug fixes:
15
    - Remove version number and file list from .info file now that it's not needed anymore.
16
    - Fix typo introduced in prior commit.
17
    - #1228214: Fully qualify field parameter in SelectQuery::condition() calls.
18

    
19
acl 7.x-1.0-beta3 (2011-04-17):
20
  Enhancements:
21
    - Issue #852486 by salvis: Optimize acl_node_clear_acls().
22
    - Add tests for acl_node_*().
23
    - #968382: Install better indexes.
24
  Bug fixes:
25
    - Rename acl_create_new_acl() to acl_create_acl().
26
    - Fix indenting, spacing, comments; remove useless helper functions. No functional changes.
27
    - #1024114: Fix query in acl_get_id_by_name().
28

    
29
acl 7.x-1.0-beta2 (2011-01-08):
30
  Enhancements:
31
    - Streamline code (no functional change).
32
    - Add acl_get_ids_by_user() API.
33
    - Add support for ACLs with name /and number/.
34

    
35
acl 7.x-1.0-beta1 (2010-11-06):
36
  Enhancements:
37
    - Add $number to hook_acl_explain(), too.
38
    - Add new acl_add_nodes() function to add access control to multiple nodes selected by a subquery.
39
    - #936682: Add a 'number' column and some indexes to the {acl} table.
40
    - #761696: Add tests (work in progress).
41
    - Create new hook_acl_explain() to allow the client to explain its grant records.
42
    - Add acl_has_user($acl_id, $uid) API function.
43
  Port to D7:
44
    - Need to pass $form_state by reference to _acl_edit_form_after_build().
45
    - #946636: Fix WSOD due to core reloading the form from the cache and not loading include files.
46
    - #836822: Don't anonymize 'deny' grant records.
47
    - #836822: Fix some porting errors.
48
    - Fix line endings (no functional change).
49
    - #798106: Convert another left-over db_result() call.
50
    - #824642: Avoid type conversion problems when FALSE is passed rather than 0.
51
    - #798106: Fix incomplete porting (db_query).
52
    - #761696: Simpletests: provide some dummy files.
53
    - #798108: Remove drupal_install_schema() and drupal_uninstall_schema() calls.
54
    - Port database statements.
55
    - Use 6.x-1.1 and fix the applicable Coder errors.
56