node_import 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.2.tar.gz | 85.58 KB | ba015a3e48be35a2364102bf2113e177 |
| node_import-6.x-1.2.zip | 118.17 KB | 47d08ba6ff7343d70348ac66cb4d069e |
Release notes
Changes since 6.x-1.1:
New features:
* Issue #405348 by skwashd, Docc, shawngo: Node import - User Profile Values not imported.
* Issue #1082700 by Robrecht Jacques: Import Fails to process Image Alt Tag.
* Issue #1079976 by Robrecht Jacques: Scheduler?
* Issue #368728 by stacysimpson: menu support for node_import.
User interface:
* Issue #930994 by Robrecht Jacques: 'Remember' file options in step 3 of 8.
* Issue #578270 by Robrecht Jacques: Streamline File Upload.
* by Robrecht Jacques: Better autodetect of file options (using previously used options).
Bugfixes:
* Issue #1121524 by Bloodcarver: Act just before deletion of task.
* Issue #422322 by hovel, sirkitree: Fatal error: Only variables can be passed by reference...
* Issue #1130860 by Robrecht Jacques: Conflict with Node Form Settings module.
* Issue #1709996 by underq : Strick warning : Only variables should be passed by reference (line 1565).
node_import 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.1.tar.gz | 96.96 KB | 8a03d2ea6533e5e822226fba741e2da1 |
| node_import-6.x-1.1.zip | 128.73 KB | 0908ab3e926c65f5e7e9bd7cf0d9ee81 |
Release notes
Changes in 6.x-1.1:
- Issue #267555: i18n support on node import by mvc, Robrecht Jacques: Added support for core locale module.
- Issue #1080912: Call-time pass-by-reference by Robrecht Jacques: Fixed call-time pass-by-reference.
- Issue #434572: Add support for content_taxonomy by rconstantine: Added support for content_taxonomy.
node_import 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.0.tar.gz | 93.98 KB | 9596d40df1178426818a90f8782210bd |
| node_import-6.x-1.0.zip | 124.51 KB | b4c1f80f8f38961192dd215ff2ceccc2 |
Release notes
New release.
node_import 6.x-1.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.0-rc4.tar.gz | 81.9 KB | c96cef48ca21a6428c3841b75e680fed |
| node_import-6.x-1.0-rc4.zip | 103.8 KB | cd270f8e94d69c731628bd4b70316748 |
Release notes
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
| 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 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.0-rc2.tar.gz | 37.06 KB | dc542bc9341356e69619eeba4e2d9841 |
| node_import-6.x-1.0-rc2.zip | 45.92 KB | 4a9e255c053739082fe8ba46329c1685 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.0-rc1.tar.gz | 36.95 KB | 813f449699c50f61f72414d11a6709bc |
| node_import-6.x-1.0-rc1.zip | 45.86 KB | 1c12743f42e8916312bef36acf647aca |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.9.tar.gz | 36.91 KB | 84e4e17890509646ea3531e879b0b951 |
| node_import-5.x-1.9.zip | 51.82 KB | 86b49c468fa4979dd1128ae444258d64 |
Release notes
Bugfixes
- #330806 : CCK text field & publishing options fail to import, thanks diego.paroni!
node_import 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| node_import-6.x-1.x-dev.tar.gz | 86.43 KB | bfd0022a1a4b0cdd5a1e90b0e1fd679e |
| node_import-6.x-1.x-dev.zip | 120.06 KB | 02a7da2cb8c3d97d7ef0bf2194b2e7b2 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.8.tar.gz | 36.85 KB | df58a434091360794da726bfa3640799 |
| node_import-5.x-1.8.zip | 51.77 KB | 7d3eba08d8ebc3adee8a686eda17addb |
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:
Read morenode_import 5.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.7.tar.gz | 36.08 KB | e7fba82a40eb5cf8cc22545d7dd43ccb |
| node_import-5.x-1.7.zip | 50.66 KB | fef0dfa7c204fc8cb2eb3855c2fc4306 |
Release notes
Some CSV parsing fixes:
node_import 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.6.tar.gz | 35.3 KB | 7eabd4e0d0f0c4046ca52673f2f5a6f8 |
| node_import-5.x-1.6.zip | 49.95 KB | 9bcb8dd55fc2c14b453ca8b9bd75d320 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.5.tar.gz | 34.72 KB | 54f6fbbee5440eb2f77071aff03de7c5 |
| node_import-5.x-1.5.zip | 49.35 KB | 1cb3ca5d26dde2e0295611ef7357bdf5 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.4.tar.gz | 34.22 KB | ce746a9176a4521796b1402822b7de6f |
| node_import-5.x-1.4.zip | 48.29 KB | 181e8dbfffeb71cefbea525369ac2376 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.3.tar.gz | 33.67 KB | c3deee8183d7e9f35649eb951c79a78c |
| node_import-5.x-1.3.zip | 47.53 KB | c3e30c8a584e54bca1ac0a505cb1b063 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.2.tar.gz | 32.75 KB | e69482638893ec063f93ca41d53f9be6 |
| node_import-5.x-1.2.zip | 45.57 KB | 828f4b398246edf021fab37d76990d76 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.1.tar.gz | 32.95 KB | eec09edb58685779f3285bfb4d7163c7 |
| node_import-5.x-1.1.zip | 45.9 KB | e9f792f89e95e4a0c643f900a7eec52f |
Release notes
Bug fixes:
node_import 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.0.tar.gz | 33.08 KB | 0506aeabe486826819ec74c0aac9eee5 |
| node_import-5.x-1.0.zip | 47.08 KB | 9db007d9869ed38804eb9735cc151d75 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-5.x-1.x-dev.tar.gz | 36.37 KB | 6d0419c9236410b814c1ba2ca237f797 |
| node_import-5.x-1.x-dev.zip | 50.44 KB | f680bad6b9e4740423e84ae74741c5f3 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| node_import-4.7.x-1.5.tar.gz | 32.73 KB | 8d58dd59508a1d8e06cf2f3f98f5f16c |
| node_import-4.7.x-1.5.zip | 46.89 KB | 1309706d2a0dd143dbde7e802e118f3e |
Release notes
Bugfix release.