This patch adds support for importing node exports from file. It works well for me, but if somebody could sanity check my work I'd appreciate it.
| Comment | File | Size | Author |
|---|---|---|---|
| export.inc_.patch | 1.72 KB | James Andres |
This patch adds support for importing node exports from file. It works well for me, but if somebody could sanity check my work I'd appreciate it.
| Comment | File | Size | Author |
|---|---|---|---|
| export.inc_.patch | 1.72 KB | James Andres |
Comments
Comment #1
quicksketchDon't already have this in the contrib/content_copy.inc file?
Comment #2
James Andres commentedYes, but content_copy module only imports and exports CCK types and field definitions. node_export / export module (for some reason the maintainer changed the name of the module), exports the actual nodes.
The difference, I guess, is because sites not using CCK might still want to export their site content, without being forced to install CCK.
Comment #3
quicksketchAhhh, *node* exports, not content type exports. Gotcha. It's worth noting the content_copy also handles settings provided by other modules too though (like Upload, Comment, Fivestar, or any other modules that put settings on admin/content/node-type/[x]). Sorry for the confusion!
Comment #4
James Andres commentedCommitted this patch, it seems there are no complaints? :-)
Comment #5
James Andres commented