summaryrefslogtreecommitdiffstats
path: root/request.cgi
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Bug 365259: The "Product" select menu in request.cgi doesn't group products b...lpsolit%gmail.com1-4/+2
2009-01-25Bug 471880: More scripts should use the shadow DB instead of the master DB - ...lpsolit%gmail.com1-6/+2
2008-08-19Bug 241198: Don't display disabled flags with no items in the request queue f...lpsolit%gmail.com1-5/+13
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org1-1/+1
2008-05-14Bug 430398: request.cgi does not filter component select list on distinct val...dkl%redhat.com1-0/+17
2007-11-26Bug 405342: "My requests" is broken - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com1-1/+10
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-12Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com1-2/+2
2007-10-09Bug 399028: Do not display all pending requests by default when the user is l...lpsolit%gmail.com1-4/+11
2006-10-15Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private a...lpsolit%gmail.com1-9/+8
2006-09-05Bug 274187: request.cgi should use the shadow database - Patch by Frédéric ...lpsolit%gmail.com1-6/+10
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
2006-07-25Bug 345652: request.cgi should look at flags.modification_date instead of fla...lpsolit%gmail.com1-4/+4
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-8/+4
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-3/+4
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+4
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-1/+4
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-15/+12
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com1-3/+0
2006-03-09Bug 329783: SQL crash in request.cgi when the status field is used - Patch by...lpsolit%gmail.com1-14/+17
2005-11-16Bug 288557: Show in the request queue those requests tied to secure bugs for ...lpsolit%gmail.com1-3/+5
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com1-10/+16
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-2/+2
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com1-22/+12
2005-08-31Bug 212856: Request queue doesn't validate email addresses - Patch by Frédé...lpsolit%gmail.com1-1/+15
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com1-2/+4
2005-04-16Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clausemkanat%kerio.com1-30/+25
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-23/+24
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-2/+9
2005-02-25Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
2004-12-14Fix for bug 241814: properly trim component fields according to product selec...myk%mozilla.org1-1/+1
2004-12-09Patch for bug 233049: Improve error when filtering requests with component no...jocuri%softhome.net1-2/+3
2004-10-25Patch for bug 192218: Ability to use a hyphen as a way to filter specifically...jocuri%softhome.net1-2/+4
2004-09-04Bug 250591: Conversion of boolean conditions in SQL statements for better db ...jocuri%softhome.net1-1/+1
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-0/+3
2004-07-03Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net1-2/+2
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+1
2004-03-06Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=...jocuri%softhome.net1-42/+49
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-3/+4
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+1
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2002-12-10Bug 184081 Change search interfaces to use Viewable products instead of enter...bugreport%peshkin.net1-4/+4
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org1-1/+1
2002-11-25Bug 180460 request.cgi doesn't filter list of products/componentsbugreport%peshkin.net1-3/+4
2002-11-19Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ...myk%mozilla.org1-17/+32
2002-11-17Bug 179886 - request.cgi should not |use diagnostics|bbaetz%student.usyd.edu.au1-1/+0
2002-11-07Bug 178794 Request Queue has Internal Server Error if accessed when not logge...bugreport%peshkin.net1-1/+1
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org1-0/+279