Closed
Bug 309405
Opened 19 years ago
Closed 14 years ago
support only storing attachments locally
Categories
(Bugzilla :: Attachments & Requests, enhancement)
Bugzilla
Attachments & Requests
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: altlist, Assigned: LpSolit)
References
Details
(Whiteboard: [fixed by blocker])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
It would be nice if there's a way to configure Bugzilla to only store
attachments locally. Or better yet, a parameter that determined when to auto
store locally, something like a minlocalattachment:
minlocalattachment=0 --> always store locally
mixlocalattachment>Nkb --> if file is greater the Nkb, automatically store
locally
minlocalattachment=-1 --> make bigfile optional
Reproducible: Always
Steps to Reproduce:
Updated•19 years ago
|
Summary: support only storing attachments locally → support only storing attachments locally
| Assignee | ||
Comment 1•19 years ago
|
||
why not using the existing 'maxlocalattachment' parameter? and maybe a dropdown menu with an option "all" or "force all"?
| Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > why not using the existing 'maxlocalattachment' parameter? and maybe a dropdown > menu with an option "all" or "force all"? That would prevent the user from specifying a file size to indicate which ones should be attached locally or in the database. Granted, I personally don't need that feature.
| Assignee | ||
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•14 years ago
|
||
This is now fixed thanks to bug 490930. If you set maxattachmentsize to 0, then all attachments will be stored locally.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by blocker]
Target Milestone: --- → Bugzilla 4.2
| Assignee | ||
Updated•14 years ago
|
Assignee: attach-and-request → LpSolit
You need to log in
before you can comment on or make changes to this bug.
Description
•