views_fusion support
linuxbox - April 22, 2008 - 14:24
| Project: | FooAggregator RSS aggregator. |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
Hi. Here's a patch that adds views_fusion support to fooaggregator. I use it to create a view that shows me a unified list of items from each feed, with the name and image of the feed next to it.
| Attachment | Size |
|---|---|
| viewsfusion.diff | 655 bytes |

#1
#2
linuxbox can you resend that patch? your comment while readable on email is not readable here at all.
trying to access the attached patch on http://drupal.org/files/issues/views_fusion.diff leads to d.o's homepage
#3
Gawsh. I don't know how that happened. Here's the new one. This has both the item -> feed and the feed -> item relation. The feed -> item relation requires an additional table (though we can get away with a view in pgsql).
#4
thanx linuxbox,
I don't like the redundant table or the db_type switch though, you sure it can't be done by a join somehow? something similar to how we implemented item count and latest item fields in fooaggregator_views.inc
check _fooaggregator_count_views_tables() and _fooaggregator_latest_views_tables() for examples