docs/HISTORY.txt
branchZTK-1.1
changeset 148 d3668ecd9137
parent 146 d3083b645607
child 153 682ec5ee8f13
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/HISTORY.txt	Wed Jun 20 16:29:53 2012 +0200
@@ -0,0 +1,71 @@
+Changelog
+=========
+
+0.3.11
+------
+ - added dotted decimal schema field, not handling locales :-/
+
+0.3.10
+------
+ - upgraded for ztfy.jqueryui 0.6.0
+ - added Color schema field and widget
+ - added StringLine schema field
+ - added "text:translate" TAL adapter
+ - moved ITransactionManager adapter from ztfy.scheduler package
+
+0.3.9
+-----
+ - added HTTP client based on httplib2, handling authentication and proxies
+
+0.3.8
+-----
+ - corrected encodings vocabulary
+
+0.3.7
+-----
+ - added encodings vocabulary
+
+0.3.6
+-----
+ - corrected code and translations in MissingPrincipal class
+ - added permissions on TextIndexNG index
+
+0.3.5
+-----
+ - re-add IList and IDict interfaces forgotten from bad merge :-(
+
+0.3.4
+-----
+ - better check for missing requests
+
+0.3.3
+-----
+ - Added "fanstatic:" TALES expression
+
+0.3.2
+-----
+ - Mark ztfy.utils.security functions and classes as deprecated
+
+0.3.1
+-----
+ - Updated signature in ztfy.utils.catalog.index to match last hurry.query release
+
+0.3
+---
+ - Switched to ZTK-1.1.2 and Python 2.6
+ - Added "getAge" function in date module 
+ - Added session module and TALES adapter to get/set session values
+ - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods
+
+0.2.1
+-----
+ - Added 'site.locateAndRegister' facility function
+ - Update ServerTimezoneUtility parent classes
+
+0.2
+---
+ - Added 'data' namespace to access request data
+
+0.1
+---
+ - Initial release