Releases for Node Convert
node_convert 6.x-1.5
First released: May 27, 2009 - 17:10
Size: 17.37 KB
md5_file hash: 117f6965ad6f07b63c0d857dcc3f2697
Last updated: May 27, 2009 - 17:15
Following changes:
- #461406: Node convert doesn't install on PostgreSQL (v8.2) by AlexisWilke: Fixed bug when installing on PostgreSQL 8.2.
- #464200: watchdog: table doesn't exist : Fixed bug concerning updating the module, table wouldn't create.
- #327264: Convert Node Action post 7 by equalspeterd: Fixed a bug concerning permissions in creating actions.
- Fixed a missing quote in node_convert_uninstall.
node_convert 6.x-1.4
First released: May 1, 2009 - 21:35
Size: 17.08 KB
md5_file hash: 56721652dafd93bd79a70958a27bccc4
Last updated: May 1, 2009 - 21:41
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
First released: April 27, 2009 - 16:39
Size: 13.8 KB
md5_file hash: ff543905004005cd04b6a634322f3919
Last updated: April 27, 2009 - 16:40
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
First released: August 8, 2008 - 13:43
Size: 12.47 KB
md5_file hash: a07c9144bc95bd85b9cd369021973c5e
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
First released: August 5, 2008 - 18:42
Size: 11.11 KB
md5_file hash: d6ece58f3ee54d3d65f13d4e11f7c357
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
First released: August 5, 2008 - 15:35
Size: 10.19 KB
md5_file hash: 3e87293baaca9fca7b0f55ccc52ad107
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
First released: April 22, 2008 - 17:58
Size: 10.15 KB
md5_file hash: 3a8ed11a1ca2ed08acabb296e290e9b7
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
First released: April 18, 2008 - 15:27
Size: 9.19 KB
md5_file hash: 11989ca0c85ae29d993e2f1c68b316f5
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
First released: April 17, 2008 - 19:37
Size: 8.85 KB
md5_file hash: a8b12e7795253642d1d114f10adc8d8c
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
First released: April 16, 2008 - 20:15
Size: 8.12 KB
md5_file hash: e1be752a18dbe8b759fae6020f0de1cc
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
First released: April 16, 2008 - 19:46
Size: 8.04 KB
md5_file hash: b1b460ad7dbf130e69fe477b2ced6ebe
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
First released: April 15, 2008 - 19:39
Size: 10.13 KB
md5_file hash: 97dcfdc8fe0f0a237d302d8bc319fa1f
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.
