aboutsummaryrefslogtreecommitdiffstats
path: root/importxml.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-13/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 344968: importxml.pl should support custom statuses - Patch by ↵lpsolit%gmail.com2007-05-291-8/+33
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 368311: Custom field data is not imported into the database from the XML ↵lpsolit%gmail.com2007-04-041-0/+22
| | | | file - Patch by Erik <shaggy+bugzilla@eta.org> r/a=LpSolit
* Bug 348282: importxml.pl throws Bugzilla::Bug::ValidateTime warnings if the ↵lpsolit%gmail.com2007-02-061-17/+27
| | | | time value is not defined and param timetrackinggroup defined - Patch by Guzmán Brasó <gbn@hqso.net> r/a=LpSolit
* patch by Guzmán Brasóghendricks%novell.com2007-02-061-10/+16
| | | | r=ghendricks, a=LpSolit
* Bug 366738: Use of uninitialized value in numeric eq (==) in ./importxml.pl ↵lpsolit%gmail.com2007-01-121-2/+2
| | | | if the bug is not visible to the reporter and the CC list - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=ghendricks a=LpSolit
* Bug 348281: importxml.pl dies if there is no target milestone or the target ↵lpsolit%gmail.com2007-01-111-2/+8
| | | | milestone is empty - Patch by Guzmán Brasó <gbn@hqso.net> r/a=LpSolit
* Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵lpsolit%gmail.com2006-12-191-3/+2
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-6/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-251-10/+8
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* [No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by melpsolit%gmail.com2006-07-231-4/+4
|
* Bug 344298: importxml.pl performance problem - Patch by Vance Baarda ↵lpsolit%gmail.com2006-07-141-8/+22
| | | | <vrb@novell.com> r=ghendricks a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-27/+28
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-2/+2
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-3/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-41/+7
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> ↵vladd%bugzilla.org2006-06-191-2/+2
| | | | 'unknown' in importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling in code comments patch: 'attachement' -> 'attachment' in ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com2006-06-021-2/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 334620: When calling importxml.pl with the -v option, information is ↵lpsolit%gmail.com2006-04-201-3/+11
| | | | displayed too many times - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=myk
* Bug 334617: importxml.pl crashes when importing bugs having attachments from ↵lpsolit%gmail.com2006-04-201-1/+3
| | | | version 2.20 or older - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=myk
* Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com2006-04-141-7/+5
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-5/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-02-231-1/+1
| | | | r=bernd rs=brendan
* Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ↵lpsolit%gmail.com2006-01-111-545/+1196
| | | | by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
* 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