summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Bug 1235270: Set submitter_id before calling _check_data()Mahdi Mokhtari1-1/+2
2015-04-29Bug 622455: The attachment mime type autodetection shouldn't rely on the brow...Frédéric Buclin1-5/+3
2015-01-21Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to prevent...Gervase Markham1-2/+2
2014-10-24Bug 1073264 - allow attachment download to be offloaded to the webserver usin...Damien Nozay1-2/+42
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-06-11Bug 978146: activity entry when setting flags isn't split across multiple rowsByron Jones1-7/+3
2014-03-31Bug 989633 - Unable to change content type using Bug.update_attachment if att...David Lawrence1-1/+2
2014-03-21Bug 294021: Allow requestees to set attachment flags even if they don't have ...Frédéric Buclin1-6/+5
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
2014-02-24Bug 975896: Bugzilla crashes when editing a flag type which is not specifical...Frédéric Buclin1-4/+4
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-1/+14
2014-01-03Bug 945535 - When loading bugs with large number of attachments, $bug->attach...Dave Lawrence1-15/+21
2013-11-18Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones1-16/+13
2013-09-13Bug 914986 - Create Bug.update_attachment to update attachments via RPC/RESTSimon Green1-4/+5
2013-09-02Fix bustage on Oracle due to bug 898830Frédéric Buclin1-2/+2
2013-08-09Bug 898830: Improve loading time of show_bug.cgiFrédéric Buclin1-35/+27
2013-03-19Bug 852445: Mime type detection truncates the first 32 bytes from attachmentsByron Jones1-0/+1
2012-12-19Bug 815532: Add caching for Bugzilla::User objectsByron Jones1-3/+2
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+26
2012-11-22Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying th...Byron Jones1-1/+1
2012-11-13Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see a...Frédéric Buclin1-3/+0
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin1-19/+14
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+3
2012-07-04Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ...Matt Selsky1-7/+46
2012-02-29Bug 731559: Preload all attachment submitters when viewing a bug reportFrédéric Buclin1-5/+16
2012-01-12Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin1-0/+1
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-22/+5
2011-12-31Bug 647662 - Add a "size" return value to Bug.attachmentsReed Loden1-1/+1
2011-12-08Suppress warning relating to new constant.Gervase Markham1-1/+1
2011-12-08Expand max length of attachment filename from 100 to 255 characters. r=glob, ...Gervase Markham1-3/+5
2011-12-08Bug 684225: The removal of locally stored attachments should be done from Bug...c1541@hotmail.com1-0/+5
2011-10-01Bug 582529: Ambiguous error message "You did not specify a file to attach" wh...Frédéric Buclin1-1/+8
2011-08-10Bug 677187: If the attachment filename contains a newline, an error is thrown...Frédéric Buclin1-3/+7
2011-08-04Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded attachmen...Frédéric Buclin1-1/+4
2011-03-14Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander1-0/+2
2011-02-11Bug 633041: Add an error code for zero_length_file and fill in content_typeMax Kanat-Alexander1-3/+8
2010-10-22Bug 413648: Attachment mime type handling should strip leading and trailing s...Frédéric Buclin1-0/+1
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-49/+7
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander1-0/+2
2010-07-08Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin1-79/+37
2010-07-06Bug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, whichMax Kanat-Alexander1-0/+1
2010-07-05Bug 574327 - Map image/x-png to image/png (to fix IE's uploads)Reed Loden1-0/+6
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-8/+8
2010-05-14Bug 565880: Do not throw an error when obsoleting an already obsolete attachmentFrédéric Buclin1-5/+5
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-1/+1
2009-09-28Bug 140999: Users without edit permissions for an attachment should still be ...lpsolit%gmail.com1-8/+6
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an e...lpsolit%gmail.com1-18/+0
2009-08-13Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by FrÃ...lpsolit%gmail.com1-46/+48
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com1-16/+42