[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.81
Jens Vagelpohl
jens at dataflake.org
Wed Apr 6 07:20:15 EDT 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv13172
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
- CMFCore.FSZSQLMethod: Added configuration parameters that were left out.
Some of the configuration parameters to ZSQL methods, specifically
those describing custom pluggable brains classes and the
connection_hook, were not implemented in FSZSQLMethod. Also added a
first small unittest module for FSZSQLMethod testing.
(http://www.zope.org/Collectors/CMF/335)
=== CMF/CHANGES.txt 1.248.2.80 => 1.248.2.81 ===
--- CMF/CHANGES.txt:1.248.2.80 Wed Apr 6 05:53:38 2005
+++ CMF/CHANGES.txt Wed Apr 6 07:19:45 2005
@@ -28,6 +28,13 @@
Bug Fixes
+ - CMFCore.FSZSQLMethod: Added configuration parameters that were left out.
+ Some of the configuration parameters to ZSQL methods, specifically
+ those describing custom pluggable brains classes and the
+ connection_hook, were not implemented in FSZSQLMethod. Also added a
+ first small unittest module for FSZSQLMethod testing.
+ (http://www.zope.org/Collectors/CMF/335)
+
- CMFSetup utils: Modified ConfiguratorBase.
If the DEFAULT value is used, CONVERTER is no longer called. This makes
setting DEFAULT more intuitive. While very unlikely, the change might
More information about the CMF-checkins
mailing list