summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Migrate.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-06-08Migrate: Create comments for attachmentsharmony-unstableFlorian Pritz1-0/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-06-08Migrate: Increase anti spam CC limitFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-05-11Migrate: Allow to change read values in after_read()Florian Pritz1-8/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-04-10WIP: disable broken requirements check in migration classFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-04-10WIP: misc fixesFlorian Pritz1-4/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-04-10WIP: Migrate duplicate IDFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-04-08Misc fixesFlorian Pritz1-0/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-32/+32
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-19/+8
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-8/+19
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-19/+8
local symlink to data/ directory
2013-05-03Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2Gervase Markham1-2/+5
r=glob
2013-03-05Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if ↵Byron Jones1-1/+1
it wasn't changed
2011-08-31Bug 682203 - migrate.pl fails at requirements check.Marc Schumann1-0/+1
r/a=mkanat
2011-01-09Bug 622204: Bugzilla::Migrate crashes trying to create bugs with resolutions1-1/+1
r/a=mkanat
2010-12-22Bug 620796: Make Bugzilla::Migrate skip abnormal fields when doingMax Kanat-Alexander1-0/+2
create_legal_values (otherwise it tried to create Components there, when it should not have). r=mkanat, a=mkanat (module owner)
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-1/+1
r/a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-1/+1
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-05-14Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander1-3/+3
Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-2/+2
component r=dkl, a=mkanat
2009-11-17Fix POD of Bugzilla::Migrate to be consistent with reality (it was slightlymkanat%bugzilla.org1-17/+17
out-of-sync with the code when I first checked it in, because some things ended up working differently than they originally did as I developed, but the POD didn't get updated at the end).
2009-11-10Bug 526165: Make it impossible to set creation_ts via Bugzilla::Bug->createmkanat%bugzilla.org1-1/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org1-0/+1166
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat