summaryrefslogtreecommitdiffstats
path: root/importxml.pl
AgeCommit message (Expand)AuthorFilesLines
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+4
2003-07-19Bug 213085: importxml.pl tries to convert qa_contact from a name to an ID whe...justdave%syndicomm.com1-2/+2
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+3
2003-04-25Bug 172331 - importxml.pl warnings under perl 5.8bbaetz%acm.org1-6/+6
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-02-10Bug 192513: importxml.pl and move.pl now use the new mail routines introduced...justdave%syndicomm.com1-1/+2
2002-12-20Bug 186218: importxml.pl was doing a query against the products table using t...justdave%syndicomm.com1-1/+1
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-26Bug 164464 - Importxml will fail if versioncache needs updatebugreport%peshkin.net1-1/+1
2002-08-25Bug 164465 - importxml.pl failsbbaetz%student.usyd.edu.au1-14/+26
2002-08-19Fix typo from 43600bugreport%peshkin.net1-1/+1
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-3/+4
2002-04-07Bug 134575 - some scripts trying to make world writable directoriesbbaetz%student.usyd.edu.au1-5/+1
2002-02-17Fix for bug 125516: the recent fix for emails truncating when a period occurr...justdave%syndicomm.com1-1/+1
2002-02-06Fix for bug 117055: Emails were being truncated if they contained a line with...justdave%syndicomm.com1-1/+1
2001-11-26Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was ...jake%acutex.net1-5/+8
2001-10-05Fix for bug 98095:importxml.pl fails perl -wc test. Simple 1 line additionzach%zachlipton.com1-0/+3
2001-07-26fix for bug 91903: insecure dependency in require in importxml.pl under taint...justdave%syndicomm.com1-1/+2
2001-07-04Killing the "used only once" error that suddenly popped up out of nowhere on ...justdave%syndicomm.com1-0/+1
2001-06-01Fix for bug 83633: perl warnings in 5.6justdave%syndicomm.com1-4/+9
2001-06-01backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ...justdave%syndicomm.com1-1/+1
2001-06-01Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com1-1/+1
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and se...endico%mozilla.org1-93/+144
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 work...endico%mozilla.org1-1/+10
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 o...endico%mozilla.org1-281/+306
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