forked from collective/pas.plugins.sqlalchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
86 lines (60 loc) · 2.23 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Changelog
=========
0.3 (2011-10-13)
----------------
- Fire `IPropertiesUpdated` (from PAS) event on `setPropertiesForUser`
to allow components to take action when user properties are updated.
[malthe]
- Merged SVN repository (select branches) into the existing Github
repository to consolidate improvements.
[malthe]
- Add title and description to groups.
GetRolesForPrincipal needs to listen to __ignore_group_roles__ and
__ignore_direct_roles__ from the request to work with plone 4.
GetRolesForPrincipal needs to take group roles into account as
default.
[sunew]
- Merged many changes from the branches: wichert-flexible,
wichert-flexible-pw-encryption, zedr-mysql-optimized, auspex.
Version 0.3 is not compatible with the earlier versions, upgrading
will require some migration (not included).
[sunew]
- Seperate user_id and login - as in PAS. (Not complete?)
[wichert]
- Refactor user, group, and principal classes to enable more sharing
of functionality between groups and users.
[wichert]
- Length of varchars to be compatible with MySQL
[auspex, wichert, sunew, zedr]
- Cleaned up the properties - only the plone properties are in the
model now. Override the model if you need more fields.
[sunew]
- Password and salt readonly.
[wichert, sunew]
- remove IUpdatePlugin related stuff. Not used.
[wichert]
- Make models configurable via dotted path zmi properties.
[wichert]
- Also make the Principal class configurable.
[sunew]
- Add missing security declarations (match those for the same methods
in PlonePAS and PluggableAuthService).
[sunew]
- Fully implement IRoleAssignerPlugin: missed doRemoveRoleFromPrincipal.
[sunew]
- More tests, tests pass for plone 4.0.7.
[sunew]
0.2.1 (unreleased)
------------------------
- Fixed some tests. Now tests passes on plone 4.0.7.
[sunew]
- Convert to and from UTF-8 and unicode. Plone uses UTF-8 internally
and most Python deployments will coerce using the 'ascii' codec,
resulting in unicode decode errors. [mborch]
0.2 (released 2009/7/17)
------------------------
- Changed the 'listed' and 'ext_editor' column type to 'Integer' match
the Plone model. [seletz]
0.1 (released 2009/7/17)
------------------------
- Initial public release.