migrate_extras 7.x-2.5

Bug fixes

The Migrate Extras module provides extensions to Migrate (http://drupal.org/project/migrate)
to support various contributed modules. The ideal place to implement migration support
for a contributed module is in that module. That way, the migration support is always
self-consistent with the current module implementation - it's not practical for the
migrate_extras module to keep up with changes to all other contrib modules. Support
for contributed modules may be added to migrate_extras for two reasons - if the module's
maintainer does not accept a patch providing migration support, or as an intermediate
step before submitting such a patch to the other module.

In cases where modules supported by migrate_extras end up implementing the support
themselves, you could at least temporarily end up with redundant implementations.
The extra implementation may be disabled at admin/content/migrate/configure.

The following modules are currently supported in Migrate Extras on Drupal 7 (note
that Date module support has moved into the Date module itself):

Address Field
Entity API
Flag
Geofield
Interval
Media
Name Field
Pathauto
Phone Number (cck_phone)
Private Messages
Profile2
Rules
User Relationships
Voting API
Webform

Compatibility
-------------
This release of Migrate Extras requires Migrate V2.4-beta1 or later.

Migrate_Extras_Examples

migrate 7.x-2.5

New features
Bug fixes
Insecure

Migrate 2.5
===========

IMPORTANT: Automatic registration of new migration classes is no longer done on
a cache clear. Depending on automatic registration is now deprecated, and you
are encouraged to implement your migrations as DynamicMigration and explicitly
register them via hook_migrate_api() or MigrationBase::registerMigration().
If your migrations are not explicitly registered, you must request auto-registration
with a "drush mar" (drush migrate-auto-register) command, or by clicking the
"Register" button at admin/content/migrate/registration.

Bug fixes
- #1827052 - Properly check for bad XML.

Migrate 2.5 Release Candidate 2
===============================

Features and enhancements
- #1824024 - Destination and field handlers may now be registered through
hook_migrate_api(). Automatic registration of all migration and
handler classes may be disabled at admin/content/migrate/registration.
The handler configuration formerly at admin/content/migrate/configure
is now at admin/content/migrate/handlers.
- #1778952 - Update examples to emphasize explicit registration via
hook_migrate_api().
- #1819730 - Make migration of files in a field context non-fatal.
- #1816652 - Provide useful warning when file subfield arrays don't line up.

Bug fixes

quant 7.x-1.0-beta4

Bug fixes

* Fixed datepicker themeing by using drupal_add_library().
* Port Facebook-style statuses support #1616286: Port Facebook-style statuses support (by mathankumarc)

ooyala 7.x-2.0-beta1

New features
Bug fixes

The first beta release of the new Ooyala module supporting the V2 API. Notable changes include:

  • Migration of ooyala.api.inc to use the new V2 API, removing all dependencies on the V1 API.
  • Integration of the Ooyala Web Uploader to upload assets to Ooyala.
  • PHP 5.3 is now required.
  • Uploading is now refactored into it's own module, leading to a lighter codebase for sites using Ooyala as an API only.
  • Inclusion of several feature export example modules showing how to configure Ooyala.
  • Inclusion of an Ooyala Episode example module showing how to integrate custom metadata from the Ooyala Backlot.

See the full list of commits after the break!

Pages

Subscribe with RSS Subscribe to RSS - 7.x