Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migration_tools-7.x-2.3.tar.gztar.gz 103.92 KB
MD5: b94f49cfb309a814982d77a3e9e5860f
SHA-1: 94f8c3f56e8e14095d9f1bb4cda8b5d4b9b6e4df
SHA-256: e33efdf8a992ca6bae72d1b1999885c1c3af21e97924350e9fb3e83dcc41dce7
Download migration_tools-7.x-2.3.zipzip 151.14 KB
MD5: c7fd5145407d0f10960ee4f3ff646826
SHA-1: c049454fc52c8a0a8f739f3d387617ee3e4df58a
SHA-256: fda9ee96a4a8da2db3eb440fdd219ce68e8936760e06797386708183c2710798

Release notes

migration_tools 7.x-2.3 July 15, 2016
-----------------------------------------------
* Fix Error if using QueryPath version that does not support size()/count().
* Add findSelectorNSeparator to ObtainHtml.
* Add findSelector to ObtainHtml.
* Add reduceDuplicateBr() to StringTools.
* Removed duplicate internal Table cell plucker.
* Renamed pluckTableContents to pluckTableCellContents to make it more explicit.
* Renamed internal method pluckTableCell to extractTableCell so to keep it
as an internal method not a plucker.
* Fix false positives on scanning for JS redirects.
* Issue #2755321: Create a set of source tools to handle migrating from an array of URLs.
* Add drush command mt-generate-redirects-list [filename] to read a list of urls
and turn it into a list of redirects for any that were detected in html or
server-side.
* Issue #2753779: Add file data to row properties
* Issue #2749377: Rewiting an empty href results in bad link
* Fixed bug where longdescription paths were not getting checked.
* Add javascript src rewriting and flash attribute rewriting.
* Adjust ObtainTitle to better remove whitespaces in title.
* Bugfix ObtainDate where a short date is wrongly rejected.
* Add more verbose output using: drush vset migration_tools_drush_debug 2
* Add alias reporting.
* Fix bug in Url::generateDestinationUriAlias().

Created by: swirt
Created on: 16 Jul 2016 at 02:43 UTC
Last updated: 27 Jul 2016 at 04:44 UTC
Bug fixes
New features

Other releases