aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander2011-03-131-0/+2
* Bug 633041: Add an error code for zero_length_file and fill in content_typeMax Kanat-Alexander2011-02-101-3/+8
* Bug 413648: Attachment mime type handling should strip leading and trailing s...Frédéric Buclin2010-10-221-0/+1
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-49/+7
* Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander2010-07-131-0/+2
* Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin2010-07-081-79/+37
* Bug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, whichMax Kanat-Alexander2010-07-051-0/+1
* Bug 574327 - Map image/x-png to image/png (to fix IE's uploads)Reed Loden2010-07-051-0/+6
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-8/+8
* Bug 565880: Do not throw an error when obsoleting an already obsolete attachmentFrédéric Buclin2010-05-141-5/+5
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 140999: Users without edit permissions for an attachment should still be ...lpsolit%gmail.com2009-09-281-8/+6
* Bug 480986: The BMP -> PNG conversion tool for new attachments should be an e...lpsolit%gmail.com2009-08-131-18/+0
* Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by FrÃ...lpsolit%gmail.com2009-08-131-46/+48
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-16/+42
* Fix a warning thrown in the web server error log (due to bug 454251)lpsolit%gmail.com2009-04-091-1/+2
* Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com2009-04-091-311/+324
* Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2008-12-101-3/+2
* Fix bustage due to bug 453743: I have to exclude flags related to private att...lpsolit%gmail.com2008-09-091-0/+3
* Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric Bu...lpsolit%gmail.com2008-09-081-83/+56
* Bug 453743: Decrease the number of calls to the DB about flags when viewing a...lpsolit%gmail.com2008-09-081-3/+57
* 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