aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by...lpsolit%gmail.com2006-02-251-8/+21
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-0/+1
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-1/+0
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-0/+1
* Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com2005-12-121-15/+38
* Bug 153445: Do not display bug counts by default when listing products in edi...lpsolit%gmail.com2005-10-311-5/+5
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-3/+3
* Bug 303706: Eliminate deprecated Bugzilla::DB routines from editproducts.cgi ...lpsolit%gmail.com2005-10-281-262/+261
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-1/+3
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...mkanat%kerio.com2005-10-251-2/+3
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ...lpsolit%gmail.com2005-10-181-428/+200
* Bug 308318: Can create a product without description but cannot remove an exi...lpsolit%gmail.com2005-09-281-0/+6
* Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and t...lpsolit%gmail.com2005-09-161-158/+51
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com2005-09-161-2/+1
* Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/f...lpsolit%gmail.com2005-09-131-0/+1
* Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by Gabri...lpsolit%gmail.com2005-09-121-31/+13
* Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch b...lpsolit%gmail.com2005-09-081-59/+107
* Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and t...lpsolit%gmail.com2005-09-021-229/+72
* Bug 306060: Adding a new product should make it clear that a component is als...lpsolit%gmail.com2005-08-271-0/+5
* Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ...lpsolit%gmail.com2005-08-231-8/+20
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-9/+9
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+0
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-9/+9
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-9/+9
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...lpsolit%gmail.com2005-07-221-8/+8
* Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - P...lpsolit%gmail.com2005-07-141-178/+0
* Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3"...lpsolit%gmail.com2005-07-141-0/+3
* Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch b...lpsolit%gmail.com2005-07-081-177/+112
* Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel <ko...lpsolit%gmail.com2005-06-071-2/+2
* Bug 294368: Wrong tense used in sentence in delete components/products - Patc...lpsolit%gmail.com2005-05-171-2/+2
* Bug 287136: Missing validations in editproducts.cgi - Patch by Frédéric Buc...lpsolit%gmail.com2005-05-041-5/+6
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-11/+12
* Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2005-04-171-0/+1
* Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wi...lpsolit%gmail.com2005-04-091-50/+45
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...lpsolit%gmail.com2005-04-061-59/+37
* Bug 272321: action should default to edit in editproducts.cgi if a product is...lpsolit%gmail.com2005-03-241-18/+25
* Bug 282384: Templatize the 'select classification' bit of editproducts - Patc...lpsolit%gmail.com2005-03-171-25/+19
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-19/+28
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+1
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-2/+2
* Bug 285678: NOT(integer) not supported by postgresmkanat%kerio.com2005-03-121-1/+1
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-2/+0
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+2
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-30/+35
* Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com2005-02-171-43/+57
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-8/+8
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-2/+1
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-8/+8
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-8/+8
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net2005-01-161-9/+4