summaryrefslogtreecommitdiffstats
path: root/importxml.pl
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->pa...lpsolit%gmail.com1-2/+2
2009-11-10Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com1-2/+2
2009-04-11 Bug 486006 - importxml.pl must not use format_time() for deadlinesghendricks%novell.com1-3/+1
2009-02-19Bug 479228: Duplicated words in the error message in importxml.pl when the de...lpsolit%gmail.com1-9/+7
2009-02-05 Bug 476678 - Rich clients unable to update bugs need security token include...ghendricks%novell.com1-0/+5
2009-02-05Bug 476889: importxml.pl crashes when importing bugs (Date::Parse::strptime()...lpsolit%gmail.com1-1/+1
2008-12-16Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org1-4/+0
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com1-2/+1
2008-08-12Bug 437169: [SECURITY] Local files on the server can be attached to a bug (ma...mkanat%bugzilla.org1-2/+7
2008-06-14Bug 439075: Importing bugs which have a multi-select field with a single valu...lpsolit%gmail.com1-4/+12
2008-06-07Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - P...lpsolit%gmail.com1-1/+1
2008-03-25Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org1-0/+1
2008-03-18Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - P...lpsolit%gmail.com1-13/+56
2008-03-17Bug 323003: [importxml.pl] attachments should be imported with the original c...lpsolit%gmail.com1-1/+16
2008-03-17Bug 423346: importxml.pl fails when importing attachments - Patch by FrédÃ...lpsolit%gmail.com1-4/+4
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com1-2/+2
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-13/+7
2007-05-30Bug 344968: importxml.pl should support custom statuses - Patch by FrédÃÂ...lpsolit%gmail.com1-8/+33
2007-04-04Bug 368311: Custom field data is not imported into the database from the XML ...lpsolit%gmail.com1-0/+22
2007-02-06Bug 348282: importxml.pl throws Bugzilla::Bug::ValidateTime warnings if the t...lpsolit%gmail.com1-17/+27
2007-02-06patch by Guzmán Brasóghendricks%novell.com1-10/+16
2007-01-12Bug 366738: Use of uninitialized value in numeric eq (==) in ./importxml.pl i...lpsolit%gmail.com1-2/+2
2007-01-11Bug 348281: importxml.pl dies if there is no target milestone or the target m...lpsolit%gmail.com1-2/+8
2006-12-19Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana...lpsolit%gmail.com1-3/+2
2006-12-19Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org1-2/+2
2006-12-19Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org1-6/+6
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