Downloads

Download tar.gz 8.97 KB
MD5: 21c5e4ec9bf38b6a700682987a15b905
SHA-1: 3687123b6ca527b8d9b2fb0e1510ae71b5e6c201
SHA-256: d7603820c0958a46ca97ecd167b6560c1c1ce17db016085c7944ed687681c88a
Download zip 9.67 KB
MD5: 8ba5425a001f17a89e6f292084824341
SHA-1: 6d892fe4e16a64e5138eec0508b5e79607d898c8
SHA-256: 2c4b158e28c999b5ad1ab384b0eb761455146aabd346d2c6c9db9b40c0c5d4af

Release notes

Collection of patches from the issue queue, rolled together by Josiah (siah).

(Unreported?) Bug: failed attempt to copy text_area's formating from flexinode. Failure results from cck column not existing.
Solution (tested, works): check for existence of 'format' column before issuing an update on it.

Bug: Funny characters in cck fields names are incorrectly translated to column names.
http://drupal.org/node/139801
Solution (tested, works): remove funny characters and limit the maximum length of the field name. Used patch, then expanded it to cover more characters.

Bug: No conversion of timestamp or checkboxes
http://drupal.org/node/141733
Solution (tested, works): Patch did not copy false values from checkboxes because of the if statement was confusing a numeric value of 0 with the value not existing. I fixed by using the more formal test of "array_key_exists", and applied that pattern to all the other if statements in that block.

Bug: No conversion of email, checkbox or select
http://drupal.org/node/139803
Solution (tested, works): Used email portion of patch. Works fine if cck's email module is installed.
Solution (tested, works): Merged Select portion of patch into timestamp/checkbox block. Tested that it copies the select field only if it is populated.

-- Notes --
* Enable Date API before defining CCK date fields
* CCK select field needs to be an Integer type rather than a text type. Remember to follow ptalindstrom's advise from response #5 on the referenced thread and manually set up the CCK select field to exactly match the values of the old flexinode convert field.

Created by: starbow
Created on: 12 Oct 2007 at 00:06 UTC
Last updated: 12 Oct 2007 at 00:06 UTC
Bug fixes
Unsupported

Other releases