Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵ | lpsolit%gmail.com | 1 | -6/+2 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-08-19 | Bug 241198: Don't display disabled flags with no items in the request queue ↵ | lpsolit%gmail.com | 1 | -5/+13 | |
flag dropdown list - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-08-08 | Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla::Group objects (instead of a hashref of group ids and names). | |||||
2008-05-14 | Bug 430398: request.cgi does not filter component select list on distinct ↵ | dkl%redhat.com | 1 | -0/+17 | |
values - Patch by David Lawrence <dkl@redhat.com> r/a=LpSolit | |||||
2007-11-26 | Bug 405342: "My requests" is broken - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -1/+10 | |
<LpSolit@gmail.com> r=bkor a=LpSolit | |||||
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-12 | Bug 313123: Implement $component->create and $component->update based on ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-10-09 | Bug 399028: Do not display all pending requests by default when the user is ↵ | lpsolit%gmail.com | 1 | -4/+11 | |
logged out - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit | |||||
2006-10-15 | Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵ | lpsolit%gmail.com | 1 | -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-05 | Bug 274187: request.cgi should use the shadow database - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -6/+10 | |
Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-09-05 | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | |||||
2006-07-25 | Bug 345652: request.cgi should look at flags.modification_date instead of ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
flags.creation_date - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk | |||||
2006-07-25 | Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵ | lpsolit%gmail.com | 1 | -8/+4 | |
objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk | |||||
2006-07-06 | Bug 173629: Clean up "my" variable scoping issues for mod_perl | mkanat%bugzilla.org | 1 | -3/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -2/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-05-30 | Bug 337054: Remove get_component_id() and get_component_name() from ↵ | lpsolit%gmail.com | 1 | -15/+12 | |
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-04-15 | Bug 322285: Cancelling a flag should remove it completely from the DB - ↵ | lpsolit%gmail.com | 1 | -3/+0 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk | |||||
2006-03-09 | Bug 329783: SQL crash in request.cgi when the status field is used - Patch ↵ | lpsolit%gmail.com | 1 | -14/+17 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-11-16 | Bug 288557: Show in the request queue those requests tied to secure bugs for ↵ | lpsolit%gmail.com | 1 | -3/+5 | |
which the user is the QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk | |||||
2005-10-27 | Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵ | lpsolit%gmail.com | 1 | -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-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-09-03 | Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵ | lpsolit%gmail.com | 1 | -22/+12 | |
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave | |||||
2005-08-31 | Bug 212856: Request queue doesn't validate email addresses - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+15 | |
Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
r=mkanat,wicked a=justdave | |||||
2005-07-08 | Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵ | mkanat%kerio.com | 1 | -2/+4 | |
insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-04-16 | Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause | mkanat%kerio.com | 1 | -30/+25 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk | |||||
2005-04-05 | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 1 | -23/+24 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | |||||
2005-03-16 | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵ | mkanat%kerio.com | 1 | -2/+9 | |
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | |||||
2005-02-25 | Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -1/+2 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk | |||||
2004-12-14 | Fix for bug 241814: properly trim component fields according to product ↵ | myk%mozilla.org | 1 | -1/+1 | |
selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave | |||||
2004-12-09 | Patch for bug 233049: Improve error when filtering requests with component ↵ | jocuri%softhome.net | 1 | -2/+3 | |
not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. | |||||
2004-10-25 | Patch for bug 192218: Ability to use a hyphen as a way to filter ↵ | jocuri%softhome.net | 1 | -2/+4 | |
specifically for requests with no requestee; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, a=myk. | |||||
2004-09-04 | Bug 250591: Conversion of boolean conditions in SQL statements for better db ↵ | jocuri%softhome.net | 1 | -1/+1 | |
independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave. | |||||
2004-07-06 | Bug 223878: Flag system dies when changing a deleted flag. | jouni%heikniemi.net | 1 | -0/+3 | |
r=joel, justdave a=justdave | |||||
2004-07-03 | Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵ | jocuri%softhome.net | 1 | -2/+2 | |
better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave. | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -4/+1 | |
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave. | |||||
2004-03-06 | Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; ↵ | jocuri%softhome.net | 1 | -42/+49 | |
r=kiko, a=justdave. | |||||
2003-09-14 | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 1 | -3/+4 | |
r,a=justdave | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+1 | |
r=joel, a=justdave | |||||
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2002-12-10 | Bug 184081 Change search interfaces to use Viewable products instead of ↵ | bugreport%peshkin.net | 1 | -4/+4 | |
enterable products r=bbaetz a=justdave | |||||
2002-11-28 | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 1 | -1/+1 | |
every time we display. r=justdave a=justdave | |||||
2002-11-25 | Bug 180460 request.cgi doesn't filter list of products/components | bugreport%peshkin.net | 1 | -3/+4 | |
patch by joel r=bbaetz a=justdave | |||||
2002-11-19 | Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ↵ | myk%mozilla.org | 1 | -17/+32 | |
for logged in users. r=bbaetz a=myk | |||||
2002-11-17 | Bug 179886 - request.cgi should not |use diagnostics| | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=gerv, a=justdave | |||||
2002-11-07 | Bug 178794 Request Queue has Internal Server Error if accessed when not ↵ | bugreport%peshkin.net | 1 | -1/+1 | |
logged in 2xr=justdave a=justdave (for commit during freeze) | |||||
2002-09-29 | Fix for bug 98801: Implementation of the request tracker, a set of ↵ | myk%mozilla.org | 1 | -0/+279 | |
enhancements to attachment statuses. r=gerv,bbaetz |