aboutsummaryrefslogtreecommitdiffstats
path: root/move.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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