migration_tools 8.x-2.2

Bug fixes

migration_tools 8.x-2.2 11-20-2019
-----------------------------------------------
* Issue #3095810 Redirect: Replace %20 with space on source.
https://www.drupal.org/project/migration_tools/issues/3095810

migration_tools 8.x-2.1

Bug fixes
New features

migration_tools 8.x-2.1 10-15-2019
-----------------------------------------------
* Issue #3082237: Cleanup depricated functions.
https://www.drupal.org/project/migration_tools/issues/3082237
* CS cleanup of Url and Redirect.
* Issue #3069804: Redirect: Check is failing to find existing redirect.
https://www.drupal.org/project/migration_tools/issues/3069804

migration_tools 8.x-2.0-alpha1

migration_tools 8.x-2.x 03-15-2018
-----------------------------------------------

* Issue #2952547: Initial port to Drupal 8. Obtainers, Modifiers and string
cleanup as well as an html source parser has been ported to work with a yml
migration file.

migration_tools 8.x-2.x-dev

migration_tools 8.x-2.x 03-15-2018
-----------------------------------------------

* Issue #2952547: Initial port to Drupal 8. Obtainers, Modifiers and string
cleanup as well as an html source parser has been ported to work with a yml
migration file.

migration_tools 7.x-2.8

Bug fixes

migration_tools 7.x-2.8 November 2, 2017
-----------------------------------------------
* Issue #2920601: Fix Html Source Parser introduces character encoding issues.
https://www.drupal.org/node/2920601

migration_tools 7.x-2.7

Bug fixes

migration_tools 7.x-2.7 October 24, 2017
-----------------------------------------------
* Issue #2918411: Installing newest version of markdown causes fatal error.
https://www.drupal.org/node/2918411#comment-12313055

migration_tools 7.x-2.6

Bug fixes

Fixed unnamespaced exception error in HtmlParser.
https://www.drupal.org/node/2918274

Minor documentation and logging changes.

migration_tools 7.x-2.5

New features

Issue #2775087: Add migration examples
Issue #2775065: Remove outdated examples.
Issue #2775033: Update SourceParser Examples.
Issue #2775031: Make addModifier return $this so that they can be chained
Issue #2774963: Make addSearch return $this so that they can be chained.
Issue #2773835: Add ObtainArray support to Obtainers

migration_tools 7.x-2.4

New features

* Issue #2770953: Add function to remove empty tables.
* Issue #2772389 Add Modifier class to stack up html modifiers to run in cleanQueryPathHtml()
in the SourceParser.

migration_tools 7.x-2.3

Bug fixes
New features

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.

migration_tools 7.x-2.2

New features

migration_tools 7.x-2.2 May 31, 2016
-----------------------------------------------
* Move instance of SourceParser from $row to migration $this.
* Fix misnamed variable in link re-writing methods.
* Add QpHtml::removeComment()
* Move some basic cleaning calls into SourceParser\HtmlBase.

migration_tools 7.x-2.1

New features

This 2x branch represents some heavy refactoring to get Obtainers and SourceParsers working correctly.
Example classes and Readme Documentation is not completed yet and should be treated with the assumption that it is wrong.
Refactoring that is significantly different that 1.x leaving 1.x incompatible with 2.x implementations.
There is no upgrade path from 1.x to 2.x other than hand editing your migration classes to use the new methods.

migration_tools 7.x-2.x-dev

New features

Restructured classes to namespace them and added a PSR-4 autoloader.

Warning: Switching from 1x branch to 2x will break any of your current use of the classes until you change your calls to be properly namespaced.

Example
1.x: UrlTools::hasRedirect();
2.x: MigrationTools\Url::hasRedirect();

1.x: MTHtmlSourceParser
2.x: MigrationTools\SourceParser\Html;

migration_tools 7.x-1.0-alpha1

Largely stable migration tools.

Known issues:
* Lack of documentation.
* Menu crawling of legacy site has been refactored but at this time is untested.

Subscribe with RSS Subscribe to Releases for Migration Tools