flexiconvert 5.x-0.1

New features
Bug fixes
Unsupported

A relatively stable release. It runs but needs expanded functionality.

flexiconvert 4.7.x-0.3

Bug fixes
Unsupported

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

flexiconvert 5.x-0.2

Unsupported

Converted to 5.x (thanks mcarbone)

http://drupal.org/node/123709

Note: I have not tested this patch, so use at your own risk

flexiconvert 4.7.x-0.2

Unsupported

Added user contributed patches to work on versioned data, and apply to file, image, and url file types (thanks ejort & mcarbone)

http://drupal.org/node/130293
http://drupal.org/node/130017
http://drupal.org/node/123709

Note: I have not tested these patches, so use at your own risk

Subscribe with RSS Subscribe to Releases for Flexinode to CCK Converter