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