aboutsummaryrefslogtreecommitdiffstats
path: root/importxml.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-25/+5
* Bug 691845: importxml.pl complains if an open bug has the resolution field se...Frédéric Buclin2011-10-081-9/+6
* Bug 658905: flag_handler() gets arguments in the wrong order in importxml.plFrédéric Buclin2011-05-231-1/+1
* Bug 657707: importxml.pl crashes when importing keywordsFrédéric Buclin2011-05-231-9/+0
* Bug 562329: importxml.pl shouldn't set the resolution to INVALID when a close...Frédéric Buclin2011-04-251-1/+1
* Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto2010-10-131-3/+4
* Bug 562308: importxml.pl should import each comment separately, rather than c...Frédéric Buclin2010-10-121-53/+32
* Bug 599023: importxml.pl fails if UNCONFIRMED is the single bug status allowe...Frédéric Buclin2010-09-231-1/+1
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-74/+58
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden2010-05-061-1/+1
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+0
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-1/+1
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-0/+2
* Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->pa...lpsolit%gmail.com2009-11-101-2/+2
* Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com2009-11-101-2/+2
* Bug 486006 - importxml.pl must not use format_time() for deadlinesghendricks%novell.com2009-04-101-3/+1
* Bug 479228: Duplicated words in the error message in importxml.pl when the de...lpsolit%gmail.com2009-02-191-9/+7
* Bug 476678 - Rich clients unable to update bugs need security token include...ghendricks%novell.com2009-02-051-0/+5
* Bug 476889: importxml.pl crashes when importing bugs (Date::Parse::strptime()...lpsolit%gmail.com2009-02-051-1/+1
* Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org2008-12-161-4/+0
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com2008-08-281-2/+1
* Bug 437169: [SECURITY] Local files on the server can be attached to a bug (ma...mkanat%bugzilla.org2008-08-121-2/+7
* Bug 439075: Importing bugs which have a multi-select field with a single valu...lpsolit%gmail.com2008-06-141-4/+12
* Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - P...lpsolit%gmail.com2008-06-071-1/+1
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-0/+1
* Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - P...lpsolit%gmail.com2008-03-181-13/+56
* Bug 323003: [importxml.pl] attachments should be imported with the original c...lpsolit%gmail.com2008-03-171-1/+16
* Bug 423346: importxml.pl fails when importing attachments - Patch by FrédÃ...lpsolit%gmail.com2008-03-171-4/+4
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com2008-02-251-2/+2
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-13/+7
* Bug 344968: importxml.pl should support custom statuses - Patch by FrédÃÂ...lpsolit%gmail.com2007-05-291-8/+33
* Bug 368311: Custom field data is not imported into the database from the XML ...lpsolit%gmail.com2007-04-041-0/+22
* Bug 348282: importxml.pl throws Bugzilla::Bug::ValidateTime warnings if the t...lpsolit%gmail.com2007-02-061-17/+27
* patch by Guzmán Brasóghendricks%novell.com2007-02-061-10/+16
* Bug 366738: Use of uninitialized value in numeric eq (==) in ./importxml.pl i...lpsolit%gmail.com2007-01-121-2/+2
* Bug 348281: importxml.pl dies if there is no target milestone or the target m...lpsolit%gmail.com2007-01-111-2/+8
* Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana...lpsolit%gmail.com2006-12-191-3/+2
* Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-2/+2
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-6/+6
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-1/+1
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-3/+3
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-10/+8
* [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 <vrb@nov...lpsolit%gmail.com2006-07-141-8/+22
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-27/+28
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-031-2/+2
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+1
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-41/+7