summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-4/+5
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-15/+17
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca1-1/+1
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net1-5/+4
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2004-08-30Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net1-3/+8
cleanups. Patch by gerv; r=joel, a=justdave.
2004-07-31Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net1-431/+241
<bugzilla@chimpychompy.org>; r=jouni, a=justdave.
2004-07-28Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net1-8/+1
r=kiko a=justdave
2004-07-09Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm ↵timeless%mozdev.org1-6/+15
when adding a component patch by bugzilla@glob.com.au r=joel a=justdave
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-03-27Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com1-3/+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/+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.
2003-12-09Bug 227771 - Migration and product/component create code no longer writes ↵gerv%gerv.net1-1/+2
series to database. Patch by gerv; r=kiko, a=justdave.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+4
2003-11-16Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; ↵jocuri%softhome.net1-2/+4
a=justdave.
2003-11-08Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net1-6/+2
public. Patch by gerv; r=kiko, a=justdave.
2003-09-27Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br1-2/+11
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-0/+30
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+1
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-03-16Bug 197180 - Long comment names not flagged as an errorbbaetz%acm.org1-1/+13
r,a=justdave
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-1/+9
enhancements to attachment statuses. r=gerv,bbaetz
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-64/+50
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-07-04Bug 145795: editcomponents had error messages referring to products where it ↵jouni%heikniemi.net1-2/+2
should've been components. r=bbaetz,afranke
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+1
early enough r=mattyt, jouni
2002-06-15Bug 148712 - add component with error/invalid initial owner results inbbaetz%student.usyd.edu.au1-4/+0
double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
2002-04-30Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵gerv%gerv.net1-0/+1
jouni@heikniemi.net; r=bbaetz, gerv.
2002-03-04Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au1-1/+2
r=justdave, ddkilzer@theracingworld.com
2002-02-04Fix for bug 14461: QA contact is no longer required. You can still leave it ↵justdave%syndicomm.com1-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
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-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
2001-09-28Fix for bug #53612: The milestone URL appears correctly when deleting a ↵myk%mozilla.org1-3/+3
product or a component. Patch by Jake <jake@acutex.net>. r=gerv@mozilla.org,myk@mozilla.org
2001-06-16Fix for bug 71396 - $::db->do isn't needed anymorejake%acutex.net1-9/+5
Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-22/+65
based on patch submitted by baulig@suse.de (Martin Baulig).
2000-09-11Fix for bug 51487: Now only checks for a valid QA Contact if it actuallydave%intrec.com1-8/+4
asked you for one. Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh) for catching this.
2000-08-31fix for bug #24806tara%tequilarista.org1-1/+8
2000-08-31fix for 44617: edit*.cgi: Should show which product you're working oncyeh%bluemartini.com1-7/+7
patches by mtakacs@pacbell.net (Tak)
2000-07-26Landing Jon Robertson's for bug #41915tara%tequilarista.org1-1/+5
2000-01-23Fixed stupid typo.terry%mozilla.org1-1/+1
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-1/+1
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
1999-12-17Fixed very very nasty bug which, when deleting a component, would tellterry%mozilla.org1-14/+18
you it had no bugs (even when it had some), and would then proceed to delete all those bugs (even if you had the param set to never allow bug deletion.) Added some paranoia to prevent such things from happening again. Yikes.
1999-11-02updated license boilerplatedmose%mozilla.org1-9/+18
1999-10-20Need to value_quote() things that go into VALUE attributes in HTML.terry%mozilla.org1-11/+22
1999-10-19Fixed stupid perl warnings.terry%mozilla.org1-0/+9
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1-79/+713
ability to edit components, products, and versions. Yay!
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-2/+5
be fixed.
1999-10-07Wow. Turns out this stuff would only handle 10 products. Did theterry%mozilla.org1-1/+1
cheap fix that lets it handle 1000 products.
1999-04-29Patch by mhamby@logicon.com -- provide a UI for adding new components.terry%netscape.com1-0/+3
1999-03-12Added new pages to edit existing components.terry%netscape.com1-0/+117