As far as I can tell there is no such thing as an "image node" in Drupal 7 like there was in Drupal 6, so I'm going to remove this functionality from the Node export file module.

Thought I'd make an issue so I could post a patch in case I'm making a terrible mistake.

Comments

danielb’s picture

Status: Active » Fixed
StatusFileSize
new7.89 KB

Here's the diff for reference, but I'm committing it straight away.

danielb’s picture

Title: Removal of "image node" support. » Removal of "image node" and "upload" support.
Status: Fixed » Active

Looks like the upload module is gone too, and this functionality is streamlined into file fields.

danielb’s picture

StatusFileSize
new4.62 KB

Upload removal patch.

danielb’s picture

StatusFileSize
new12.79 KB

I have made further simplifications to node_export_file.

danielb’s picture

Title: Removal of "image node" and "upload" support. » Massive changes to Node export file.
danielb’s picture

StatusFileSize
new29.27 KB

The module is now small enough to roll directly into node_export

danielb’s picture

Title: Massive changes to Node export file. » Massive changes to Node export file. (such as deleting it)
danielb’s picture

Status: Active » Fixed
StatusFileSize
new3.71 KB

One more patch with a few improvements.
I think that's about it.

danielb’s picture

That last patch also added a new config for supported field types.
I'm adding this to the hook_uninstall():


  variable_del('node_export_file_supported_fields');

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.