equal
deleted
inserted
replaced
|
1 Changelog |
|
2 ========= |
|
3 |
|
4 0.3.11 |
|
5 ------ |
|
6 - added dotted decimal schema field, not handling locales :-/ |
|
7 |
|
8 0.3.10 |
|
9 ------ |
|
10 - upgraded for ztfy.jqueryui 0.6.0 |
|
11 - added Color schema field and widget |
|
12 - added StringLine schema field |
|
13 - added "text:translate" TAL adapter |
|
14 - moved ITransactionManager adapter from ztfy.scheduler package |
|
15 |
|
16 0.3.9 |
|
17 ----- |
|
18 - added HTTP client based on httplib2, handling authentication and proxies |
|
19 |
|
20 0.3.8 |
|
21 ----- |
|
22 - corrected encodings vocabulary |
|
23 |
|
24 0.3.7 |
|
25 ----- |
|
26 - added encodings vocabulary |
|
27 |
|
28 0.3.6 |
|
29 ----- |
|
30 - corrected code and translations in MissingPrincipal class |
|
31 - added permissions on TextIndexNG index |
|
32 |
|
33 0.3.5 |
|
34 ----- |
|
35 - re-add IList and IDict interfaces forgotten from bad merge :-( |
|
36 |
|
37 0.3.4 |
|
38 ----- |
|
39 - better check for missing requests |
|
40 |
|
41 0.3.3 |
|
42 ----- |
|
43 - Added "fanstatic:" TALES expression |
|
44 |
|
45 0.3.2 |
|
46 ----- |
|
47 - Mark ztfy.utils.security functions and classes as deprecated |
|
48 |
|
49 0.3.1 |
|
50 ----- |
|
51 - Updated signature in ztfy.utils.catalog.index to match last hurry.query release |
|
52 |
|
53 0.3 |
|
54 --- |
|
55 - Switched to ZTK-1.1.2 and Python 2.6 |
|
56 - Added "getAge" function in date module |
|
57 - Added session module and TALES adapter to get/set session values |
|
58 - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods |
|
59 |
|
60 0.2.1 |
|
61 ----- |
|
62 - Added 'site.locateAndRegister' facility function |
|
63 - Update ServerTimezoneUtility parent classes |
|
64 |
|
65 0.2 |
|
66 --- |
|
67 - Added 'data' namespace to access request data |
|
68 |
|
69 0.1 |
|
70 --- |
|
71 - Initial release |