Please, update it to Drupal 6, I need it to modify 300 posts.
Thank you in advance
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | field_copy_D6.patch | 17.61 KB | Roi Danton |
| #2 | field_copy_D6.patch | 16.77 KB | Roi Danton |
| #1 | field_copy_D6_known_operant_issue.patch | 6.52 KB | Roi Danton |
Comments
Comment #1
Roi Danton commentedI've created a quick & dirty patch so at least hook_menu() and the FAPI lines are working with D6 and the module recognizes the correct CCK include files. Unfortunately when copying a textfield to another textfield I still get an error:
Fatal error: Unsupported operand types in /drupal/includes/common.inc on line 1546Have no time to look deeper into the code currently. However I think this patch helps for the first steps since it does solve some annoying upgrade work.
Comment #2
Roi Danton commentedNew patch, solving the bug mentioned in #1. Furthermore I did a bit code cleanup so the code meets the Drupal coding standards a little better than the original one of HEAD.
@Developer: When applying the patch and upgrading to D6 then please create a 5.x branch and 6.x branch instead of using HEAD. So it is easier to maintain code for several versions of Drupal. :)
Feel free to test. Patch works for me well for textfields with D6. Thx for this great module!
Comment #3
Roi Danton commentedFixed minor typos in comments and in code so code review doesn't produce hundreds of warnings.