Closed (outdated)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 22:55 UTC
Updated:
16 Jun 2016 at 22:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrfelton commentedrelated:
http://drupal.org/node/88183#comment-455578
and to see how aggregator is planning on dealing with it, see
http://drupal.org/node/395764#comment-1393182
Comment #2
mrfelton commentedFor now, I fixed my view by using a custom Views template for the field in question:
This ensures that links from the feed link back to drupal.org (where the feed came from), rather than to my own site
Comment #3
alex_b commentedWhich parser are you using?
Comment #4
mrfelton commentedI'm using the Common syndication parser
Comment #5
seanberto commentedSubscribing. I'm encountering this with the Beta4 release using the common syndication parser and mapping field with the Data module.
Comment #6
tivv commentedDunno if it is this ticket or another one, but I have had a problem with facebook page feed. Facebook do not provide base attribute, but uses relative links. I did next changes to atom parsing:
1) If base is not specified, use feed link as base
2) (not actually required for facebook, but I did not like current primitive base handling) - use correct routine to resolve relative URI vs base.
The routing was copypasted from the web, so I don't think this may directly go to the module, but anyone interested may grab the result and test.
File changed (and attached) is in profiles/managingnews/modules/contrib/feeds/libraries in Managing News distribution.
Comment #7
john franklin commentedNearly four years later, this is still an issue. (And still an issue in Aggregator, too!)
Comment #8
twistor commented