node_convert 7.x-1.2

New features

All the features from the alpha builds are included, plus:

  • Fix for converting comments bundle type that are attached to a node.
  • Support for changing node values before the final node_save in a conversion using a new hook. (Thanks Cottser - #2283681).

node_convert 7.x-1.2-alpha2

Bug fixes
New features

Fixed append to body, replace body functionality to work again. Now supports not only text fields, but all the fields supported by the module.
Added a few more field value formatters for supported field types, on the "select fields" conversion step.

node_convert 7.x-1.2-alpha1

Bug fixes
New features

Changes in this release:

  • Support for field revisions
  • Integration with Rules
  • Support for CTools Exportables (can now export templates into features)
  • Support for hook_node_convert_change has been added back. Modules can now provide their own integrations. See node_convert.api.php
  • Fixed link field converting
  • Better formatting of current values inside nodes, when selecting field destinations
  • Added watchdog integration
  • Initial support for editing existing templates (except those kept in features)

node_convert 7.x-1.1

Bug fixes

Fixed destination type to be saved, so that nodes are converted properly.

node_convert 7.x-1.0

New features

Port to Drupal 7.
Pretty much all features work from node_convert 6.x-1.7.

Except custom hook_node_convert_changes(), specifically
- books
- forum
- panel_node
- uc_product.

node_convert 6.x-1.6

Bug fixes

This release contains the following changes:

- #480106 by bitman, nohup: Fixed template conversion.
- #540434 by bitman: Fixed default value for fields.
- Minor refactoring, and text changes.

node_convert 6.x-1.x-dev

New features
Bug fixes

This is the development snapshot where bugs and new features will be added.

node_convert 6.x-1.4

New features
Bug fixes

Following changes:

  • Added hook_node_operations integration (via Node Convert templates).
  • Added Actions API and Views Bulk Operations integration (also via Node Convert templates).
  • Fixed a bug when converting books.
  • Cleaned up code.
  • Wrote a bit of documentation.

node_convert 6.x-1.3

New features

Following changes:

  • Added permission system.
  • Corrected Simpletest tests for the permission system.
  • Moved default hook implementations for book and forum module to an include directory

node_convert 6.x-1.2

New features

Following changes:

  • Added a few SimpleTest tests.
  • Added possibility of converting Forum types correctly.
  • Added some validation to the API.
  • Some code improvments.

node_convert 6.x-1.1

New features
Bug fixes

Added a new hook, hook_node_convert_change which allows node modules perfrom needed changes on the conversion process. For example, when converting a page to a book node, a book row should be inserted in to the book table.

Fixed a bug when choosing a few nodes to be bulk converted.

Fixed a bug when converting a node to the book type, so a proper book row is inserted and deleted from the table.

node_convert 6.x-1.0

New features

Initial port to Drupal 6 Version. Should work properly with basic functionality. Please report any bugs you witness.

node_convert 5.x-1.4

New features
Bug fixes

This release contains the following changes:

  • Added bulk convert support. Can be accesed in admin/content/convert_node.
  • Fixed a bug that showed warning when converting fields that should be discarded.
  • Deleted some unneeded code.

node_convert 5.x-1.3

Bug fixes

The following release has the following changes:

  • Fixed a bug that prevented converting a node with many multiple values fields.
  • Broke the code in functions, making it more easy to understand.
  • Fixed "current values" to show the values of contributed cck fields.
  • Added some doxygen documentation.

node_convert 5.x-1.2

New features

This release contains the following changes:

  • Added support for Multiple Values Fields.
  • Added many comments to the code. Probably too many, but it helps from forgetting how it works.

node_convert 5.x-1.1

Bug fixes

I'm sorry, it's my first time working cvs, so I messed up a bit. The previous official release is the development snapshot, so it shouldn't be downloaded.

Download this one instead.

node_convert 5.x-1.0

New features

The first official release.

  • Completely rewrote the mechanism of getting information about source and destination cck fields. (Thanks to the cool developers that worked on cck and made it that simple).
  • Now all cck field types should convert properly if they are reused.

node_convert 5.x-1.x-dev

New features

Node Convert adds a menu tab "Convert" on the node view page, which gives the possibility of converting the node to another node type. Also it gives the ability of transfering all the custom cck fields of the source node type, to the destination type cck fields, or just discard them.

Currently the module can transfer only core cck fields, that don't have multiple values or repeated in other content types.

Subscribe with RSS Subscribe to Releases for Node Convert