equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-security |
2 Name: pyams-security |
3 Version: 0.1.4 |
3 Version: 0.1.5 |
4 Summary: PyAMS security interfaces and classes |
4 Summary: PyAMS security interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_security |
5 Home-page: http://hg.ztfy.org/pyams/pyams_security |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
104 |
104 |
105 |
105 |
106 History |
106 History |
107 ======= |
107 ======= |
108 |
108 |
|
109 0.1.5 |
|
110 ----- |
|
111 - added "context" support to authorization API's "effective_principals" method call, to be able to get |
|
112 current request principals in a context different from those of the request; this feature is required for a |
|
113 good support of "local roles"... |
|
114 - updated system manager permissions |
|
115 - changed ZMI permissions |
|
116 |
109 0.1.4 |
117 0.1.4 |
110 ----- |
118 ----- |
111 - use request.url instead of request.view_name in forbidden view referrer |
119 - use request.url instead of request.view_name in forbidden view referrer |
112 - set distinct profile name to correctly get user's avatar |
120 - set distinct profile name to correctly get user's avatar |
113 - added missing "data-togle" attribute in social providers table view |
121 - added missing "data-togle" attribute in social providers table view |