Граф коммитов

41 Коммитов

Автор SHA1 Сообщение Дата
lpsolit%gmail.com 393bf3ee4f Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private attachments even when you are not in the insidergroup - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=justdave 2006-10-14 21:04:56 +00:00
lpsolit%gmail.com 8541d058a0 Bug 274187: request.cgi should use the shadow database - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-09-05 13:04:52 +00:00
mkanat%bugzilla.org c7324dd2f3 Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-09-04 16:21:49 +00:00
lpsolit%gmail.com 0f9ef7889d Bug 345652: request.cgi should look at flags.modification_date instead of flags.creation_date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-07-25 01:25:44 +00:00
lpsolit%gmail.com 28a345e727 Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype objects - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-07-25 00:24:54 +00:00
mkanat%bugzilla.org 41220dc952 Bug 173629: Clean up "my" variable scoping issues for mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06 06:12:05 +00:00
mkanat%bugzilla.org 3eabc93edf Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:42:47 +00:00
mkanat%bugzilla.org 22e445e882 Bug 342869: Use Bugzilla->params everywhere except templates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:26:22 +00:00
lpsolit%gmail.com 7d976ba23d Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-21 00:44:48 +00:00
lpsolit%gmail.com 6a1e0b43c2 Bug 337054: Remove get_component_id() and get_component_name() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-05-29 17:24:54 +00:00
lpsolit%gmail.com 231f4b3551 Bug 322285: Cancelling a flag should remove it completely from the DB - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-04-14 16:50:47 +00:00
lpsolit%gmail.com cae1186407 Bug 329783: SQL crash in request.cgi when the status field is used - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2006-03-08 21:35:54 +00:00
lpsolit%gmail.com 20e0514868 Bug 288557: Show in the request queue those requests tied to secure bugs for which the user is the QA contact - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-11-16 01:03:52 +00:00
lpsolit%gmail.com b02afad608 Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk 2005-10-26 16:15:50 +00:00
lpsolit%gmail.com b493b5754c Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-10-24 23:11:56 +00:00
lpsolit%gmail.com 426b5bd478 Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::User::get_selectable_products() instead - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave 2005-09-02 21:12:10 +00:00
lpsolit%gmail.com de9b492b44 Bug 212856: Request queue doesn't validate email addresses - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk 2005-08-30 17:01:22 +00:00
lpsolit%gmail.com a8d486f572 Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave 2005-08-10 01:30:41 +00:00
mkanat%kerio.com 0c94f9fb90 Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case insensitive
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-08 02:31:43 +00:00
mkanat%kerio.com c9f941cf6b Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk
2005-04-16 00:37:23 +00:00
mkanat%kerio.com 160fff77bb Bug 286235: Implicit joins should be replaced by explicit joins - installment A
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-04-04 21:52:06 +00:00
mkanat%kerio.com 2aee138325 Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16 00:27:15 +00:00
mkanat%kerio.com 3fc36af47e Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function call
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-24 23:37:48 +00:00
myk%mozilla.org 04a9652194 Fix for bug 241814: properly trim component fields according to product selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave 2004-12-14 02:29:56 +00:00
jocuri%softhome.net 42da57d1fa Patch for bug 233049: Improve error when filtering requests with component not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. 2004-12-09 09:22:20 +00:00
jocuri%softhome.net bb1559d660 Patch for bug 192218: Ability to use a hyphen as a way to filter specifically for requests with no requestee; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=myk, a=myk. 2004-10-24 23:34:20 +00:00
jocuri%softhome.net c9ec78f545 Bug 250591: Conversion of boolean conditions in SQL statements for better db independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave. 2004-09-04 09:15:05 +00:00
jouni%heikniemi.net a6827b8973 Bug 223878: Flag system dies when changing a deleted flag.
r=joel, justdave
a=justdave
2004-07-06 07:08:02 +00:00
jocuri%softhome.net f2e721be33 Patch for bug 248001: Conversion of boolean conditions in SQL statements for better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave. 2004-07-03 00:26:29 +00:00
kiko%async.com.br 6f3fb84923 Fix for bug 234175: Remove deprecated ConnectToDatabase() and
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-27 03:51:44 +00:00
jocuri%softhome.net 3729a7bc44 Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave. 2004-03-06 08:54:17 +00:00
bbaetz%acm.org bb7609223e Bug 208699 - Move Throw{Code,Template}Error into Error.pm
r,a=justdave
2003-09-14 06:05:23 +00:00
bbaetz%acm.org 325350ad59 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
jake%bugzilla.org 3c915014e3 Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
bugreport%peshkin.net 2fba29c0b6 Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave
2002-12-10 14:17:05 +00:00
jake%bugzilla.org 4d920129ae Bug 67077 - We now include the timezone (as configured in editparams.cgi) on every time we display.
r=justdave
a=justdave
2002-11-27 16:00:44 +00:00
bugreport%peshkin.net 75d797af27 Bug 180460 request.cgi doesn't filter list of products/components
patch by joel
r=bbaetz
a=justdave
2002-11-25 05:38:09 +00:00
myk%mozilla.org 04f1b2636b Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" for logged in users.
r=bbaetz
a=myk
2002-11-19 04:52:54 +00:00
bbaetz%student.usyd.edu.au d30a977d48 Bug 179886 - request.cgi should not |use diagnostics|
r=gerv, a=justdave
2002-11-16 21:28:08 +00:00
bugreport%peshkin.net 8f024f2ebc Bug 178794 Request Queue has Internal Server Error if accessed when not logged in
2xr=justdave
a=justdave (for commit during freeze)
2002-11-07 04:49:19 +00:00
myk%mozilla.org f8e4483e93 Fix for bug 98801: Implementation of the request tracker, a set of enhancements to attachment statuses.
r=gerv,bbaetz
2002-09-28 18:42:54 +00:00