[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.47
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Nov 18 03:13:22 EST 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv8551
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
- fixed import of workflow bindings (http://collector.zope.org/CMF/265)
- converted the workflows.xml parsing to minidom
- added a 'typeinfo' dependency to the 'workflow' import step
=== CMF/CHANGES.txt 1.248.2.46 => 1.248.2.47 ===
--- CMF/CHANGES.txt:1.248.2.46 Tue Nov 16 17:03:02 2004
+++ CMF/CHANGES.txt Thu Nov 18 03:12:51 2004
@@ -3,7 +3,7 @@
New Features
- CachePolicyManager: You can now set a ETag using a TALES expression
- (http://www.zope.org/Collectors/CMF/236)
+ (http://collector.zope.org/CMF/236)
- RegistrationTool: The regular expression that limits what people
can put in as a valid member ID is now configurable TTW in the
@@ -11,15 +11,19 @@
Bug Fixes
+ - CMFSetup: Fixed import of workflow bindings.
+ The 'workflow' import step has to be run after the 'typeinfo' step.
+ (http://collector.zope.org/CMF/265)
+
- CMFCore.CatalogTool: Take into account query restrictions on
'effective' or 'expires' attributes during a search.
- (http://zope.org/Collectors/CMF/120)
+ (http://collector.zope.org/CMF/120)
- WorkflowTool: Fixed 'setChainForPortalTypes'.
If 'chain' was an empty string, it wasn't set correctly.
- FSFile, FSImage: Made available to caching policy manager as
- standard content. (http://zope.org/Collectors/CMF/299)
+ standard content. (http://collector.zope.org/CMF/299)
- FSDTMLMethod: Small code cleanup to remove duplicate variable
definition (http://collector.zope.org/CMF/291)
More information about the CMF-checkins
mailing list