Code

backport content-type fix to 0.6
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 21 Jan 2004 05:00:08 +0000 (05:00 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 21 Jan 2004 05:00:08 +0000 (05:00 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2061 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt

index 924006b00647ff066df51cac8fd0026f22c401c2..42952753366d35e515ad7ea005192de9045e3e0f 100644 (file)
@@ -50,7 +50,6 @@ Fixed:
 - the mail gateway now searches recursively for the text/plain and the
   attachments of a message (sf bug 841241).
 - fixed display of feedback messages in some situations (sf bug 739545)
-- use supplied content-type on file uploads before trying filename)
 
 Cleanup:
 - replace curuserid attribute on Database with the extended getuid() method.
@@ -78,6 +77,7 @@ Fixed:
 - fixed IE double-submit when it shouldn't (sf bug 842254)
 - fixed check for JS pop()/push() to make more general (sf bug 877504)
 - fix re-enabling queries (sf bug 861940)
+- use supplied content-type on file uploads before trying filename)
 
 
 2003-12-17 0.6.4