Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 23:04 UTC
Updated:
18 Jan 2010 at 15:30 UTC
Jump to comment: Most recent file
Basic:
- field handler for source (URL, etc.)
FeedsNodeProcessor:
- list nodes by feed
- field handlers for URL and GUID
There are some interesting questions around delegation of tasks. E. g. the source handling is going to depend on what's the content in the source field of feeds_source - a URL, etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 584034-9_views_integration.patch | 5.15 KB | alex_b |
| #7 | feeds_title.patch | 3.8 KB | mhrabovcin |
| #7 | feeds_views_handler_argument_feed_nid.inc_.txt | 651 bytes | mhrabovcin |
| #4 | 584034_4_feeds_view_node_item.patch | 3.46 KB | pbuyle |
| #2 | feeds_view_node_item.patch | 1.85 KB | acouch |
Comments
Comment #1
alex_b commentedField handler for source is done.
Open:
- relate node nid to feed_nid for building lists of nodes for feeds
- Field handlers for feeds_node_item.url and feeds_node_item.guid and feeds_node_item.imported
Comment #2
acouch commentedAttached is a patch that allows sorting by the nid of the node creating the feed by selecting the nid in the feeds_node_item table.
I just added to the feeds.views.inc file.
Comment #3
acouch commentedI am getting an error message when trying to attach the patch. Here is the code:
Comment #4
pbuyle commentedI took the previous patch and added support for URL, GUID and import date. It doesn't use any custom handlers.
Comment #5
Renee S commentedA quick comment, wondering if there's a way to add a relationship so that "Feed source" works? Right now it just appears as empty.
Comment #6
omerida commentedA relationship per #5 is a must-have. Or at least, I'm not seeing how to display the source of imported nodes when using the fields display handler in views.
Comment #7
mhrabovcin commentedIt would be also nice if feed_nid argument could load title.
Comment #8
boztek commentedI agree with #5 and #6 - a "Feed Source" relationship such as was possible in Feed API is a must have.
Comment #9
alex_b commentedFinally I got around to review this patch. I added relationship for owner feed as requested in #5/#6/#8 . I will commit this work en suite, posting the patch here for the record.
Here is the view I've built testing:
http://pastebin.com/m6b7004a6
Comment #10
alex_b commentedCommitted. Thank you everybody.
#7: Using the feed node title as page title via argument handler works with the Owner feed relationship (see view posted in #9). Please reopen if I'm missing something.
Comment #11
strr commentedThanks Alex
When can we expect the next update including this features in the Donload Version for Feeds 6.x Module?
Comment #12
strr commentedThryed to import the view at http://pastebin.com/m6b7004a6
that gave couple errors:
# Field handler feeds_node_item.imported is not available.
# Field handler feeds_node_item.guid is not available.
# Field handler feeds_node_item.url is not available.
# Field handler feeds_node_item.feed_nid is not available.
# Field handler feeds_node_item.imported is not available.
# Field handler feeds_node_item.guid is not available.
# Field handler feeds_node_item.url is not available.
# Field handler feeds_node_item.feed_nid is not available.
What did i miss?