Downloads
Download tar.gz
36.85 KB
MD5: df58a434091360794da726bfa3640799
SHA-1: a5e2a853de97ef08321b20dc3fa66a9086c496f6
SHA-256: f9350fc541605665d0ad0a3ef71f14a526cdf20238a6946be62ab38ac9807e58
Download zip
51.77 KB
MD5: 7d3eba08d8ebc3adee8a686eda17addb
SHA-1: 4b859beaf23695a4f3b1c79691743cc8d0255391
SHA-256: bc8a125b56da681b6e3d90390832bc4f002ef240e62ce7d57eae5e5598f8de74
Release notes
Bugfixes related to CCK
Support for CCK fields has been greatly improved, fixing following issues:
- #294315 : Empty nodereference fields are matched to nodes with numeric titles., thanks a_c_m.
- #227681 : Date 2 API breaks node imports with dates, thanks JohnAlbin, BrianJubal and mvc.
- #156025 : Linked nodes not displayed on preview
- #147389 : cck format field ignored
- #162840 : CCK (URL field) link title doesn't import properly until each individual node is opened and saved one at a time
- #168919 : Importing into a multiple select field
- #200741 : Check boxes/radio buttons
- #273423 : Option widget "allowed values" validation, thanks tokimeki.
- #236722 : Not able to import to CCK "node reference" fields
Improved reading of CSV files
The replacement for the fgetcsv PHP function has been improved to handle more "errors" in the CSV files:
- #273208 : csv file with newlines, thanks jasonalank!
- #314916: error in first step of importing "on line 299"
- #295332 : first field is skipped completely if empty
- #270836 : Node import appears not to be Unicode-clean
- #321753 : Empty fields get a "0", but should get SQL-"NULL"-data. How to avoid this?
- #147333 : data too long
- #197889 : "?" replaces " when importing from CSV