Needs work
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code feedapi (core module)
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 08:21 UTC
Updated:
18 Aug 2009 at 09:03 UTC
$op = 'type' was unused in . Also feedapi_load_node() is never called, also not from the mapper.
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_cleanup.patch | 4.83 KB | aron novak |
Comments
Comment #1
alex_b commented$op = 'type' was unused in .
--where?
Comment #2
aron novakAs long as we dropped automatic feed detection, it's really an unused thing. Maybe we want to extend this patch with dropping feed_type from {feedapi} schema. FeedAPI does not do any check about compatibility based of feed_type.
Two ways:
drop feed type entirely
add strict checkpoints what uses feed_type that returned by submodules.
Comment #3
aron novakThis is such a patch what I would like to see in FeedAPI 1.9.
I'd say to drop feed type entirely. The current development direction of FeedAPI indicates that, i think.