aboutsummaryrefslogtreecommitdiffstats
path: root/move.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+4
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-4/+2
| | | | | | 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-2/+4
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-011-5/+1
| | | | r=gerv,vladd; a=justdave.
* Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc ↵jocuri%softhome.net2004-12-071-2/+1
| | | | Schumann <wurblzap@gmail.com>, r=justdave, a=justdave.
* Fix for bug 238864: remove %FORM and %COOKIE from move.pl; does justkiko%async.com.br2004-04-071-7/+7
| | | | | that (incorporating a recommendation from justdave). r=justdave, 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 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-3/+3
| | | | | | | they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-3/+4
|
* removing references to my netscape.com address, since it no longer works.justdave%syndicomm.com2003-10-161-1/+1
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-3/+6
| | | | 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 194172: move.pl was sending empty bugs because of failure to initialize ↵justdave%syndicomm.com2003-02-201-1/+11
| | | | | | the field list for the new "XML Summary" mode. r= gerv, a= justdave
* Bug 192513: importxml.pl and move.pl now use the new mail routines ↵justdave%syndicomm.com2003-02-101-1/+2
| | | | | | introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl. r= jaypee, a= justdave
* Bug 106918: the "movers" param was not being interpreted correctly by ↵justdave%syndicomm.com2003-01-241-2/+2
| | | | | | move.pl or the show_bug template. Also the exporter value was not properly fed into the xml template. r= myk, a= justdave
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-7/+9
| | | | | r=gerv, justdave a=justdave
* Bug 165756 - Running tests without checksetup causes failurebbaetz%student.usyd.edu.au2002-09-051-1/+5
| | | | r=joel, jake
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-1/+1
| | | | r=joel, preed
* 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 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-1/+1
| | | | | early enough r=mattyt, jouni
* Bug 134575 - some scripts trying to make world writable directoriesbbaetz%student.usyd.edu.au2002-04-071-5/+1
| | | | r=justdave, gerv
* Fix for bug 125516: the recent fix for emails truncating when a period ↵justdave%syndicomm.com2002-02-171-1/+1
| | | | | | | | occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv
* Fix for bug 122897: Comments entered on the bug form are now added to the ↵justdave%syndicomm.com2002-02-061-1/+5
| | | | | | | | bug before it is closed and moved when moving a bug to another Bugzilla install. Patch by Dave Miller <justdave@syndicomm.com> r= timeless, bbaetz
* Fix for bug 117055: Emails were being truncated if they contained a line ↵justdave%syndicomm.com2002-02-061-1/+1
| | | | | | | | | with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+4
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net2001-07-201-2/+2
| | | | | | changed in multi-value fields. r= justdave@syndicomm.com
* Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com2001-06-011-1/+1
| | | | | Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com
* Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).justdave%syndicomm.com2001-05-101-1/+1
| | | | | Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-141-13/+46
| | | | set the move related params.
* change wording of mail notificationendico%mozilla.org2000-06-271-1/+1
|
* rename move.cgi to move.plendico%mozilla.org2000-06-211-0/+123