Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2007 at 20:19 UTC
Updated:
30 Jul 2007 at 02:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
m3avrck commentedSounds like an issue with SimplePie -- since we are using the latest trunk build of it (which fixed a lot of other problems). That is still in beta mode and is breaking from time to time.
http://www.simplepie.org
Comment #2
csevb10 commentedI'm at least somewhat inclined to think it's a simplefeed issue. I wrapped the body in a decode_entities call, and it cleared up the problem. I'll wait on committing this at the moment and just post it as a patch for ya.
Comment #3
csevb10 commentedComment #4
m3avrck commentedHmm, this looks ok but I'm not sure if it's correct.
The body of every feed item is passed through Drupal's input formats -- what is the default input format for your feed item node type? It might be filtering out stuff.
Or perhaps SimplePie is returning encoded content now.
With the latest changes in trunk this might have gone away, needs a double check.
Comment #5
m3avrck commentedThis appears a bug in SimplePie after talking with those guys:
http://simplepie.org/support/viewtopic.php?pid=2999
Waiting on a response -- depending on that we'll commit this patch.
Comment #6
m3avrck commentedBeen lots of changes, working now.
Comment #7
(not verified) commented