aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-2/+2
| | | | r=mkanat,wicked a=justdave
* Bug 297870: attachments table/list should show attachment creatorbugzilla%glob.com.au2005-07-101-2/+5
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
* Bug 274724: The 'Edit Attachment' link is now available even if a user does ↵lpsolit%gmail.com2005-04-281-27/+14
| | | | not have 'editbugs' privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+2
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-3/+5
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-211-0/+12
| | | | r=wurblzap.a=justdave
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-1/+2
| | | | | r=joel, justdave a=justdave
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-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
* Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org2004-02-061-3/+4
| | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-3/+5
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Bug 184256 Canedit group_control_map entry does not prevent making attachmentsbugreport%peshkin.net2002-12-111-2/+7
| | | | | r=bbaetz a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-8/+2
| | | | | | | every time we display. r=justdave a=justdave
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-17/+25
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-201-2/+3
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net2002-03-241-20/+6
|
* Bug 97729 - uploaders need to be able to obsolete their own attachmentsbbaetz%student.usyd.edu.au2002-02-261-2/+12
| | | | r=jake, justdave
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-131-24/+11
| | | | r=mattyt, afranke
* Bug 93037 - use YYYY-MM-DD HH:MM formatting for attachment datesbbaetz%student.usyd.edu.au2002-01-231-3/+4
| | | | r=gerv,myk
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+0
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bug 104261 - incorrect template paths. r=myk, ddk.gerv%gerv.net2001-11-221-1/+1
|
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-311-4/+1
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-311-0/+117
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com