aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 308318: Can create a product without description but cannot remove an ↵lpsolit%gmail.com2005-09-281-0/+6
| | | | existing description - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and ↵lpsolit%gmail.com2005-09-161-158/+51
| | | | tidy up templatisation) - Original patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com2005-09-161-2/+1
| | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 308150: admin/products/deleted.html.tmpl doesn't include ↵lpsolit%gmail.com2005-09-131-0/+1
| | | | admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by ↵lpsolit%gmail.com2005-09-121-31/+13
| | | | Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-09-081-59/+107
| | | | by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com2005-09-021-229/+72
| | | | templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
* Bug 306060: Adding a new product should make it clear that a component is ↵lpsolit%gmail.com2005-08-271-0/+5
| | | | also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
* Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ↵lpsolit%gmail.com2005-08-231-8/+20
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-9/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+0
| | | | r=mkanat,wicked a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-9/+9
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-9/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com2005-07-221-8/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - ↵lpsolit%gmail.com2005-07-141-178/+0
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 300620: Deletion of a product yields "Insecure dependency in parameter ↵lpsolit%gmail.com2005-07-141-0/+3
| | | | 3" when useclassification is on - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-07-081-177/+112
| | | | by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
* Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel ↵lpsolit%gmail.com2005-06-071-2/+2
| | | | <kornel.1@osu.edu> r=vladd a=justdave
* Bug 294368: Wrong tense used in sentence in delete components/products - ↵lpsolit%gmail.com2005-05-171-2/+2
| | | | Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave
* Bug 287136: Missing validations in editproducts.cgi - Patch by Frédéric ↵lpsolit%gmail.com2005-05-041-5/+6
| | | | Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-11/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
* Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2005-04-171-0/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2005-04-091-50/+45
| | | | <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com2005-04-061-59/+37
| | | | by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 272321: action should default to edit in editproducts.cgi if a product ↵lpsolit%gmail.com2005-03-241-18/+25
| | | | is passed without an action - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 282384: Templatize the 'select classification' bit of editproducts - ↵lpsolit%gmail.com2005-03-171-25/+19
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-19/+28
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 285678: NOT(integer) not supported by postgresmkanat%kerio.com2005-03-121-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-2/+0
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-30/+35
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com2005-02-171-43/+57
| | | | Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-8/+8
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-2/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-8/+8
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-8/+8
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net2005-01-161-9/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
* Patch for bug 240250: Shouldn't receive an unfriendly error when editing ↵jocuri%softhome.net2005-01-091-0/+2
| | | | groupset for a product that doesn't exist; patch by Frédéric Buclin <LpSolit@netscape.net>, r=mkanat, a=justdave.
* Patch for bug 271474: Fix SQL syntax error when updating max votes per bug ↵jocuri%softhome.net2004-12-111-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.
* Patch for bug 254729: fix editproducts.cgi generated warnings in the error ↵jocuri%softhome.net2004-09-091-15/+17
| | | | log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
* Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net2004-08-301-7/+9
| | | | cleanups. Patch by gerv; r=joel, a=justdave.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-32/+193
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-4/+8
| | | | | r=kiko a=justdave
* Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net2004-07-271-5/+1
| | | | | r=kiko a=justdave
* Bug 86051: Enable changing product name case.jouni%heikniemi.net2004-07-201-2/+18
| | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
* Bug 251484: Fix taint error on series create when creating a new productbugreport%peshkin.net2004-07-171-0/+5
| | | | | r=justdave a=justdave
* Patch for bug 250265: fix taint issues with vote fields when editing ↵jocuri%softhome.net2004-07-091-1/+13
| | | | products; patch by GavinS <bugzilla@chimpychompy.org> slightly updated by me; r=joel; a=justdave.
* Patch for bug 250259: Fix taint error on disallownew field in ↵jocuri%softhome.net2004-07-081-1/+1
| | | | editproducts.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.