about.html |
help/about.html |
|
|
administration.html |
help/administration.html |
|
|
advanced-tutorial.html |
help/advanced-tutorial.html |
|
|
api-crud.html |
help/api-crud.html |
|
|
api-hooks.html |
help/api-hooks.html |
|
|
api-processing.html |
help/api-processing.html |
|
|
api-utility.html |
help/api-utility.html |
|
|
api.html |
help/api.html |
|
|
basic-tutorial.html |
help/basic-tutorial.html |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
IMPORTANT: This is the final release of Migrate V1 - there will be no more support for
this version of Migrate going forward.
Migrate 1.2
===========
Bug fixes
- #1010308 - Support Views 3.0.
- #736998 - Reset update flag so it isn't continously… |
comment.migrate.inc |
modules/comment.migrate.inc |
|
Implementation of comment destination handling |
configuration.html |
help/configuration.html |
|
|
content-set-edit.html |
help/content-set-edit.html |
|
|
dashboard.html |
help/dashboard.html |
|
|
drush-commands.html |
help/drush-commands.html |
|
|
glossary.html |
help/glossary.html |
|
|
migrate.api.php |
migrate.api.php |
|
|
migrate.css |
migrate.css |
|
table.migrate-dashboard tr.migrate-running {
background-color: #CFC;
}
.migrate-running {
background-color: #CFC;
}
.migrate-option-separator {
margin-bottom:0.2em;
padding-bottom: 0.2em;
border-bottom: 1px solid #aaa;
} |
migrate.drush.inc |
migrate.drush.inc |
|
Drush support for the migrate module |
migrate.info |
migrate.info |
|
name = "Migrate"
description = "Import content from external sources"
package = "Development"
core = 6.x
dependencies[] = views |
migrate.install |
migrate.install |
|
Implementation of profile destination handling |
migrate.module |
migrate.module |
|
This module provides tools at "administer >> content >> migrate"
for analyzing data from various sources and importing them into Drupal tables. |
migrate.views_default.inc |
migrate.views_default.inc |
|
Modify the default views of message tables |
migrate_api.test |
tests/migrate_api.test |
|
Tests for the Migrate API. |
migrate_comment.test |
tests/modules/core/migrate_comment.test |
|
Tests for comment migration |
migrate_node.test |
tests/modules/core/migrate_node.test |
|
Tests for node migration |
migrate_pages.inc |
migrate_pages.inc |
|
|
migrate_profile.test |
tests/modules/core/migrate_profile.test |
|
Tests for profile migration |
migrate_taxonomy.test |
tests/modules/core/migrate_taxonomy.test |
|
Tests for taxonomy migration |
migrate_ui.test |
tests/migrate_ui.test |
|
Tests for the Migrate UI. |
migrate_user.test |
tests/modules/core/migrate_user.test |
|
Tests for user migration |
node.migrate.inc |
modules/node.migrate.inc |
|
Implementation of node destination handling |
profile.migrate.inc |
modules/profile.migrate.inc |
|
Implementation of profile destination handling |
README.txt |
README.txt |
|
IMPORTANT: This is the final release of Migrate V1 - there will be no more support for
this version of Migrate going forward.
The Migrate module provides a flexible framework for migrating content into Drupal from other
sources (e.g., when… |
settings.html |
help/settings.html |
|
|
taxonomy.migrate.inc |
modules/taxonomy.migrate.inc |
|
Implementation of taxonomy destination handling |
user.migrate.inc |
modules/user.migrate.inc |
|
Implementation of user destination handling |