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 |
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 |
|
45 --- |
|
46 - Added "getAge" function in date module |
|
47 - Added session module and TALES adapter to get/set session values |
|
48 - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods |
|
49 |
|
50 0.2.1 |
|
51 ----- |
|
52 - Added 'site.locateAndRegister' facility function |
|
53 - Update ServerTimezoneUtility parent classes |
|
54 |
44 0.2 |
55 0.2 |
45 --- |
56 --- |
46 - Added 'data' namespace to access request data |
57 - Added 'data' namespace to access request data |
47 |
58 |
48 0.1 |
59 0.1 |