summaryrefslogtreecommitdiffstats
path: root/editversions.cgi
AgeCommit message (Collapse)AuthorFilesLines
2004-03-28Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu ↵jocuri%softhome.net1-4/+5
Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave.
2004-03-27Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com1-4/+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-5/+4
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
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-42/+31
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-19Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() ↵jake%acutex.net1-1/+1
and this file instead had two "pushes".
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
2000-08-31fix for 44617: edit*.cgi: Should show which product you're working oncyeh%bluemartini.com1-6/+6
patches by mtakacs@pacbell.net (Tak)
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-11/+17
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/+19
1999-10-20Need to value_quote() things that go into VALUE attributes in HTML.terry%mozilla.org1-5/+10
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1-0/+542
ability to edit components, products, and versions. Yay!