index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
Attachment.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
Bug 815532: Add caching for Bugzilla::User objects
Byron Jones
1
-3
/
+2
2012-12-01
Bug 787668: Use |use parent| instead of |use base|
Matt Selsky
1
-1
/
+1
2012-11-30
Bug 816747 - Add dummy POD for unPODded methods.
Marc Schumann
1
-0
/
+26
2012-11-22
Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying th...
Byron Jones
1
-1
/
+1
2012-11-13
Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see a...
Frédéric Buclin
1
-3
/
+0
2012-11-12
Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...
Frédéric Buclin
1
-19
/
+14
2012-09-01
Bug 787529: Use |use 5.10.1| everywhere
Frédéric Buclin
1
-2
/
+3
2012-07-04
Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ...
Matt Selsky
1
-7
/
+46
2012-02-29
Bug 731559: Preload all attachment submitters when viewing a bug report
Frédéric Buclin
1
-5
/
+16
2012-01-12
Bug 715902: Do not log personal common activities in audit_log
Frédéric Buclin
1
-0
/
+1
2012-01-11
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...
Frédéric Buclin
1
-22
/
+5
2011-12-31
Bug 647662 - Add a "size" return value to Bug.attachments
Reed Loden
1
-1
/
+1
2011-12-08
Suppress warning relating to new constant.
Gervase Markham
1
-1
/
+1
2011-12-08
Expand max length of attachment filename from 100 to 255 characters. r=glob, ...
Gervase Markham
1
-3
/
+5
2011-12-08
Bug 684225: The removal of locally stored attachments should be done from Bug...
c1541@hotmail.com
1
-0
/
+5
2011-10-01
Bug 582529: Ambiguous error message "You did not specify a file to attach" wh...
Frédéric Buclin
1
-1
/
+8
2011-08-10
Bug 677187: If the attachment filename contains a newline, an error is thrown...
Frédéric Buclin
1
-3
/
+7
2011-08-04
Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded attachmen...
Frédéric Buclin
1
-1
/
+4
2011-03-14
Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects
Max Kanat-Alexander
1
-0
/
+2
2011-02-11
Bug 633041: Add an error code for zero_length_file and fill in content_type
Max Kanat-Alexander
1
-3
/
+8
2010-10-22
Bug 413648: Attachment mime type handling should strip leading and trailing s...
Frédéric Buclin
1
-0
/
+1
2010-07-18
Bug 119703: Create an attachment by pasting it into a text field
Frédéric Buclin
1
-49
/
+7
2010-07-14
Bug 412074: Ability to add attachments to a bug via the WebService
Max Kanat-Alexander
1
-0
/
+2
2010-07-08
Bug 490930: Always store attachments locally if they are over X size (and bel...
Frédéric Buclin
1
-79
/
+37
2010-07-06
Bug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, which
Max Kanat-Alexander
1
-0
/
+1
2010-07-05
Bug 574327 - Map image/x-png to image/png (to fix IE's uploads)
Reed Loden
1
-0
/
+6
2010-06-24
Bug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander
1
-8
/
+8
2010-05-14
Bug 565880: Do not throw an error when obsoleting an already obsolete attachment
Frédéric Buclin
1
-5
/
+5
2009-11-24
Bug 430014: Re-write the code hooks system so that it uses modules instead of...
mkanat%bugzilla.org
1
-1
/
+1
2009-09-28
Bug 140999: Users without edit permissions for an attachment should still be ...
lpsolit%gmail.com
1
-8
/
+6
2009-08-13
Bug 480986: The BMP -> PNG conversion tool for new attachments should be an e...
lpsolit%gmail.com
1
-18
/
+0
2009-08-13
Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by FrÃ...
lpsolit%gmail.com
1
-46
/
+48
2009-08-05
Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...
lpsolit%gmail.com
1
-16
/
+42
2009-04-09
Fix a warning thrown in the web server error log (due to bug 454251)
lpsolit%gmail.com
1
-1
/
+2
2009-04-09
Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...
lpsolit%gmail.com
1
-311
/
+324
2008-12-10
Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buc...
lpsolit%gmail.com
1
-3
/
+2
2008-09-09
Fix bustage due to bug 453743: I have to exclude flags related to private att...
lpsolit%gmail.com
1
-0
/
+3
2008-09-09
Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric Bu...
lpsolit%gmail.com
1
-83
/
+56
2008-09-08
Bug 453743: Decrease the number of calls to the DB about flags when viewing a...
lpsolit%gmail.com
1
-3
/
+57
2008-02-04
Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Fla...
lpsolit%gmail.com
1
-3
/
+3
2008-02-04
Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...
lpsolit%gmail.com
1
-2
/
+2
2008-01-20
Bug 413222: Implement $attachment->remove_from_db - Patch by Frédéric B...
lpsolit%gmail.com
1
-2
/
+26
2008-01-18
Bug 408172: [Oracle] Bug lists longer than 1000 bugs fail
mkanat%bugzilla.org
1
-7
/
+8
2007-12-12
Bug 375007: [Oracle] Some CGIs use SQL names in their "AS" clauses that don't...
mkanat%bugzilla.org
1
-2
/
+2
2007-11-30
Bug 99215: Attachments have no midair collision protection - Patch by Fréd...
lpsolit%gmail.com
1
-5
/
+22
2007-10-09
Midair with product change while adding an attachment silently clears flags -...
lpsolit%gmail.com
1
-7
/
+7
2007-08-14
Bug 392175: Move isViewable out of attachment.cgi + some other minor cleanup ...
lpsolit%gmail.com
1
-11
/
+38
2007-07-25
Bug 345970 Avoid using the string 'the web'
timeless%mozdev.org
1
-1
/
+1
2007-07-20
Bug 365756 text/x-patch and text/x-diff should be mapped to [x] patch
timeless%mozdev.org
1
-0
/
+9
2007-04-04
Bug 376497: validateID() should return an attachment object - Patch by Fré...
lpsolit%gmail.com
1
-8
/
+8
[next]