summaryrefslogtreecommitdiffstats
path: root/request.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2016-01-04Bug 1191706: When editing flag types, components do not match the selected ↵Frédéric Buclin1-5/+14
product when classifications are enabled r=dkl
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
r=gerv a=justdave
2013-12-18Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green1-7/+14
"all of the groups") r=gerv, a=sgreen
2013-09-28Bug 891311: Text in the "My Requests" page is misleading about how the ↵Frédéric Buclin1-27/+31
AND/OR radio button works r=dkl a=justdave
2013-01-02Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham1-4/+11
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-10/+1
r=wicked a=LpSolit
2012-05-28Bug 206455: Add radio buttons in request.cgi to use the do_union paramKoosha Khajeh Moogahi1-12/+13
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-20/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin1-1/+1
Bugzilla::Product->check() r=mkanat a=LpSolit
2010-05-14Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵Frédéric Buclin1-4/+2
be user errors, not code errors a=LpSolit
2010-02-20Bug 373278: Add distinctive marking for security bugs in request.cgiFrédéric Buclin1-2/+5
r=pyrzak a=LpSolit
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-09Bug 365259: The "Product" select menu in request.cgi doesn't group products ↵lpsolit%gmail.com1-4/+2
by classifications - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2009-01-25Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵lpsolit%gmail.com1-6/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-08-19Bug 241198: Don't display disabled flags with no items in the request queue ↵lpsolit%gmail.com1-5/+13
flag dropdown list - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org1-1/+1
Bugzilla::Group objects (instead of a hashref of group ids and names).
2008-05-14Bug 430398: request.cgi does not filter component select list on distinct ↵dkl%redhat.com1-0/+17
values - Patch by David Lawrence <dkl@redhat.com> r/a=LpSolit
2007-11-26Bug 405342: "My requests" is broken - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+10
<LpSolit@gmail.com> r=bkor a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-12Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com1-2/+2
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-09Bug 399028: Do not display all pending requests by default when the user is ↵lpsolit%gmail.com1-4/+11
logged out - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2006-10-15Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵lpsolit%gmail.com1-9/+8
attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2006-09-05Bug 274187: request.cgi should use the shadow database - Patch by Frédéric ↵lpsolit%gmail.com1-6/+10
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-07-25Bug 345652: request.cgi should look at flags.modification_date instead of ↵lpsolit%gmail.com1-4/+4
flags.creation_date - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com1-8/+4
objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-3/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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-2/+4
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-1/+4
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com1-15/+12
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-3/+0
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-03-09Bug 329783: SQL crash in request.cgi when the status field is used - Patch ↵lpsolit%gmail.com1-14/+17
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-11-16Bug 288557: Show in the request queue those requests tied to secure bugs for ↵lpsolit%gmail.com1-3/+5
which the user is the QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com1-10/+16
duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com1-22/+12
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-08-31Bug 212856: Request queue doesn't validate email addresses - Patch by ↵lpsolit%gmail.com1-1/+15
Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵mkanat%kerio.com1-2/+4
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-04-16Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clausemkanat%kerio.com1-30/+25
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-23/+24
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com1-2/+9
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-02-25Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2004-12-14Fix for bug 241814: properly trim component fields according to product ↵myk%mozilla.org1-1/+1
selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave
2004-12-09Patch for bug 233049: Improve error when filtering requests with component ↵jocuri%softhome.net1-2/+3
not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
2004-10-25Patch for bug 192218: Ability to use a hyphen as a way to filter ↵jocuri%softhome.net1-2/+4
specifically for requests with no requestee; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, a=myk.
2004-09-04Bug 250591: Conversion of boolean conditions in SQL statements for better db ↵jocuri%softhome.net1-1/+1
independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave.