summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-07-14Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - ↵lpsolit%gmail.com1-178/+0
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-07-14Bug 300620: Deletion of a product yields "Insecure dependency in parameter ↵lpsolit%gmail.com1-0/+3
3" when useclassification is on - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-07-08Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com1-177/+112
by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
2005-06-07Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel ↵lpsolit%gmail.com1-2/+2
<kornel.1@osu.edu> r=vladd a=justdave
2005-05-17Bug 294368: Wrong tense used in sentence in delete components/products - ↵lpsolit%gmail.com1-2/+2
Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave
2005-05-04Bug 287136: Missing validations in editproducts.cgi - Patch by Frédéric ↵lpsolit%gmail.com1-5/+6
Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-05-03Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com1-11/+12
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-04-17Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-0/+1
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-04-09Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa ↵lpsolit%gmail.com1-50/+45
<wicked@etlicon.fi> r=LpSolit a=justdave
2005-04-06Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com1-59/+37
by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-24Bug 272321: action should default to edit in editproducts.cgi if a product ↵lpsolit%gmail.com1-18/+25
is passed without an action - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-17Bug 282384: Templatize the 'select classification' bit of editproducts - ↵lpsolit%gmail.com1-25/+19
Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com1-19/+28
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-1/+1
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-12Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
2005-03-12Bug 285678: NOT(integer) not supported by postgresmkanat%kerio.com1-1/+1
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-2/+0
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-4/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-30/+35
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com1-43/+57
Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-8/+8
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-2/+1
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org1-8/+8
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-8/+8
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net1-9/+4
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2005-01-09Patch for bug 240250: Shouldn't receive an unfriendly error when editing ↵jocuri%softhome.net1-0/+2
groupset for a product that doesn't exist; patch by Frédéric Buclin <LpSolit@netscape.net>, r=mkanat, a=justdave.
2004-12-11Patch for bug 271474: Fix SQL syntax error when updating max votes per bug ↵jocuri%softhome.net1-10/+15
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-09-09Patch for bug 254729: fix editproducts.cgi generated warnings in the error ↵jocuri%softhome.net1-15/+17
log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-08-30Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net1-7/+9
cleanups. Patch by gerv; r=joel, a=justdave.
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net1-32/+193
etc.) patch by Albert Ting r=joel, glob a=myk
2004-07-28Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net1-4/+8
r=kiko a=justdave
2004-07-28Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net1-5/+1
r=kiko a=justdave
2004-07-20Bug 86051: Enable changing product name case.jouni%heikniemi.net1-2/+18
Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
2004-07-17Bug 251484: Fix taint error on series create when creating a new productbugreport%peshkin.net1-0/+5
r=justdave a=justdave
2004-07-09Patch for bug 250265: fix taint issues with vote fields when editing ↵jocuri%softhome.net1-1/+13
products; patch by GavinS <bugzilla@chimpychompy.org> slightly updated by me; r=joel; a=justdave.
2004-07-08Patch for bug 250259: Fix taint error on disallownew field in ↵jocuri%softhome.net1-1/+1
editproducts.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-07-06Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net1-27/+32
r=justdave a=justdave
2004-06-02Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; ↵jocuri%softhome.net1-5/+5
a=myk.
2004-05-23Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net1-1/+1
Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
2004-05-12Bug 231975: Avoid naming new product groups the same as existing groups and ↵bugreport%peshkin.net1-30/+5
do not rename product groups on product rename. r=jouni, a=justdave
2004-03-27Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com1-4/+0
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+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-08Bug 170213 - make static HTML files into page.cgi pages. This does ↵gerv%gerv.net1-1/+1
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.
2003-12-09Bug 227771 - Migration and product/component create code no longer writes ↵gerv%gerv.net1-1/+3
series to database. Patch by gerv; r=kiko, a=justdave.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+5
2003-11-16Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; ↵jocuri%softhome.net1-0/+1
a=justdave.
2003-11-08Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net1-7/+2
public. Patch by gerv; r=kiko, a=justdave.
2003-10-26Bug 208647: Fixes taint error in add new products code.justdave%syndicomm.com1-2/+9
Patch by jpyeron@pyerotechnics.com (Jason Pyeron) r= bbaetz, a= justdave
2003-09-27Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br1-1/+3
default output, in certain cases) in the edit pages. Patch by Vlad Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-2/+37