equal
deleted
inserted
replaced
1 Metadata-Version: 1.0 |
1 Metadata-Version: 1.0 |
2 Name: ztfy.utils |
2 Name: ztfy.utils |
3 Version: 0.2 |
3 Version: 0.3.2 |
4 Summary: ZTFY utility functions and classes for Zope3 |
4 Summary: ZTFY utility functions and classes for Zope3 |
5 Home-page: http://trac.ztfy.org/ztfy.utils |
5 Home-page: http://trac.ztfy.org/ztfy.utils |
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 |
39 |
39 |
40 |
40 |
41 Changelog |
41 Changelog |
42 ========= |
42 ========= |
43 |
43 |
|
44 0.3.2 |
|
45 ----- |
|
46 - Mark ztfy.utils.security functions and classes as deprecated |
|
47 |
|
48 0.3.1 |
|
49 ----- |
|
50 - Updated signature in ztfy.utils.catalog.index to match last hurry.query release |
|
51 |
|
52 0.3 |
|
53 --- |
|
54 - Switched to ZTK-1.1.2 |
|
55 - Added "getAge" function in date module |
|
56 - Added session module and TALES adapter to get/set session values |
|
57 - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods |
|
58 |
|
59 0.2.1 |
|
60 ----- |
|
61 - Added 'site.locateAndRegister' facility function |
|
62 - Update ServerTimezoneUtility parent classes |
|
63 |
44 0.2 |
64 0.2 |
45 --- |
65 --- |
46 - Added 'data' namespace to access request data |
66 - Added 'data' namespace to access request data |
47 |
67 |
48 0.1 |
68 0.1 |