summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-3/+0
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com1-6/+318
Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2006-04-18Bug 44595: Implement an interface for administrators to delete attachments - ↵lpsolit%gmail.com1-6/+6
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-2/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-01-10Bug 322712: Cannot export local attachments (attachments are truncated) - ↵lpsolit%gmail.com1-0/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-12-08Bug 301764: The file size indicates "0" when editing local attachments - ↵lpsolit%gmail.com1-0/+15
Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2005-11-05Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead ↵lpsolit%gmail.com1-3/+3
of creation time - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2005-10-20Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net1-0/+1
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-09-21Bug 309221: Attachments table displays zero size for locally stored attachmentsbugreport%peshkin.net1-1/+1
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-09-01Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org1-72/+360
Attachment class; r=lpsolit
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net1-0/+2
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-2/+2
r=mkanat,wicked a=justdave
2005-07-10Bug 297870: attachments table/list should show attachment creatorbugzilla%glob.com.au1-2/+5
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
2005-04-28Bug 274724: The 'Edit Attachment' link is now available even if a user does ↵lpsolit%gmail.com1-27/+14
not have 'editbugs' privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-1/+2
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-02-25Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com1-3/+5
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-21Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net1-0/+12
r=wurblzap.a=justdave
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-1/+2
r=joel, justdave a=justdave
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com1-1/+1
they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org1-3/+4
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
2003-04-25Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org1-3/+5
request notifications r=bbaetz,jpreed a=justdave
2002-12-11Bug 184256 Canedit group_control_map entry does not prevent making attachmentsbugreport%peshkin.net1-2/+7
r=bbaetz a=justdave
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org1-8/+2
every time we display. r=justdave a=justdave
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-17/+25
enhancements to attachment statuses. r=gerv,bbaetz
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-2/+3
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-03-24Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net1-20/+6
2002-02-26Bug 97729 - uploaders need to be able to obsolete their own attachmentsbbaetz%student.usyd.edu.au1-2/+12
r=jake, justdave
2002-02-13Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au1-24/+11
r=mattyt, afranke
2002-01-23Bug 93037 - use YYYY-MM-DD HH:MM formatting for attachment datesbbaetz%student.usyd.edu.au1-3/+4
r=gerv,myk
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+0
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-11-22Bug 104261 - incorrect template paths. r=myk, ddk.gerv%gerv.net1-1/+1
2001-10-31Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org1-4/+1
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org1-0/+117
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com