aboutsummaryrefslogtreecommitdiffstats
path: root/importxml.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+0
| | | | r=mkanat,wicked a=justdave
* Bug 288170: importxml.pl and move.pl should not write to $datadir/maillog - ↵lpsolit%gmail.com2005-08-051-35/+0
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-5/+5
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com2005-03-181-11/+11
| | | | Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-6/+7
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-1/+9
| | | | 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-9/+1
| | | | | | 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-1/+9
| | | | 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/+3
| | | | r=gerv,vladd; a=justdave.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-1/+0
| | | | | | | 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 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-3/+4
|
* Bug 213085: importxml.pl tries to convert qa_contact from a name to an ID ↵justdave%syndicomm.com2003-07-191-2/+2
| | | | | | when it's already an ID r= myk, a= justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+3
| | | | r=joel, a=justdave
* Bug 172331 - importxml.pl warnings under perl 5.8bbaetz%acm.org2003-04-251-6/+6
| | | | r,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 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 186218: importxml.pl was doing a query against the products table using ↵justdave%syndicomm.com2002-12-201-1/+1
| | | | | | | the old schema Patch by Jonathan Schatz <jon@vmware.com> r= justdave, a= justdave
* 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 164464 - Importxml will fail if versioncache needs updatebugreport%peshkin.net2002-08-251-1/+1
| | | | r=bbatez, timeless
* Bug 164465 - importxml.pl failsbbaetz%student.usyd.edu.au2002-08-251-14/+26
| | | | r=joel x2
* Fix typo from 43600bugreport%peshkin.net2002-08-191-1/+1
| | | | r=bbaetz x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-3/+4
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* 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 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
* Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was ↵jake%acutex.net2001-11-261-5/+8
| | | | | | incorrectly quoted in Bug.pm r= justdave, louie
* Fix for bug 98095:importxml.pl fails perl -wc test. Simple 1 line additionzach%zachlipton.com2001-10-051-0/+3
| | | | | | that makes importxml.pl not fail the tests. We are on our way to 100%! Patch by Jake <jake@acutex.net>, r=zach@zachlipton.com, no 2nd review required.
* fix for bug 91903: insecure dependency in require in importxml.pl under ↵justdave%syndicomm.com2001-07-261-1/+2
| | | | | | | taint mode only in Perl 5.005. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Killing the "used only once" error that suddenly popped up out of nowhere on ↵justdave%syndicomm.com2001-07-041-0/+1
| | | | tinderbox.
* Fix for bug 83633: perl warnings in 5.6justdave%syndicomm.com2001-06-011-4/+9
| | | | r= Hixie
* backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵justdave%syndicomm.com2001-06-011-1/+1
| | | | it on Perl 5.005. Will need to investigate.
* 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
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-141-93/+144
| | | | set the move related params.
* add comment explaining how to set up mail aliasendico%mozilla.org2000-06-241-0/+15
|
* add more whitespace to exporter's log messageendico%mozilla.org2000-06-241-1/+1
|
* move new path code to beginningendico%mozilla.org2000-06-241-8/+8
|
* include error messages for each bug in the exporter's confirmation mailendico%mozilla.org2000-06-241-0/+7
|
* find the path this script lives in and add it to @INC and to the current ↵endico%mozilla.org2000-06-241-1/+10
| | | | working directory.
* give more verbose error messagesendico%mozilla.org2000-06-241-1/+6
|
* fix subject on confirmation mailendico%mozilla.org2000-06-231-4/+4
|
* send error messages as mail to appropriate parties instead of to stdoutendico%mozilla.org2000-06-231-28/+97
|
* forgot the reporter and URL fieldsendico%mozilla.org2000-06-211-2/+24
|
* experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵endico%mozilla.org2000-06-091-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
* remove requirement for Data::Dumperendico%mozilla.org2000-05-161-2/+0
|
* export_bug.cgi emits a bug as xml in a form that import.pl can use to import ↵endico%mozilla.org2000-05-161-0/+435
the bug into another instance of bugzilla.