Releases for Node import

node_import 6.x-1.0-rc4

Robrecht Jacques - February 25, 2009 - 22:29
Official release from CVS tag: DRUPAL-6--1-0-RC4
First released: February 25, 2009 - 22:29
Download: node_import-6.x-1.0-rc4.tar.gz
Size: 81.9 KB
md5_file hash: c96cef48ca21a6428c3841b75e680fed
Last updated: February 25, 2009 - 22:31
View usage statistics for this release

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

  • #352446 by obsidiandesign : need to include date_api_elements.inc
  • #368162 by dman : E_STRICT warnings fixed.
  • #370047 by robrechtj : avoid doing an explode() with empty separators.
  • #354077 by robrechtj : file options are not correctly stored.

node_import 6.x-1.0-rc3

Robrecht Jacques - December 29, 2008 - 09:03
Official release from CVS tag: DRUPAL-6--1-0-RC3
First released: December 29, 2008 - 09:03
Download: node_import-6.x-1.0-rc3.tar.gz
Size: 58.02 KB
md5_file hash: 4f52ec1d44637f0d29945081184eea82
Last updated: December 29, 2008 - 09:05
View usage statistics for this release

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

Robrecht Jacques - December 12, 2008 - 08:25
Official release from CVS tag: DRUPAL-6--1-0-RC2
First released: December 12, 2008 - 08:25
Download: node_import-6.x-1.0-rc2.tar.gz
Size: 37.06 KB
md5_file hash: dc542bc9341356e69619eeba4e2d9841
Last updated: December 12, 2008 - 08:30
View usage statistics for this release

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 it hook_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

Robrecht Jacques - December 11, 2008 - 20:50
Official release from CVS tag: DRUPAL-6--1-0-RC1
First released: December 11, 2008 - 20:50
Download: node_import-6.x-1.0-rc1.tar.gz
Size: 36.95 KB
md5_file hash: 813f449699c50f61f72414d11a6709bc
Last updated: December 11, 2008 - 20:55
View usage statistics for this release

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

Robrecht Jacques - November 11, 2008 - 09:40
Official release from CVS tag: DRUPAL-5--1-9
First released: November 11, 2008 - 09:40
Download: node_import-5.x-1.9.tar.gz
Size: 36.91 KB
md5_file hash: 84e4e17890509646ea3531e879b0b951
Last updated: November 11, 2008 - 09:45
View usage statistics for this release

Bugfixes

node_import 6.x-1.x-dev

Robrecht Jacques - October 30, 2008 - 10:10
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: October 30, 2008 - 10:10
Download: node_import-6.x-1.x-dev.tar.gz
Size: 91.61 KB
md5_file hash: 1b4b85da9905c21ead96904ef71e9d83
Last updated: October 10, 2009 - 00:24
View usage statistics for this release

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

Robrecht Jacques - October 29, 2008 - 21:38
Official release from CVS tag: DRUPAL-5--1-8
First released: October 29, 2008 - 21:38
Download: node_import-5.x-1.8.tar.gz
Size: 36.85 KB
md5_file hash: df58a434091360794da726bfa3640799
Last updated: October 29, 2008 - 21:40
View usage statistics for this release

Bugfixes related to CCK

Support for CCK fields has been greatly improved, fixing following issues:

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

Robrecht Jacques - October 16, 2008 - 11:58
Official release from CVS tag: DRUPAL-5--1-7
First released: October 16, 2008 - 11:58
Download: node_import-5.x-1.7.tar.gz
Size: 36.08 KB
md5_file hash: e7fba82a40eb5cf8cc22545d7dd43ccb
Last updated: October 16, 2008 - 12:00
View usage statistics for this release

Some CSV parsing fixes:

node_import 5.x-1.6

Robrecht Jacques - May 3, 2008 - 09:08
Official release from CVS tag: DRUPAL-5--1-6
First released: May 3, 2008 - 09:08
Download: node_import-5.x-1.6.tar.gz
Size: 35.3 KB
md5_file hash: 7eabd4e0d0f0c4046ca52673f2f5a6f8
Last updated: May 3, 2008 - 09:10
View usage statistics for this release

Features

Bugfixes

node_import 5.x-1.5

Robrecht Jacques - March 17, 2008 - 14:12
Official release from CVS tag: DRUPAL-5--1-5
First released: March 17, 2008 - 14:12
Download: node_import-5.x-1.5.tar.gz
Size: 34.72 KB
md5_file hash: 54f6fbbee5440eb2f77071aff03de7c5
Last updated: March 17, 2008 - 14:15
View usage statistics for this release

