summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28Bug 140999: Users without edit permissions for an attachment should still be ↵lpsolit%gmail.com1-8/+6
able to make comments - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵lpsolit%gmail.com1-18/+0
extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-13Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by ↵lpsolit%gmail.com1-46/+48
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com1-16/+42
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2009-04-09Fix a warning thrown in the web server error log (due to bug 454251)lpsolit%gmail.com1-1/+2
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com1-311/+324
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2008-12-10Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-3/+2
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-09-09Fix bustage due to bug 453743: I have to exclude flags related to private ↵lpsolit%gmail.com1-0/+3
attachments you cannot see
2008-09-09Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric ↵lpsolit%gmail.com1-83/+56
Buclin <LpSolit@gmail.com> a=LpSolit
2008-09-08Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵lpsolit%gmail.com1-3/+57
a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-04Bug 415155: Remove $cgi from the list of arguments when calling ↵lpsolit%gmail.com1-3/+3
Bugzilla::Flag subroutines - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2008-02-04Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace ↵lpsolit%gmail.com1-2/+2
match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2008-01-20Bug 413222: Implement $attachment->remove_from_db - Patch by Frédéric ↵lpsolit%gmail.com1-2/+26
Buclin <LpSolit@gmail.com> a=LpSolit
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-7/+8
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-12-12Bug 375007: [Oracle] Some CGIs use SQL names in their "AS" clauses that ↵mkanat%bugzilla.org1-2/+2
don't work in Oracle Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-11-30Bug 99215: Attachments have no midair collision protection - Patch by ↵lpsolit%gmail.com1-5/+22
Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=justdave
2007-10-09Midair with product change while adding an attachment silently clears flags ↵lpsolit%gmail.com1-7/+7
- Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
2007-08-14Bug 392175: Move isViewable out of attachment.cgi + some other minor cleanup ↵lpsolit%gmail.com1-11/+38
- Patch by Frédéric Buclin <LpSolit@gmail.com>
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-1/+1
patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
2007-07-20Bug 365756 text/x-patch and text/x-diff should be mapped to [x] patchtimeless%mozdev.org1-0/+9
r=lpsolit a=lpsolit
2007-04-04Bug 376497: validateID() should return an attachment object - Patch by ↵lpsolit%gmail.com1-8/+8
Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2007-02-05Bug 364177: On attachment and bug creation, if *one* requestee cannot see ↵lpsolit%gmail.com1-1/+1
the bug, *all* requests are cancelled - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-01-17Bug 367077: Big attachments which should be stored locally are not - Patch ↵lpsolit%gmail.com1-1/+4
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-01-04Bug 365739: An error is thrown when attaching a too big file on bug creation ↵lpsolit%gmail.com1-1/+1
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-12-02Bug 356395: On bug creation, an error is thrown when the requestee of a ↵lpsolit%gmail.com1-8/+21
private attachment is not in the insidergroup, or when the requestee is not in the grant group (for attachment flags) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-10/+13
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵lpsolit%gmail.com1-25/+51
attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2006-08-25Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by ↵lpsolit%gmail.com1-7/+5
Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-8/+116
<LpSolit@gmail.com> r=wurblzap r=myk a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-3/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org1-2/+4
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-3/+0
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com1-6/+318
Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2006-04-18Bug 44595: Implement an interface for administrators to delete attachments - ↵lpsolit%gmail.com1-6/+6
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-2/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-01-10Bug 322712: Cannot export local attachments (attachments are truncated) - ↵lpsolit%gmail.com1-0/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-12-08Bug 301764: The file size indicates "0" when editing local attachments - ↵lpsolit%gmail.com1-0/+15
Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2005-11-05Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead ↵lpsolit%gmail.com1-3/+3
of creation time - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2005-10-20Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net1-0/+1
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-09-21Bug 309221: Attachments table displays zero size for locally stored attachmentsbugreport%peshkin.net1-1/+1
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-09-01Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org1-72/+360
Attachment class; r=lpsolit
2005-08-27Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net1-0/+2
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-2/+2
r=mkanat,wicked a=justdave
2005-07-10Bug 297870: attachments table/list should show attachment creatorbugzilla%glob.com.au1-2/+5
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
2005-04-28Bug 274724: The 'Edit Attachment' link is now available even if a user does ↵lpsolit%gmail.com1-27/+14
not have 'editbugs' privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-1/+2
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-02-25Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com1-3/+5
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-21Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net1-0/+12
r=wurblzap.a=justdave
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-1/+2
r=joel, justdave a=justdave