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.3.3 |
3 Version: 0.3.6 |
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://www.ztfy.org |
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 |
9 Description: ================== |
9 Description: ================== |
10 ztfy.utils package |
10 ztfy.utils package |
39 |
39 |
40 |
40 |
41 Changelog |
41 Changelog |
42 ========= |
42 ========= |
43 |
43 |
|
44 0.3.6 |
|
45 ----- |
|
46 - corrected code and translations in MissingPrincipal class |
|
47 - added permissions on TextIndexNG index |
|
48 |
|
49 0.3.5 |
|
50 ----- |
|
51 - re-add IList and IDict interfaces forgotten from bad merge :-( |
|
52 |
|
53 0.3.4 |
|
54 ----- |
|
55 - better check for missing requests |
|
56 |
44 0.3.3 |
57 0.3.3 |
45 ----- |
58 ----- |
46 - Added "fanstatic:" TALES expression |
59 - Added "fanstatic:" TALES expression |
47 |
60 |
48 0.3.2 |
61 0.3.2 |
53 ----- |
66 ----- |
54 - Updated signature in ztfy.utils.catalog.index to match last hurry.query release |
67 - Updated signature in ztfy.utils.catalog.index to match last hurry.query release |
55 |
68 |
56 0.3 |
69 0.3 |
57 --- |
70 --- |
58 - Switched to ZTK-1.1.2 |
71 - Switched to ZTK-1.1.2 and Python 2.6 |
59 - Added "getAge" function in date module |
72 - Added "getAge" function in date module |
60 - Added session module and TALES adapter to get/set session values |
73 - Added session module and TALES adapter to get/set session values |
61 - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods |
74 - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods |
62 |
75 |
63 0.2.1 |
76 0.2.1 |