New features

Bug fixes

node_import 5.x-1.4

Robrecht Jacques - March 7, 2008 - 12:43
Official release from CVS tag: DRUPAL-5--1-4
First released: March 7, 2008 - 12:43
Download: node_import-5.x-1.4.tar.gz
Size: 34.22 KB
md5_file hash: ce746a9176a4521796b1402822b7de6f
Last updated: March 7, 2008 - 12:45
View usage statistics for this release

Added support for image module.

  • You need to upload the images to files/images before 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.jpg to files/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

Robrecht Jacques - February 27, 2008 - 13:09
Official release from CVS tag: DRUPAL-5--1-3
First released: February 27, 2008 - 13:09
Download: node_import-5.x-1.3.tar.gz
Size: 33.67 KB
md5_file hash: c3deee8183d7e9f35649eb951c79a78c
Last updated: February 27, 2008 - 13:10
View usage statistics for this release

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

Robrecht Jacques - June 14, 2007 - 08:54
Official release from CVS tag: DRUPAL-5--1-2
First released: June 14, 2007 - 08:54
Download: node_import-5.x-1.2.tar.gz
Size: 32.75 KB
md5_file hash: e69482638893ec063f93ca41d53f9be6
Last updated: June 14, 2007 - 08:55
View usage statistics for this release

Bug fixes

node_import 5.x-1.1

Robrecht Jacques - May 14, 2007 - 08:37
Official release from CVS tag: DRUPAL-5--1-1
First released: May 14, 2007 - 08:37
Download: node_import-5.x-1.1.tar.gz
Size: 32.95 KB
md5_file hash: eec09edb58685779f3285bfb4d7163c7
Last updated: May 14, 2007 - 08:40
View usage statistics for this release

Bug fixes:

node_import 5.x-1.0

Robrecht Jacques - May 9, 2007 - 20:54
Official release from CVS tag: DRUPAL-5--1-0
First released: May 9, 2007 - 20:54
Download: node_import-5.x-1.0.tar.gz
Size: 33.08 KB
md5_file hash: 0506aeabe486826819ec74c0aac9eee5
Last updated: May 9, 2007 - 20:55
View usage statistics for this release

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

Robrecht Jacques - May 3, 2007 - 07:20
Nightly development snapshot from CVS branch: DRUPAL-5
First released: May 3, 2007 - 07:20
Download: node_import-5.x-1.x-dev.tar.gz
Size: 36.91 KB
md5_file hash: f7d3b82a9e1685437ce8a7056fda4062
Last updated: November 11, 2008 - 12:17
View usage statistics for this release

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

Robrecht Jacques - February 23, 2007 - 07:15
Official release from CVS tag: DRUPAL-4-7--1-5
First released: February 23, 2007 - 07:15
Download: node_import-4.7.x-1.5.tar.gz
Size: 32.73 KB
md5_file hash: 8d58dd59508a1d8e06cf2f3f98f5f16c
Last updated: February 23, 2007 - 07:20
View usage statistics for this release

Bugfix release.

node_import 4.7.x-1.4

Robrecht Jacques - February 6, 2007 - 09:56
Official release from CVS tag: DRUPAL-4-7--1-4
First released: February 6, 2007 - 09:56
Download: node_import-4.7.x-1.4.tar.gz
Size: 32.42 KB
md5_file hash: ae932702de2dc39f5d9f7f62748495b6
Last updated: February 6, 2007 - 10:00
View usage statistics for this release

Changes:
- #115338: added support for page_title.module.

node_import 4.7.x-1.3

Robrecht Jacques - February 6, 2007 - 09:39
Official release from CVS tag: DRUPAL-4-7--1-3
First released: February 6, 2007 - 09:39
Download: node_import-4.7.x-1.3.tar.gz
Size: 32.29 KB
md5_file hash: 34d50bc5336b609acfae5e3f7e2032b6
Last updated: February 6, 2007 - 09:40
View usage statistics for this release

Changes:
- #115338: added support for importing book pages (book.module). Thanks incom!

node_import 4.7.x-1.2

Robrecht Jacques - February 6, 2007 - 08:28
Official release from CVS tag: DRUPAL-4-7--1-2
First released: February 6, 2007 - 08:28
Download: node_import-4.7.x-1.2.tar.gz
Size: 31.56 KB
md5_file hash: e6b55cf57b2bd5ad81d48165162e3f08
Last updated: February 6, 2007 - 08:30
View usage statistics for this release

Changes:
- #102061: added support for the links_weblink module from the links module package

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.