diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a808ca0678cf6962ede45b772879f02070c44d19..ec616e975f99105b33541201ff3bf41c10af6a25 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,12 +1,20 @@ //$Id$ -Migrate 2.0 Beta 2 +Migrate 2.0 Beta 3 ================== Features and enhancements +Allow migration of comment enable/disable. + +Bug fixes +- #984294 - Make migrate dashbard a local task. +needs_update => needs-update to match drush conventions. +- #959400 - Better way to get vid for vocabulary. +Migrate 2.0 Beta 2 +================== Bug fixes - #984294 - Migration info pages are blank -- #984336 - Additional fields and vocabularies not reported on migration info page. +- #984336 - Additional fields and vocabularies not reported on migration info page Migrate 2.0 Beta 1 ================== diff --git a/migrate_ui/migrate_ui.module b/migrate_ui/migrate_ui.module index 25cf7f7545eec04af3bb0ffc432698a593d1a504..b50de1c993b4266ccdc27562d6a1498e392c9011 100644 --- a/migrate_ui/migrate_ui.module +++ b/migrate_ui/migrate_ui.module @@ -28,6 +28,7 @@ function migrate_menu() { $items['admin/content/migrate'] = array( 'title' => 'Migrate', + 'type' => MENU_LOCAL_TASK, 'description' => 'Monitor the creation of Drupal content from source data', 'page callback' => 'migrate_ui_dashboard', 'access arguments' => array(MIGRATE_ACCESS_BASIC),