[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.543
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 18 22:17:11 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv2268/doc
Modified Files:
CHANGES.txt
Log Message:
Fixed issue 140. Modernized File and Image.
=== Zope3/doc/CHANGES.txt 1.542 => 1.543 ===
--- Zope3/doc/CHANGES.txt:1.542 Thu Mar 18 18:40:30 2004
+++ Zope3/doc/CHANGES.txt Thu Mar 18 22:17:09 2004
@@ -74,6 +74,14 @@
Bug fixes
+ - Fixed issue 140. The problem was that a 'FileUpload' object was created,
+ even though no file was uploaded. On top of it the underlying
+ 'FieldStorage' object provided an empty filename and the data of the
+ storage was '\r'. Fixed all this by not adding a 'FileUpload' object to
+ the request's form when the filename is empty. Added explanatory comment.
+ Added new functional tests for 'Image' objects to verify the correct
+ behavior.
+
- Fixed issue 119. Unicode-based names are handled correctly now.
- Fixed issue 128. The TALES Iterator class is now up-to-date.
@@ -111,6 +119,10 @@
LocationProxies for all adapters which do not implement ILocation itself.
Restructuring
+
+ - Modernized File and Image (as well as their I18n equivalent) to use
+ schemas. I also removed a lot of unnecessary methods in the objects and
+ their views.
- Removed session-specific mapping interfaces. The two that were not yet
available in zope.interface.common.mapping were added there.
More information about the Zope3-Checkins
mailing list