summaryrefslogtreecommitdiffstats
path: root/importxml.pl
AgeCommit message (Collapse)AuthorFilesLines
2001-07-04Killing the "used only once" error that suddenly popped up out of nowhere on ↵justdave%syndicomm.com1-0/+1
tinderbox.
2001-06-01Fix for bug 83633: perl warnings in 5.6justdave%syndicomm.com1-4/+9
r= Hixie
2001-06-01backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵justdave%syndicomm.com1-1/+1
it on Perl 5.005. Will need to investigate.
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
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org1-93/+144
set the move related params.
2000-06-24add comment explaining how to set up mail aliasendico%mozilla.org1-0/+15
2000-06-24add more whitespace to exporter's log messageendico%mozilla.org1-1/+1
2000-06-24move new path code to beginningendico%mozilla.org1-8/+8
2000-06-24include error messages for each bug in the exporter's confirmation mailendico%mozilla.org1-0/+7
2000-06-24find the path this script lives in and add it to @INC and to the current ↵endico%mozilla.org1-1/+10
working directory.
2000-06-24give more verbose error messagesendico%mozilla.org1-1/+6
2000-06-23fix subject on confirmation mailendico%mozilla.org1-4/+4
2000-06-23send error messages as mail to appropriate parties instead of to stdoutendico%mozilla.org1-28/+97
2000-06-21forgot the reporter and URL fieldsendico%mozilla.org1-2/+24
2000-06-09experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵endico%mozilla.org1-281/+306
object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi
2000-05-16remove requirement for Data::Dumperendico%mozilla.org1-2/+0
2000-05-16export_bug.cgi emits a bug as xml in a form that import.pl can use to import ↵endico%mozilla.org1-0/+435
the bug into another instance of bugzilla.