Releases for Node Convert
node_convert 6.x-1.2
Download: node_convert-6.x-1.2.tar.gz
Size: 12.47 KB
md5_file hash: a07c9144bc95bd85b9cd369021973c5e
First released: August 8, 2008 - 13:43
Last updated: August 8, 2008 - 13:45
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
Download: node_convert-6.x-1.1.tar.gz
Size: 11.11 KB
md5_file hash: d6ece58f3ee54d3d65f13d4e11f7c357
First released: August 5, 2008 - 18:42
Last updated: August 5, 2008 - 18:45
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
Download: node_convert-6.x-1.0.tar.gz
Size: 10.19 KB
md5_file hash: 3e87293baaca9fca7b0f55ccc52ad107
First released: August 5, 2008 - 15:35
Last updated: August 5, 2008 - 15:40
Initial port to Drupal 6 Version. Should work properly with basic functionality. Please report any bugs you witness.
node_convert 5.x-1.4
Download: node_convert-5.x-1.4.tar.gz
Size: 10.15 KB
md5_file hash: 3a8ed11a1ca2ed08acabb296e290e9b7
First released: April 22, 2008 - 17:58
Last updated: April 22, 2008 - 18:00
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
Download: node_convert-5.x-1.3.tar.gz
Size: 9.19 KB
md5_file hash: 11989ca0c85ae29d993e2f1c68b316f5
First released: April 18, 2008 - 15:27
Last updated: April 18, 2008 - 15:30
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
Download: node_convert-5.x-1.2.tar.gz
Size: 8.85 KB
md5_file hash: a8b12e7795253642d1d114f10adc8d8c
First released: April 17, 2008 - 19:37
Last updated: April 17, 2008 - 19:40
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
Download: node_convert-5.x-1.1.tar.gz
Size: 8.12 KB
md5_file hash: e1be752a18dbe8b759fae6020f0de1cc
First released: April 16, 2008 - 20:15
Last updated: April 16, 2008 - 20:20
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
Download: node_convert-5.x-1.0.tar.gz
Size: 8.04 KB
md5_file hash: b1b460ad7dbf130e69fe477b2ced6ebe
First released: April 16, 2008 - 19:46
Last updated: April 16, 2008 - 19:50
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
Download: node_convert-5.x-1.x-dev.tar.gz
Size: 10.13 KB
md5_file hash: 97dcfdc8fe0f0a237d302d8bc319fa1f
First released: April 15, 2008 - 19:39
Last updated: August 7, 2008 - 00:08
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.
