Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2007 at 00:21 UTC
Updated:
2 Oct 2007 at 21:50 UTC
You promote an api for feed parsing and saving, but assume that the saving module is going to create nodes - there's no need to ask for taxonomy settings if the enabled feed saving modules are not providing any node creation or taxonomy handling.
Comments
Comment #1
csevb10 commentedFair enough. So would you suggest that the taxonomy handling portions be shifted into simplefeed_item?
Comment #2
morbus iffYep, I would - anything node item related, including settings, would suit me well being in simplefeed_item.module.
Comment #3
m3avrck commentedThere is no API
http://drupal.org/project/feedapi
Is the FeedAPI, this module only handles the simple and 80% case of nodes.