summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-09-22 01:57:07 +0200
committerjustdave%syndicomm.com <>2002-09-22 01:57:07 +0200
commitcf9b4ba2e757925eeb18bb63411ae30c8600c643 (patch)
tree9db557ee9ac49b376e3f9b8acee0c06112405a54 /checksetup.pl
parent66493d5e7e811c387faefd8f27edadcaf762c829 (diff)
downloadbugzilla-cf9b4ba2e757925eeb18bb63411ae30c8600c643.tar.gz
bugzilla-cf9b4ba2e757925eeb18bb63411ae30c8600c643.tar.xz
Fix for bug 63601: Recommend filename when downloading attachments (except in IE4, which chokes on the Content-Disposition header)
Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com> r= bbaetz, gerv
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 803d64d14..c00301742 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1805,6 +1805,7 @@ AddFDef("dependson", "BugsThisDependsOn", 0);
AddFDef("blocked", "OtherBugsDependingOnThis", 0);
AddFDef("attachments.description", "Attachment description", 0);
AddFDef("attachments.thedata", "Attachment data", 0);
+AddFDef("attachments.filename", "Attachment filename", 0);
AddFDef("attachments.mimetype", "Attachment mime type", 0);
AddFDef("attachments.ispatch", "Attachment is patch", 0);
AddFDef("attachments.isobsolete", "Attachment is obsolete", 0);