Projet

Général

Profil

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

root / drupal7 / sites / all / modules / nodeaccess / CHANGELOG.txt @ 71d5a310

1
Nodeaccess 7.x-1.7
2
==================
3
Fixed bug in #3032070: grants_form empty, Undefined index: values in nodeaccess_grants_form()
4
Fixed bug in #3032449: Change to nodeaccess_get_role_aliases() prevents adding new allowed roles
5
Fixed bug in #3033131: Searching for user produces notice/warning
6

    
7

    
8
Nodeaccess 7.x-1.6
9
==================
10
Corrected issues surrounding security advisory SA-CONTRIB-2019-009
11
Addressed compatibility issues with SQL queries regarding PostgreSQL
12
Rebuilding of node permissions required after update.
13

    
14
Nodeaccess 7.x-1.x
15
===================
16
Issue #2427345 by trigdog: fix Database Error - nodeaccess_author duplicate entry
17

    
18
Nodeaccess 7.x-1.5
19
===================
20
Add SimpleTest automated testing.
21
Issue #2037899 by vlad.pavlovic: Expose operations as API.
22
Issue #2334555 by joelpittet: Casting consistency (boolean) to (bool).
23
Issue #2342327 by willzyx: node_access_write_grants should not be called directly.
24
Issue #2228713 by willzyx: Unpublished nodes are visible.
25
Issue #2140819 by justdave: "Preserve hidden grants" setting ignored.
26
Issue #2364463 by nathanweeks, vlad.pavlovic: Incorrect SQL list quoting causes PostgreSQL error.
27

    
28
Nodeaccess 7.x-1.4
29
===================
30
Issue #436918: Aliases are not being saved for disabled roles, port to D7.
31
Issue #2187571 by e.escribano, jshirkey: Fix node type grant tab choice.
32

    
33
Nodeaccess 7.x-1.3
34
===================
35
Issue #2173497: Remove undefined variable rows.
36

    
37

    
38
Nodeaccess 7.x-1.2
39
===================
40
Issue #2173497: remove undefined variable rid.
41

    
42
Nodeaccess 7.x-1.1
43
===================
44
Issue #2146209: Show localized role names in Grant tab.
45
Issue #306541: Strange behavior about anonymous content management.
46
Issues #2033711 and #2075033: Anonymous access for existing nodes
47
(fix by k4v and Blackice2999).
48
Issues #2040967 and #2037225: Unpublished access ignore set. User
49
reference access fix.
50

    
51
Nodeaccess 7.x-1.0
52
===================
53
A number of bug fixes, including:
54
Issue #1414256 by rv0: enable 'Keep?' for new users (fix by rv0).
55
Issue #1444040 by natuk: Access to unpublished nodes.
56
Code cleanup. Remove nodeaccess_node_insert(), it's handled by node_access now.
57
Issue #306541 by gianfrasoft: Strange behavior anonymous content management.
58
Issue #1496280 by rv0: Don't enforce default "View" access setting.
59
------------------------------------------------------------------------------
60
Issue #1088920 by Peasoup: Undefined offset fix (fix by rv0).
61
Issue #1200556 by xjm: D7 IA standards, use admin/config/people path.
62
Issue #1846786 by jcmc: Correct the admin path in info file.
63
Issue #1285150 by jmart: Undefined index: keys in nodeaccess_grants_form().
64
Issue #1082262 by aquaseal: Undefined $rows in nodeaccess_grants_form().
65
Issue #1155706 by tristanmatthews: Undefined index in nodeaccess_access().