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.

AttachmentSize
viewsfusion.diff655 bytes

#1

linuxbox - April 25, 2008 - 13:22

#2

alaa - April 25, 2008 - 14:19

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

linuxbox - May 3, 2008 - 23:03

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).

AttachmentSize
views_fusion.diff 6.46 KB

#4

alaa - May 4, 2008 - 00:48
Status:needs review» needs work

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

 
 

Drupal is a registered trademark of Dries Buytaert.