aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Fla...lpsolit%gmail.com2008-02-041-3/+3
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...lpsolit%gmail.com2008-02-041-2/+2
* Bug 413222: Implement $attachment->remove_from_db - Patch by Frédéric B...lpsolit%gmail.com2008-01-201-2/+26
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-7/+8
* Bug 375007: [Oracle] Some CGIs use SQL names in their "AS" clauses that don't...mkanat%bugzilla.org2007-12-121-2/+2
* Bug 99215: Attachments have no midair collision protection - Patch by Fréd...lpsolit%gmail.com2007-11-301-5/+22
* Midair with product change while adding an attachment silently clears flags -...lpsolit%gmail.com2007-10-091-7/+7
* Bug 392175: Move isViewable out of attachment.cgi + some other minor cleanup ...lpsolit%gmail.com2007-08-141-11/+38
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-241-1/+1
* Bug 365756 text/x-patch and text/x-diff should be mapped to [x] patchtimeless%mozdev.org2007-07-201-0/+9
* Bug 376497: validateID() should return an attachment object - Patch by Fré...lpsolit%gmail.com2007-04-041-8/+8
* Bug 364177: On attachment and bug creation, if *one* requestee cannot see the...lpsolit%gmail.com2007-02-041-1/+1
* Bug 367077: Big attachments which should be stored locally are not - Patch by...lpsolit%gmail.com2007-01-171-1/+4
* Bug 365739: An error is thrown when attaching a too big file on bug creation ...lpsolit%gmail.com2007-01-041-1/+1
* Bug 356395: On bug creation, an error is thrown when the requestee of a priva...lpsolit%gmail.com2006-12-011-8/+21
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-10/+13
* Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private a...lpsolit%gmail.com2006-10-151-25/+51
* Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd...lpsolit%gmail.com2006-08-241-7/+5
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-07-251-8/+116
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-3/+4
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-2/+4
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+0
* Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com2006-06-181-6/+318
* Bug 44595: Implement an interface for administrators to delete attachments - ...lpsolit%gmail.com2006-04-181-6/+6
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-2/+1
* Bug 322712: Cannot export local attachments (attachments are truncated) - Pat...lpsolit%gmail.com2006-01-101-0/+1
* Bug 301764: The file size indicates "0" when editing local attachments - Patc...lpsolit%gmail.com2005-12-081-0/+15
* Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead ...lpsolit%gmail.com2005-11-051-3/+3
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-201-0/+1
* Bug 309221: Attachments table displays zero size for locally stored attachmentsbugreport%peshkin.net2005-09-211-1/+1
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachme...myk%mozilla.org2005-09-011-72/+360
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-271-0/+2
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-2/+2
* Bug 297870: attachments table/list should show attachment creatorbugzilla%glob.com.au2005-07-101-2/+5
* Bug 274724: The 'Edit Attachment' link is now available even if a user does n...lpsolit%gmail.com2005-04-281-27/+14
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+2
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-3/+5
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-211-0/+12
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-1/+2
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-1/+1
* Fix for bug 127995: shows the size of attachments in the show bug and attachm...myk%mozilla.org2004-02-061-3/+4
* Fix for bug 179510: takes group restrictions into account when sending reques...myk%mozilla.org2003-04-251-3/+5
* Bug 184256 Canedit group_control_map entry does not prevent making attachmentsbugreport%peshkin.net2002-12-111-2/+7
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2002-11-281-8/+2
* Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org2002-09-291-17/+25
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 143286 - Add support for Insiders, Private comments, Private Attachments....gerv%gerv.net2002-08-201-2/+3
* 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