From: richard Date: Wed, 21 Jan 2004 05:00:08 +0000 (+0000) Subject: backport content-type fix to 0.6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=52501f22699c6e6415693e168d53449b89036c62;p=roundup.git backport content-type fix to 0.6 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2061 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 924006b..4295275 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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