Port nodeconvert.module to Drupal 6
| Project: | Node Convert |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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
| Attachment | Size |
|---|---|
| node_convert.diff | 7.07 KB |

#1
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.
#2
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.
#3
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.
#4
#5
thanks a lot!
#6
#7
Automatically closed -- issue fixed for two weeks with no activity.