node_import 5.x-1.8
Robrecht Jacques - October 29, 2008 - 21:38
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.8.tar.gz | 36.85 KB | df58a434091360794da726bfa3640799 |
Official release from CVS tag: DRUPAL-5--1-8
Last updated: October 29, 2008 - 21:40
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
