aboutsummaryrefslogtreecommitdiffstats
path: root/Attachment.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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