Changed request "data:" TAL namespace to basic HTTP request so it can be used in views called via JSON-RPC or XML-RPC
--- a/docs/HISTORY.txt Thu Aug 30 16:41:31 2012 +0200
+++ b/docs/HISTORY.txt Tue Sep 11 16:26:38 2012 +0200
@@ -7,6 +7,8 @@
- added "TextLine list" schema field and widget
- 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/PKG-INFO Thu Aug 30 16:41:31 2012 +0200
+++ b/src/ztfy.utils.egg-info/PKG-INFO Tue Sep 11 16:26:38 2012 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ztfy.utils
-Version: 0.3.12
+Version: 0.3.13
Summary: ZTFY utility functions and classes for Zope3
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -41,6 +41,12 @@
Changelog
=========
+ 0.3.13
+ ------
+ - added "ztfy.utils.container" utility module
+ - added Python 2.7 compatibility code and timeout parameter to XML-RPC
+ protocol helper
+
0.3.12
------
- updated package source layout
--- a/src/ztfy.utils.egg-info/SOURCES.txt Thu Aug 30 16:41:31 2012 +0200
+++ b/src/ztfy.utils.egg-info/SOURCES.txt Tue Sep 11 16:26:38 2012 +0200
@@ -22,6 +22,7 @@
src/ztfy.utils.egg-info/top_level.txt
src/ztfy/utils/__init__.py
src/ztfy/utils/configure.zcml
+src/ztfy/utils/container.py
src/ztfy/utils/date.py
src/ztfy/utils/encoding.py
src/ztfy/utils/file.py
--- a/src/ztfy/utils/tal/configure.zcml Thu Aug 30 16:41:31 2012 +0200
+++ b/src/ztfy/utils/tal/configure.zcml Tue Sep 11 16:26:38 2012 +0200
@@ -25,7 +25,7 @@
name="data"
factory=".request.RequestDataTalesAdapter"
provides="zope.traversing.interfaces.IPathAdapter"
- for="zope.publisher.interfaces.browser.IBrowserRequest" />
+ for="zope.publisher.interfaces.http.IHTTPRequest" />
<adapter
name="session"