Port nodeconvert.module to Drupal 6

reikiman - June 28, 2008 - 04:33
Project:Node Convert
Version:5.x-1.4
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

AttachmentSize
node_convert.diff7.07 KB

#1

Placinta - July 8, 2008 - 18:55

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

thomas23@drupal.org - August 1, 2008 - 17:14
Title:Port to Drupal 6.0» Port nodeconvert.module to Drupal 6
Category:feature request» support request

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

Placinta - August 5, 2008 - 15:42

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

thomas23@drupal.org - August 6, 2008 - 07:54

#5

thomas23@drupal.org - August 6, 2008 - 07:53

thanks a lot!

#6

Placinta - August 9, 2008 - 08:17
Status:active» fixed

#7

Anonymous (not verified) - August 23, 2008 - 08:25
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.