Version 0.4.0 ZTK-1.1 0.4.0
authorThierry Florac <tflorac@ulthar.net>
Sun, 03 Mar 2013 23:20:09 +0100
branchZTK-1.1
changeset 204 7eca33dd6233
parent 203 7cb9e4f51936
child 205 173c22d19081
Version 0.4.0
docs/HISTORY.txt
setup.py
src/ztfy.utils.egg-info/PKG-INFO
src/ztfy.utils.egg-info/SOURCES.txt
src/ztfy.utils.egg-info/requires.txt
--- a/docs/HISTORY.txt	Sat Mar 02 11:48:52 2013 +0100
+++ b/docs/HISTORY.txt	Sun Mar 03 23:20:09 2013 +0100
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.4.0
+-----
+ - move custom schema fields widgets to ZTFY.skin package
+
 0.3.14
 ------
  - added legend on ZEO connection properties edit form
--- a/setup.py	Sat Mar 02 11:48:52 2013 +0100
+++ b/setup.py	Sun Mar 03 23:20:09 2013 +0100
@@ -93,7 +93,7 @@
           'zope.tales',
           'zope.traversing',
           'zopyx.txng3.core',
-          'ztfy.jqueryui >= 0.6.0',
+          'ztfy.jqueryui >= 0.7.0',
       ],
       entry_points="""
       # -*- Entry points: -*-
--- a/src/ztfy.utils.egg-info/PKG-INFO	Sat Mar 02 11:48:52 2013 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Sun Mar 03 23:20:09 2013 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.3.14
+Version: 0.4.0
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,10 @@
         Changelog
         =========
         
+        0.4.0
+        -----
+         - move custom schema fields widgets to ZTFY.skin package
+        
         0.3.14
         ------
          - added legend on ZEO connection properties edit form
--- a/src/ztfy.utils.egg-info/SOURCES.txt	Sat Mar 02 11:48:52 2013 +0100
+++ b/src/ztfy.utils.egg-info/SOURCES.txt	Sun Mar 03 23:20:09 2013 +0100
@@ -44,18 +44,9 @@
 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
--- a/src/ztfy.utils.egg-info/requires.txt	Sat Mar 02 11:48:52 2013 +0100
+++ b/src/ztfy.utils.egg-info/requires.txt	Sun Mar 03 23:20:09 2013 +0100
@@ -31,7 +31,7 @@
 zope.tales
 zope.traversing
 zopyx.txng3.core
-ztfy.jqueryui >= 0.6.0
+ztfy.jqueryui >= 0.7.0
 
 [test]
 zope.testing
\ No newline at end of file