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.
Approaching first stable release.
- Some clean up, moved documentation to the handbook, http://drupal.org/node/252582
- Fixed: Condition produces false positive when rendering messages, by andremolnar, #290163
- Added unit tests for message rendering.
Added menu inclusion supporti via custompage_menu_tile() function, fixed PHP4 incompatibility and you can use *_tile() functions on non-custompage pages, too, now.