aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net2004-07-061-27/+32
| | | | | r=justdave a=justdave
* Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; ↵jocuri%softhome.net2004-06-021-5/+5
| | | | a=myk.
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1
| | | | | Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
* Bug 231975: Avoid naming new product groups the same as existing groups and ↵bugreport%peshkin.net2004-05-121-30/+5
| | | | | | do not rename product groups on product rename. r=jouni, a=justdave
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-4/+0
| | | | | Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Bug 170213 - make static HTML files into page.cgi pages. This does ↵gerv%gerv.net2004-03-081-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.
* Bug 227771 - Migration and product/component create code no longer writes ↵gerv%gerv.net2003-12-091-1/+3
| | | | series to database. Patch by gerv; r=kiko, a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-3/+5
|
* Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; ↵jocuri%softhome.net2003-11-161-0/+1
| | | | a=justdave.
* Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net2003-11-081-7/+2
| | | | public. Patch by gerv; r=kiko, a=justdave.
* Bug 208647: Fixes taint error in add new products code.justdave%syndicomm.com2003-10-261-2/+9
| | | | | Patch by jpyeron@pyerotechnics.com (Jason Pyeron) r= bbaetz, a= justdave
* Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br2003-09-271-1/+3
| | | | | default output, in certain cases) in the edit pages. Patch by Vlad Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-2/+37
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-2/+2
| | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 190848: Adding a new product results in a software error.jouni%heikniemi.net2003-03-091-1/+0
| | | | Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-12/+527
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bugzilla Bug 176936 minor consistency changes for editproducts and editflagstimeless%mozdev.org2002-10-271-1/+1
| | | | r=joel
* Checking in build bustage.myk%mozilla.org2002-09-291-1/+1
|
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-1/+9
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-168/+17
| | | | r=bbaetz, gerv
* Bug 165080 - Delete product fails with missing column errorbbaetz%student.usyd.edu.au2002-08-281-2/+2
| | | | r=joel x2
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-62/+59
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+1
| | | | | early enough r=mattyt, jouni