Posted by Robrecht Jacques on December 29, 2008 at 9:03am
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.0-rc3.tar.gz | 58.02 KB | 4f52ec1d44637f0d29945081184eea82 |
| node_import-6.x-1.0-rc3.zip | 67.89 KB | 50754152348f3199d1cc6ce9aafe0bc4 |
Last updated: December 24, 2010 - 23:28
NO SUPPORT FOR ANY CONTRIB MODULE YET. NO SUPPORT FOR CCK YET!
New features
- by robrechtj : lookup node by path
- by robrechtj : documentation improvements.
- #347423 by robrechtj : implemented node_import_check_date(). You will need
to install "Date API" module from http://drupal.org/project/date to parse
dates. Thanks drewmcginty.
Bugfixes and code-cleanups
- #218104 by robrechtj : Safely Impersonating Another User
Moved node_import_check_node() into node_import.inc - by robrechtj : set #node_import-group automatically
- by robrechtj : preprocess functions return a boolean to tell node_import
whether to continue preprocessing.