aboutsummaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-1/+1
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵mkanat%kerio.com2005-10-071-4/+1
| | | | | | object methods 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-1/+1
| | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 301743: Replace old code from editcomponents.cgi by methods and routines ↵lpsolit%gmail.com2005-09-071-370/+136
| | | | from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
* Bug 189635: editcomponents.cgi should use user-matching for the default ↵lpsolit%gmail.com2005-08-231-0/+14
| | | | assignee and QA contact - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-4/+4
| | | | 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/+1
| | | | r=mkanat,wicked a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-4/+4
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-4/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com2005-04-061-49/+27
| | | | by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-3/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 287483: Sanitycheck screams about "Bad value 0 found in ↵mkanat%kerio.com2005-04-051-2/+6
| | | | | | components.initialqacontact" Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=myk
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-9/+12
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-17/+0
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
* Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com2005-03-051-6/+1
| | | | | | automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-4/+5
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-15/+17
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca2005-02-171-1/+1
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net2005-01-161-5/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
* Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net2004-08-301-3/+8
| | | | cleanups. Patch by gerv; r=joel, a=justdave.
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net2004-07-311-431/+241
| | | | <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
* Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net2004-07-271-8/+1
| | | | | r=kiko a=justdave
* Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm ↵timeless%mozdev.org2004-07-091-6/+15
| | | | | | when adding a component patch by bugzilla@glob.com.au r=joel a=justdave
* 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 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-3/+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/+2
| | | | | | | 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 227771 - Migration and product/component create code no longer writes ↵gerv%gerv.net2003-12-091-1/+2
| | | | series to database. Patch by gerv; r=kiko, a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-3/+4
|
* Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; ↵jocuri%softhome.net2003-11-161-2/+4
| | | | a=justdave.
* Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net2003-11-081-6/+2
| | | | public. Patch by gerv; r=kiko, a=justdave.
* Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br2003-09-271-2/+11
| | | | | 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-0/+30
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, 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 197180 - Long comment names not flagged as an errorbbaetz%acm.org2003-03-161-1/+13
| | | | r,a=justdave
* 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 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-64/+50
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 145795: editcomponents had error messages referring to products where it ↵jouni%heikniemi.net2002-07-041-2/+2
| | | | | | should've been components. r=bbaetz,afranke
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+1
| | | | | early enough r=mattyt, jouni
* Bug 148712 - add component with error/invalid initial owner results inbbaetz%student.usyd.edu.au2002-06-151-4/+0
| | | | | double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
* Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵gerv%gerv.net2002-04-301-0/+1
| | | | jouni@heikniemi.net; r=bbaetz, gerv.
* Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au2002-03-041-1/+2
| | | | r=justdave, ddkilzer@theracingworld.com
* Fix for bug 14461: QA contact is no longer required. You can still leave it ↵justdave%syndicomm.com2002-02-041-21/+3
| | | | | | | | | blank in editing and creating components if you want, even if it's enabled now. This is consistant with the behavior of this field everywhere else in Bugzilla now. Eventually this will be a per-product setting whether to enforce having one or not. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x 2
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-13/+13
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug #53612: The milestone URL appears correctly when deleting a ↵myk%mozilla.org2001-09-281-3/+3
| | | | | | | product or a component. Patch by Jake <jake@acutex.net>. r=gerv@mozilla.org,myk@mozilla.org
* Fix for bug 71396 - $::db->do isn't needed anymorejake%acutex.net2001-06-161-9/+5
| | | | | Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-231-22/+65
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* Fix for bug 51487: Now only checks for a valid QA Contact if it actuallydave%intrec.com2000-09-101-8/+4
| | | | | asked you for one. Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh) for catching this.