Version 0.3.13 ZTK-1.1 0.3.13
authorThierry Florac <tflorac@ulthar.net>
Wed, 19 Dec 2012 08:01:30 +0100
branchZTK-1.1
changeset 192 a86ceeb8e22f
parent 191 bbb1270b179e
child 193 2d176ffc0c6c
Version 0.3.13
src/ztfy.utils.egg-info/PKG-INFO
src/ztfy.utils.egg-info/SOURCES.txt
--- a/src/ztfy.utils.egg-info/PKG-INFO	Tue Nov 20 18:07:08 2012 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Wed Dec 19 08:01:30 2012 +0100
@@ -43,9 +43,15 @@
         
         0.3.13
         ------
+         - added ZEO connection interface, utility and tools
          - added "ztfy.utils.container" utility module
+         - added a persistent utility to store ZEO connection settings
+         - added "TextLine list" schema field and widget
+         - added request and session cached properties
          - added Python 2.7 compatibility code and timeout parameter to XML-RPC
            protocol helper
+         - changed request "data:" TAL namespace to basic HTTP request so it can be used
+           in views called via JSON-RPC or XML-RPC
         
         0.3.12
         ------
--- a/src/ztfy.utils.egg-info/SOURCES.txt	Tue Nov 20 18:07:08 2012 +0100
+++ b/src/ztfy.utils.egg-info/SOURCES.txt	Wed Dec 19 08:01:30 2012 +0100
@@ -28,6 +28,7 @@
 src/ztfy/utils/file.py
 src/ztfy/utils/html.py
 src/ztfy/utils/interfaces.py
+src/ztfy/utils/list.py
 src/ztfy/utils/overrides.zcml
 src/ztfy/utils/profilehooks.py
 src/ztfy/utils/property.py
@@ -36,16 +37,25 @@
 src/ztfy/utils/security.py
 src/ztfy/utils/session.py
 src/ztfy/utils/site.py
+src/ztfy/utils/size.py
 src/ztfy/utils/text.py
 src/ztfy/utils/traversing.py
 src/ztfy/utils/unicode.py
 src/ztfy/utils/zodb.py
+src/ztfy/utils/zodb.zcml
 src/ztfy/utils/browser/__init__.py
 src/ztfy/utils/browser/color.py
 src/ztfy/utils/browser/configure.zcml
+src/ztfy/utils/browser/daterange.py
 src/ztfy/utils/browser/encoding.py
+src/ztfy/utils/browser/textlinelist.py
+src/ztfy/utils/browser/zodb.py
 src/ztfy/utils/browser/templates/color_display.pt
 src/ztfy/utils/browser/templates/color_input.pt
+src/ztfy/utils/browser/templates/daterange_display.pt
+src/ztfy/utils/browser/templates/daterange_input.pt
+src/ztfy/utils/browser/templates/textlinelist_display.pt
+src/ztfy/utils/browser/templates/textlinelist_input.pt
 src/ztfy/utils/catalog/__init__.py
 src/ztfy/utils/catalog/configure.zcml
 src/ztfy/utils/catalog/index.py