summaryrefslogtreecommitdiffstats
path: root/editmilestones.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com1-8/+3
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-13/+13
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-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org1-1/+2
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
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-09-11Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org1-320/+345
Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
2004-07-28Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net1-4/+1
r=kiko a=justdave
2004-06-16Patch for bug 246328: make editmilestone check for invalid sortkeys; patch ↵jocuri%softhome.net1-0/+6
by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd; a=justdave.
2004-06-12Patch for bug 245976: fix software error caused by taint issue when trying ↵jocuri%softhome.net1-1/+1
to add a milestone; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd, 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-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-6/+5
2003-09-26Bug 76157: Give proper error message on non-numeric sortkey when editing ↵justdave%syndicomm.com1-0/+6
milestones. Patch by jocuri@softhome.net (Vlad Dascalu) r=kiko, a=justdave
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+1
r=joel, a=justdave
2003-03-30Bug 65319 editmilestones & editversions don't have extra add.timeless%mozdev.org1-1/+1
r=justdave 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-01-15Bug 148093: editmilestones.cgi shows 'xyzzy' as product bug count. r=bbaetz, ↵jouni%heikniemi.net1-5/+2
a=justdave
2002-10-10Bug 173581 - Changing milestone sortkeys is broken. Patch by gerv; r=bbaetz.gerv%gerv.net1-1/+1
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-24/+30
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+1
early enough r=mattyt, jouni
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
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-2/+2
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-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-04-07Fix for bug 74394: editmilestones.cgi can't edit the name and sortkey at the ↵justdave%syndicomm.com1-7/+7
same time Patch by slee@uk.bnsmc.com (Stephen Lee)
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-03-24Added the concept of a "default milstone" for products, and make sureterry%mozilla.org1-1/+17
that all products have at least that milestone defined.
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-0/+552
of different target milestones by product.