[z3-checkins] r33610 - in z3/hurry.file/trunk: . src/hurry/file/browser

faassen at codespeak.net faassen at codespeak.net
Mon Oct 23 18:01:33 CEST 2006


Author: faassen
Date: Mon Oct 23 18:01:32 2006
New Revision: 33610

Modified:
   z3/hurry.file/trunk/CHANGES.txt
   z3/hurry.file/trunk/setup.py
   z3/hurry.file/trunk/src/hurry/file/browser/widget.py
Log:
Prepare for version 0.9.3.


Modified: z3/hurry.file/trunk/CHANGES.txt
==============================================================================
--- z3/hurry.file/trunk/CHANGES.txt	(original)
+++ z3/hurry.file/trunk/CHANGES.txt	Mon Oct 23 18:01:32 2006
@@ -1,6 +1,12 @@
 hurry.file changes
 ==================
 
+0.9.3 (2006-10-23)
+------------------
+
+* Send tramline_ok header back when redisplaying widget, in case we're
+  working with tramline.
+
 0.9.2 (2006-09-28)
 ------------------
 

Modified: z3/hurry.file/trunk/setup.py
==============================================================================
--- z3/hurry.file/trunk/setup.py	(original)
+++ z3/hurry.file/trunk/setup.py	Mon Oct 23 18:01:32 2006
@@ -2,7 +2,7 @@
 
 setup(
     name="hurry.file",
-    version="0.9.2",
+    version="0.9.3",
     packages=find_packages('src'),
     
     package_dir= {'':'src'},

Modified: z3/hurry.file/trunk/src/hurry/file/browser/widget.py
==============================================================================
--- z3/hurry.file/trunk/src/hurry/file/browser/widget.py	(original)
+++ z3/hurry.file/trunk/src/hurry/file/browser/widget.py	Mon Oct 23 18:01:32 2006
@@ -76,6 +76,8 @@
             
         # if there was data in the input, pass along the data id
         if file_id is not None:
+            # tell tramline to store this file (if tramline is in use)
+            self.request.response.addHeader('tramline_ok', 'OK')
             if value:
                 result += ' (%s)' % value.filename 
             result += renderElement(


More information about the z3-checkins mailing list