Needs work
Project:
FooAggregator RSS aggregator.
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Apr 2008 at 14:24 UTC
Updated:
27 Feb 2021 at 04:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedComment #2
alaa commentedlinuxbox 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
Comment #3
Anonymous (not verified) commentedGawsh. 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).
Comment #4
alaa commentedthanx 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