Releases for Node import
node_import 6.x-1.0-rc4
First released: February 25, 2009 - 22:29
Size: 81.9 KB
md5_file hash: c96cef48ca21a6428c3841b75e680fed
Last updated: February 25, 2009 - 22:31
New features
- The module now depends on Advanced help.
- #359488 by uniqueculture : support for Profile module.
- #354077 by robrechtj : support for Location module.
- by robrechtj : support for CCK Email field.
- by robrechtj : support for CCK FileField module.
- #374352 by robrechtj : support for CCK ImageField module.
- #381400 by robrechtj : support for CCK Link module.
- #366271 by robrechtj : support for CCK Node reference.
- by robrechtj : support for CCK Number module.
- by robrechtj : support for CCK Text module.
- by robrechtj : support for CCK User reference module.
Bugfixes
node_import 6.x-1.0-rc3
First released: December 29, 2008 - 09:03
Size: 58.02 KB
md5_file hash: 4f52ec1d44637f0d29945081184eea82
Last updated: December 29, 2008 - 09:05
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.
node_import 6.x-1.0-rc2
First released: December 12, 2008 - 08:25
Size: 37.06 KB
md5_file hash: dc542bc9341356e69619eeba4e2d9841
Last updated: December 12, 2008 - 08:30
NO NEW FEATURES - NO SUPPORT FOR CCK FIELDS OR ANY OTHER CONTRIB MODULE
Bugfixes
A typo prevented any import to succeed (the wizard fails before Set default values page).
Changes since DRUPAL-6--1-0-RC1:
- by robrechtj : error in types list of
user.inc - by robrechtj : display an clear error when the user does not have the necessary permissions and show the buttons (eg Reload) so the user still sees it is a form.
- by robrechtj : better sorting of the content types.
- #344663 by robrechtj : add sample data on mapping page as well.
- by robrechtj : get rid of
hook_node_import_static()and call ithook_node_import_values()instead. All node_import hooks pair up beautiful with an_alter(). - #346020 by robrechtj : typo fix which prevented the Set default values page to be displayed. Thanks biohabit!
node_import 6.x-1.0-rc1
First released: December 11, 2008 - 20:50
Size: 36.95 KB
md5_file hash: 813f449699c50f61f72414d11a6709bc
Last updated: December 11, 2008 - 20:55
This is the first public release of the port of node_import to Drupal 6.
What works?
- Importing nodes:
- blog,
- comment (comment setting),
- node (title, body, format, authored by, authored on, workflow settings),
- path (url settings),
- taxonomy (assign terms to a node).
- Importing users:
- user (name, mail, pass, status).
- Importing vocabularies:
- taxonomy (name, description, help, multiple, required, tags, hierarchy).
- Importing terms:
- taxonomy (name, description, parent, relation, synonym, weight).
What does not work?
ALL OTHER THINGS do not work!
- No books
- No forums
- No menu
- No polls
- No profile fields for users
- No upload (attachments)
- NONE of the contrib modules such as CCK or Location
How to help?
Try it and report back.
node_import 5.x-1.9
First released: November 11, 2008 - 09:40
Size: 36.91 KB
md5_file hash: 84e4e17890509646ea3531e879b0b951
Last updated: November 11, 2008 - 09:45
Bugfixes
- #330806 : CCK text field & publishing options fail to import, thanks diego.paroni!
node_import 6.x-1.x-dev
First released: October 30, 2008 - 10:10
Size: 91.61 KB
md5_file hash: 1b4b85da9905c21ead96904ef71e9d83
Last updated: October 10, 2009 - 00:24
Port of node_import to DRUPAL6.
This version of the module is considered unstable and may not work from time to time. Use officially released versions instead.
node_import 5.x-1.8
First released: October 29, 2008 - 21:38
Size: 36.85 KB
md5_file hash: df58a434091360794da726bfa3640799
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:
node_import 5.x-1.7
First released: October 16, 2008 - 11:58
Size: 36.08 KB
md5_file hash: e7fba82a40eb5cf8cc22545d7dd43ccb
Last updated: October 16, 2008 - 12:00
Some CSV parsing fixes:
node_import 5.x-1.6
First released: May 3, 2008 - 09:08
Size: 35.3 KB
md5_file hash: 7eabd4e0d0f0c4046ca52673f2f5a6f8
Last updated: May 3, 2008 - 09:10
Features
- #244367 : Assign node uid with user email. To identify the author of a node, you can now use the UID, the name or the email of a user in the "Authored by" column of your CSV file.
- #243932 : Allow customizing of field and text delimiters. Thanks incrn8!
- #247029 : New hook for "node import complete". Thanks JohnAlbin!
Bugfixes
- Fixed a number of issues with the CSV parser. Should fix:
- #238679 : Node Import code review patch. Thanks oliveyrc!
node_import 5.x-1.5
First released: March 17, 2008 - 14:12
Size: 34.72 KB
md5_file hash: 54f6fbbee5440eb2f77071aff03de7c5
Last updated: March 17, 2008 - 14:15
New features
- Taxonomy synonyms support. Thanks stevenQ.
- Import to Userlink. Thanks Joe Stewart.
Bug fixes
- Broken link to "administer > content management > content" page. Thanks JohnAlbin.
- Call-time pass-by-reference is deprecated. Thanks JohnAlbin.
- Tokens need to be flushed in auto_nodetitle.inc. Thanks Lynn.
- non-ascii character problem. Thanks ray007.
- importing optional location coordinates is broken. Thanks ray007.
- error when importing to node type with taxonomy or location fields. Thanks boaz_r.
- event.inc should be including from date timezone API. Thanks mvc.
- Change to field name in dropdown.
- fatal error on php5.
node_import 5.x-1.4
First released: March 7, 2008 - 12:43
Size: 34.22 KB
md5_file hash: ce746a9176a4521796b1402822b7de6f
Last updated: March 7, 2008 - 12:45
Added support for image module.
- You need to upload the images to
files/imagesbefore doing the import. - The content of the column you map to Image: Image must be the filename relative to
files/images.
For example:
- Upload
image1.jpgtofiles/images. - Import a CSV file like:
"Title","Body","Image"
"The title", "The body", "image1.jpg" - Map the Title column to the Title field, the Body column to the Body field and the Image column to the Image: Image field.
The image_gallery module is supported as well because it works with taxonomy module. This means that you can create image galleries by importing a CSV file like:
"Title","Body","Image","Image gallery"
"The title", "The body", "image1.jpg","The gallery"Here you would map the Image gallery column to the Taxonomy: Image galleries field.
Just like with taxonomy terms, you can assign a default image gallery in the options or let Drupal create non-existing image galleries on the fly (select Add non-existing terms to the vocabulary).
node_import 5.x-1.3
First released: February 27, 2008 - 13:09
Size: 33.67 KB
md5_file hash: c3deee8183d7e9f35649eb951c79a78c
Last updated: February 27, 2008 - 13:10
New features
- #226160 : support for Automatic Nodetitles module, thanks Chris Bray,
- Support for upload module - currently only one file attachment is supported, it is always listed and you need to upload the attachment file to the files/ directory before doing the import.
node_import 5.x-1.2
First released: June 14, 2007 - 08:54
Size: 32.75 KB
md5_file hash: e69482638893ec063f93ca41d53f9be6
Last updated: June 14, 2007 - 08:55
Bug fixes
- #149439 : Numeric Taxonomy not functioning. thanks to rhys,
- #148383 : Import node type event is not listed in the wizard; raw data import not working either. (removed "raw input" functionality + made sure all content types are listed),
- implementation of
hook_uninstall(), - fixed wrong link to wizard page.
node_import 5.x-1.1
First released: May 14, 2007 - 08:37
Size: 32.95 KB
md5_file hash: eec09edb58685779f3285bfb4d7163c7
Last updated: May 14, 2007 - 08:40
Bug fixes:
node_import 5.x-1.0
First released: May 9, 2007 - 20:54
Size: 33.08 KB
md5_file hash: 0506aeabe486826819ec74c0aac9eee5
Last updated: May 9, 2007 - 20:55
First release of node_import for 5.x. Thanks a million to sun for porting it!
There may still be some issues remaining. Use with care.
node_import 5.x-1.x-dev
First released: May 3, 2007 - 07:20
Size: 36.91 KB
md5_file hash: f7d3b82a9e1685437ce8a7056fda4062
Last updated: November 11, 2008 - 12:17
Development snapshot of node_import for Drupal 5.x. Use with care, not all functionality is fully tested!
node_import 4.7.x-1.5
First released: February 23, 2007 - 07:15
Size: 32.73 KB
md5_file hash: 8d58dd59508a1d8e06cf2f3f98f5f16c
Last updated: February 23, 2007 - 07:20
Bugfix release.
node_import 4.7.x-1.4
First released: February 6, 2007 - 09:56
Size: 32.42 KB
md5_file hash: ae932702de2dc39f5d9f7f62748495b6
Last updated: February 6, 2007 - 10:00
Changes:
- #115338: added support for page_title.module.
node_import 4.7.x-1.3
First released: February 6, 2007 - 09:39
Size: 32.29 KB
md5_file hash: 34d50bc5336b609acfae5e3f7e2032b6
Last updated: February 6, 2007 - 09:40
Changes:
- #115338: added support for importing book pages (book.module). Thanks incom!
node_import 4.7.x-1.2
First released: February 6, 2007 - 08:28
Size: 31.56 KB
md5_file hash: e6b55cf57b2bd5ad81d48165162e3f08
Last updated: February 6, 2007 - 08:30
Changes:
- #102061: added support for the links_weblink module from the links module package
