summaryrefslogtreecommitdiffstats
path: root/importxml.pl
AgeCommit message (Expand)AuthorFilesLines
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-1/+1
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-1/+1
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-3/+3
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-10/+8
2006-07-23[No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by melpsolit%gmail.com1-4/+4
2006-07-14Bug 344298: importxml.pl performance problem - Patch by Vance Baarda <vrb@nov...lpsolit%gmail.com1-8/+22
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-27/+28
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com1-2/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+1
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-41/+7
2006-06-19Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'u...vladd%bugzilla.org1-2/+2
2006-06-19Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.p...vladd%bugzilla.org1-1/+1
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com1-2/+3
2006-04-20Bug 334620: When calling importxml.pl with the -v option, information is disp...lpsolit%gmail.com1-3/+11
2006-04-20Bug 334617: importxml.pl crashes when importing bugs having attachments from ...lpsolit%gmail.com1-1/+3
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com1-7/+5
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com1-5/+6
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
2006-02-23Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-1/+1
2006-01-11Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ...lpsolit%gmail.com1-545/+1196
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+0
2005-08-05Bug 288170: importxml.pl and move.pl should not write to $datadir/maillog - P...lpsolit%gmail.com1-35/+0
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com1-5/+5
2005-03-18Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com1-11/+11
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-6/+7
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-2/+2
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-1/+9
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-9/+1
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-1/+9
2005-01-01Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...gerv%gerv.net1-5/+3
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-1/+0
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