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
| Comment | File | Size | Author |
|---|---|---|---|
| node_convert.diff | 7.07 KB | reikiman |
Comments
Comment #1
alcroito commentedThanks 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.
Comment #2
thomas23@drupal.org commentedThanks for patching efforts. I'm interested in a proper port. How about i18n compatibility? Are settings like sync author, attachments, etc. converted, too?
Cheers.
Comment #3
alcroito commentedInitial 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.
Comment #4
thomas23@drupal.org commentedComment #5
thomas23@drupal.org commentedthanks a lot!
Comment #6
alcroito commentedComment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.