Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵ | lpsolit%gmail.com | 2005-09-03 | 1 | -22/+12 |
| | | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave | ||||
* | Bug 212856: Request queue doesn't validate email addresses - Patch by ↵ | lpsolit%gmail.com | 2005-08-31 | 1 | -1/+15 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk | ||||
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
| | | | | r=mkanat,wicked a=justdave | ||||
* | Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case ↵ | mkanat%kerio.com | 2005-07-08 | 1 | -2/+4 |
| | | | | | | insensitive Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause | mkanat%kerio.com | 2005-04-16 | 1 | -30/+25 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk | ||||
* | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 2005-04-05 | 1 | -23/+24 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | ||||
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵ | mkanat%kerio.com | 2005-03-16 | 1 | -2/+9 |
| | | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | ||||
* | Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-25 | 1 | -1/+2 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk | ||||
* | Fix for bug 241814: properly trim component fields according to product ↵ | myk%mozilla.org | 2004-12-14 | 1 | -1/+1 |
| | | | | selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave | ||||
* | Patch for bug 233049: Improve error when filtering requests with component ↵ | jocuri%softhome.net | 2004-12-09 | 1 | -2/+3 |
| | | | | not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. | ||||
* | Patch for bug 192218: Ability to use a hyphen as a way to filter ↵ | jocuri%softhome.net | 2004-10-25 | 1 | -2/+4 |
| | | | | specifically for requests with no requestee; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, a=myk. | ||||
* | Bug 250591: Conversion of boolean conditions in SQL statements for better db ↵ | jocuri%softhome.net | 2004-09-04 | 1 | -1/+1 |
| | | | | independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave. | ||||
* | Bug 223878: Flag system dies when changing a deleted flag. | jouni%heikniemi.net | 2004-07-06 | 1 | -0/+3 |
| | | | | | r=joel, justdave a=justdave | ||||
* | Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵ | jocuri%softhome.net | 2004-07-03 | 1 | -2/+2 |
| | | | | better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave. | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 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. | ||||
* | Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; ↵ | jocuri%softhome.net | 2004-03-06 | 1 | -42/+49 |
| | | | | r=kiko, a=justdave. | ||||
* | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 2003-09-14 | 1 | -3/+4 |
| | | | | r,a=justdave | ||||
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -1/+1 |
| | | | | r=joel, a=justdave | ||||
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
| | | | | | r=justdave a=justdave | ||||
* | Bug 184081 Change search interfaces to use Viewable products instead of ↵ | bugreport%peshkin.net | 2002-12-10 | 1 | -4/+4 |
| | | | | | | | enterable products r=bbaetz a=justdave | ||||
* | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 2002-11-28 | 1 | -1/+1 |
| | | | | | | | every time we display. r=justdave a=justdave | ||||
* | Bug 180460 request.cgi doesn't filter list of products/components | bugreport%peshkin.net | 2002-11-25 | 1 | -3/+4 |
| | | | | | | patch by joel r=bbaetz a=justdave | ||||
* | Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ↵ | myk%mozilla.org | 2002-11-19 | 1 | -17/+32 |
| | | | | | | | for logged in users. r=bbaetz a=myk | ||||
* | Bug 179886 - request.cgi should not |use diagnostics| | bbaetz%student.usyd.edu.au | 2002-11-17 | 1 | -1/+0 |
| | | | | r=gerv, a=justdave | ||||
* | Bug 178794 Request Queue has Internal Server Error if accessed when not ↵ | bugreport%peshkin.net | 2002-11-07 | 1 | -1/+1 |
| | | | | | | | logged in 2xr=justdave a=justdave (for commit during freeze) | ||||
* | Fix for bug 98801: Implementation of the request tracker, a set of ↵ | myk%mozilla.org | 2002-09-29 | 1 | -0/+279 |
enhancements to attachment statuses. r=gerv,bbaetz |