summaryrefslogtreecommitdiffstats
path: root/move.pl
AgeCommit message (Collapse)AuthorFilesLines
2005-08-05Bug 288170: importxml.pl and move.pl should not write to $datadir/maillog - ↵lpsolit%gmail.com1-36/+0
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com1-4/+4
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+4
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-4/+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/+4
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-01Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net1-5/+1
r=gerv,vladd; a=justdave.
2004-12-07Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc ↵jocuri%softhome.net1-2/+1
Schumann <wurblzap@gmail.com>, r=justdave, a=justdave.
2004-04-07Fix for bug 238864: remove %FORM and %COOKIE from move.pl; does justkiko%async.com.br1-7/+7
that (incorporating a recommendation from justdave). r=justdave, 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.
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com1-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
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+4
2003-10-16removing references to my netscape.com address, since it no longer works.justdave%syndicomm.com1-1/+1
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-3/+6
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-02-20Bug 194172: move.pl was sending empty bugs because of failure to initialize ↵justdave%syndicomm.com1-1/+11
the field list for the new "XML Summary" mode. r= gerv, a= justdave
2003-02-10Bug 192513: importxml.pl and move.pl now use the new mail routines ↵justdave%syndicomm.com1-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
2003-01-24Bug 106918: the "movers" param was not being interpreted correctly by ↵justdave%syndicomm.com1-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
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au1-7/+9
r=gerv, justdave a=justdave
2002-09-05Bug 165756 - Running tests without checksetup causes failurebbaetz%student.usyd.edu.au1-1/+5
r=joel, jake
2002-08-29Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au1-1/+1
r=joel, preed
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-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-1/+1
early enough r=mattyt, jouni
2002-04-07Bug 134575 - some scripts trying to make world writable directoriesbbaetz%student.usyd.edu.au1-5/+1
r=justdave, gerv
2002-02-17Fix for bug 125516: the recent fix for emails truncating when a period ↵justdave%syndicomm.com1-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
2002-02-06Fix for bug 122897: Comments entered on the bug form are now added to the ↵justdave%syndicomm.com1-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
2002-02-06Fix for bug 117055: Emails were being truncated if they contained a line ↵justdave%syndicomm.com1-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
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+4
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-07-21Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net1-2/+2
changed in multi-value fields. r= justdave@syndicomm.com
2001-06-01Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com1-1/+1
Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com
2001-05-10Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).justdave%syndicomm.com1-1/+1
Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org1-13/+46
set the move related params.
2000-06-27change wording of mail notificationendico%mozilla.org1-1/+1
2000-06-21rename move.cgi to move.plendico%mozilla.org1-0/+123