I started on a port to Drupal 6.0 using the codereview (coder) module.

Remaining issues are the following...

node_convert.module

severity: critical Line 133: #multistep is gone, use $form_state instead

$form['#multistep'] = TRUE;

severity: critical Line 250: #multistep is gone, use $form_state instead

$form['#multistep'] = TRUE;

severity: critical Line 377: hook no longer exists, use hook_form_alter() to swap your own validation handler (Drupal Docs)

$db_info_source = content_database_info($field_info_source); // Get DB specific source field information

severity: critical Line 386: hook no longer exists, use hook_form_alter() to swap your own validation handler (Drupal Docs)

$db_info_dest = content_database_info($field_info_dest); // Get DB specific destination field information

CommentFileSizeAuthor
node_convert.diff7.07 KBreikiman

Comments

alcroito’s picture

Thanks for patch. I'll look into it when I get some time. There were some changes for multistep forms as well as form_alter's in d6 fapi.

thomas23@drupal.org’s picture

Title: Port to Drupal 6.0 » Port nodeconvert.module to Drupal 6
Category: feature » support

Thanks for patching efforts. I'm interested in a proper port. How about i18n compatibility? Are settings like sync author, attachments, etc. converted, too?

Cheers.

alcroito’s picture

Initial port complete. You can download the release at the project main page.

#2 thomas

Currently the module doesn't support anything related to i18n. Possible implementation in the future. But patches are still welcome.

thomas23@drupal.org’s picture

thomas23@drupal.org’s picture

thanks a lot!

alcroito’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.