summaryrefslogtreecommitdiffstats
path: root/importxml.pl
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-26/+9
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-9/+26
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-26/+9
2015-04-13Bug 1031035: xmlrpc can be DoS'd with billion laughs attackByron Jones1-0/+3
2014-06-05Bug 1016273: Bugzilla whine emails missing change to From header made by bug ...David Lawrence1-2/+1
2014-05-29Bug 1016273: Bugzilla whine emails missing change to From header made by bug ...David Lawrence1-1/+2
2013-09-09merged with bugzilla/4.2Dave Lawrence1-1/+1
2013-09-03Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps ar...Mateusz Kuśmierczyk1-1/+1
2013-05-03Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2Gervase Markham1-0/+9
2013-03-05Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if i...Byron Jones1-1/+1
2011-10-08Bug 691845: importxml.pl complains if an open bug has the resolution field se...Frédéric Buclin1-9/+6
2011-05-23Bug 658905: flag_handler() gets arguments in the wrong order in importxml.plFrédéric Buclin1-1/+1
2011-05-23Bug 657707: importxml.pl crashes when importing keywordsFrédéric Buclin1-9/+0
2011-04-25Bug 562329: importxml.pl shouldn't set the resolution to INVALID when a close...Frédéric Buclin1-1/+1
2010-10-14Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto1-3/+4
2010-10-12Bug 562308: importxml.pl should import each comment separately, rather than c...Frédéric Buclin1-53/+32
2010-09-23Bug 599023: importxml.pl fails if UNCONFIRMED is the single bug status allowe...Frédéric Buclin1-1/+1
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-74/+58
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden1-1/+1
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+0
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org1-1/+1
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org1-0/+2
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