Projet

Général

Profil

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

root / drupal7 / sites / all / modules / nodeaccess / CHANGELOG.txt @ c2ac6d1d

1
Nodeaccess 7.x-1.6
2
==================
3
Corrected issues surrounding security advisory SA-CONTRIB-2019-009
4
Addressed compatibility issues with SQL queries regarding PostgreSQL
5
Rebuilding of node permissions required after update.
6

    
7
Nodeaccess 7.x-1.x
8
===================
9
Issue #2427345 by trigdog: fix Database Error - nodeaccess_author duplicate entry
10

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

    
21
Nodeaccess 7.x-1.4
22
===================
23
Issue #436918: Aliases are not being saved for disabled roles, port to D7.
24
Issue #2187571 by e.escribano, jshirkey: Fix node type grant tab choice.
25

    
26
Nodeaccess 7.x-1.3
27
===================
28
Issue #2173497: Remove undefined variable rows.
29

    
30

    
31
Nodeaccess 7.x-1.2
32
===================
33
Issue #2173497: remove undefined variable rid.
34

    
35
Nodeaccess 7.x-1.1
36
===================
37
Issue #2146209: Show localized role names in Grant tab.
38
Issue #306541: Strange behavior about anonymous content management.
39
Issues #2033711 and #2075033: Anonymous access for existing nodes
40
(fix by k4v and Blackice2999).
41
Issues #2040967 and #2037225: Unpublished access ignore set. User
42
reference access fix.
43

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