[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.459

Casey Duncan casey@zope.com
Fri, 12 Apr 2002 11:37:43 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv9270/doc

Modified Files:
	CHANGES.txt 
Log Message:
FileUpload objects now eval false if filename is empty.
Upload buttons on DTML, Py Scripts, Files, Images and PTs raise an error
if the file is not specified instead of clearing the source (Bug #144)


=== Zope/doc/CHANGES.txt 1.458 => 1.459 ===
     new Features:
     
+      - FileUpload objects now evaluate false when the have an empty file
+        name. Making it easier to check for omitted file upload form fields.
+    
       - ZClasses now use a python script as their constructor method
         instead of a DTML method. Also, ZClasses inherit from 
         CatalogPathAwareness now instead of CatalogAwareness.
@@ -72,6 +75,10 @@
 
     Bugs:
 
+      - Fixed bug #144: Upload button on dtml, py scripts, images, files and
+        pts now raises an error if the file is not specified rather than
+        clearing the source.
+        
       - Fixed bug #275: setPermissionDefault didn't actually set the
         right permission -> role mappings.