lpsolit%gmail.com
d554ff905f
Bug 287136: Missing validations in editproducts.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-05-03 18:32:58 +00:00
mkanat%kerio.com
e8458c4eb3
Bug 289043: Implicit joins should be replaced by explicit joins - installment C
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-05-02 18:52:02 +00:00
lpsolit%gmail.com
e129a33b63
Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-04-16 17:17:06 +00:00
lpsolit%gmail.com
7db960cde7
Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-04-08 23:51:02 +00:00
lpsolit%gmail.com
a2c3e919ac
Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-04-06 00:19:56 +00:00
lpsolit%gmail.com
ec9ea20d88
Bug 272321: action should default to edit in editproducts.cgi if a product is passed without an action - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-23 21:24:19 +00:00
lpsolit%gmail.com
37dae61fa1
Bug 282384: Templatize the 'select classification' bit of editproducts - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave
2005-03-17 14:47:06 +00:00
mkanat%kerio.com
9aa81a2573
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
travis%sedsystems.ca
5c84708e79
Bug 283581 : Move UserInGroup out of globals.pl
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-15 22:10:14 +00:00
mkanat%kerio.com
b64fec8e6e
Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-11 19:45:03 +00:00
mkanat%kerio.com
46b0364842
Bug 285678: NOT(integer) not supported by postgres
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-03-11 19:06:11 +00:00
mkanat%kerio.com
1d6131377e
Bug 284975: Any code after Throw*Error is a dead code.
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
2005-03-09 00:26:39 +00:00
mkanat%kerio.com
e502640f91
Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-18 16:01:48 +00:00
mkanat%kerio.com
e756868760
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17 21:57:27 +00:00
mkanat%kerio.com
cce350f96e
Bug 280412: Templatize the 'list products' bit of editproducts
...
Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
2005-02-16 18:05:06 +00:00
travis%sedsystems.ca
c234004467
Bug 257315 : type of delta_ts in bugs table should not be timestamp
...
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-02-08 16:51:03 +00:00
travis%sedsystems.ca
709943bd53
Bug 276838 : Eliminate use of $::unconfirmedstate
...
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-02-08 16:22:26 +00:00
justdave%bugzilla.org
ec84103720
Backing out the checking from bug 257315 until it gets corrected. It prevents new bugs from being filed.
...
a=justdave
2005-01-30 04:22:28 +00:00
travis%sedsystems.ca
c975cba917
Bug 257315 : type of delta_ts in bugs table should not be timestamp
...
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-28 19:01:28 +00:00
jocuri%softhome.net
1d4b3daa18
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch by Fr�d�ric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2005-01-16 14:07:31 +00:00
jocuri%softhome.net
9cda8deaf0
Patch for bug 240250: Shouldn't receive an unfriendly error when editing groupset for a product that doesn't exist; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=mkanat, a=justdave.
2005-01-08 18:15:46 +00:00
jocuri%softhome.net
4762cdf0f8
Patch for bug 271474: Fix SQL syntax error when updating max votes per bug in editproducts.cgi and questionable activity log entries when an admin changes the votes-to-confirm setting to a lower value and bugs get confirmed by popular vote; patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
2004-12-11 13:33:27 +00:00
jocuri%softhome.net
96177a95ed
Patch for bug 254729: fix editproducts.cgi generated warnings in the error log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-09-08 22:53:39 +00:00
gerv%gerv.net
5412210cb7
Bug 225687 - add group controls to charts, along with various other cleanups. Patch by gerv; r=joel, a=justdave.
2004-08-29 21:29:36 +00:00
bugreport%peshkin.net
b5e7f24279
Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
...
patch by Albert Ting
r=joel, glob
a=myk
2004-08-20 21:49:20 +00:00
bugreport%peshkin.net
6a571305a4
Bug 251837: Extend group_group_map to control which groups can see each other
...
r=kiko
a=justdave
2004-07-27 16:33:41 +00:00
bugreport%peshkin.net
54fe70e39e
Bug 252450: Unlock tables in edit*.cgi before sending trailer
...
r=kiko
a=justdave
2004-07-27 15:13:48 +00:00
jouni%heikniemi.net
0ed702cf0e
Bug 86051: Enable changing product name case.
...
Patch by GavinS <bugzilla@chimpychompy.org>
r=jouni, a=justdave
2004-07-20 05:06:18 +00:00
bugreport%peshkin.net
4225d62d62
Bug 251484: Fix taint error on series create when creating a new product
...
r=justdave
a=justdave
2004-07-17 01:55:37 +00:00
jocuri%softhome.net
d7259882d2
Patch for bug 250265: fix taint issues with vote fields when editing products; patch by GavinS <bugzilla@chimpychompy.org> slightly updated by me; r=joel; a=justdave.
2004-07-08 20:08:55 +00:00
jocuri%softhome.net
34a66d4708
Patch for bug 250259: Fix taint error on disallownew field in editproducts.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-07-07 23:49:41 +00:00
bugreport%peshkin.net
4e52fac5a7
Bug 243463 Use a param to protect new charts from leaking information
...
r=justdave
a=justdave
2004-07-06 01:12:29 +00:00
jocuri%softhome.net
df82065053
Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; a=myk.
2004-06-01 21:30:29 +00:00
jouni%heikniemi.net
90aa16f36e
Bug 141006: Run edit*.cgis in taint mode.
...
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave
2004-05-23 07:22:32 +00:00
bugreport%peshkin.net
a7d74d2bc3
Bug 231975: Avoid naming new product groups the same as existing groups and do not rename product groups on product rename.
...
r=jouni, a=justdave
2004-05-11 23:17:05 +00:00
justdave%syndicomm.com
3b89b856c7
Bug 235265: Getting rid of some unwanted form value dumps.
...
Patch by Jouni Heikniemi <jouni@heikniemi.net>
r= justdave, kiko; a= justdave
2004-03-27 04:35:37 +00:00
kiko%async.com.br
b87ad5c610
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
gerv%gerv.net
65f6577d5e
Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
2004-03-07 23:27:32 +00:00
gerv%gerv.net
24a5232d4d
Bug 227771 - Migration and product/component create code no longer writes series to database. Patch by gerv; r=kiko, a=justdave.
2003-12-08 23:13:35 +00:00
bbaetz%acm.org
67e8c67eee
Bug 208604 - Make data/template dir locations configurable
2003-11-22 03:50:42 +00:00
jocuri%softhome.net
6fe7fab8b6
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
2003-11-16 09:30:07 +00:00
gerv%gerv.net
982db96808
Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave.
2003-11-08 00:25:31 +00:00
justdave%syndicomm.com
e418c7f328
Bug 208647: Fixes taint error in add new products code.
...
Patch by jpyeron@pyerotechnics.com (Jason Pyeron)
r= bbaetz, a= justdave
2003-10-26 02:37:48 +00:00
kiko%async.com.br
2db7758877
Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
...
default output, in certain cases) in the edit pages. Patch by Vlad
Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
2003-09-26 23:47:07 +00:00
gerv%gerv.net
92e580113f
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
2003-06-25 23:23:13 +00:00
bbaetz%acm.org
cf4e631923
Bug 201816 - use CGI.pm for header output
...
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
bbaetz%acm.org
02de6f559d
Bug 180086 - Rename 'count' column in votes tables
...
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz,justdave
a=justdave
2003-04-27 07:20:39 +00:00
jake%bugzilla.org
774aa5e232
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
...
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
jouni%heikniemi.net
d8bbfccdd2
Bug 190848: Adding a new product results in a software error.
...
Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave
2003-03-08 20:40:41 +00:00
bugreport%peshkin.net
9f713c8ded
Bug 147275 Rearchitect product groups
...
Patch by joel
r=bbaetz,justdave
a=justdave
2002-11-24 19:56:34 +00:00