Needs review
Project:
Activity Stream
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2009 at 20:00 UTC
Updated:
28 Nov 2010 at 05:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
jchatard commentedI encountered the same problem, so I wrote a little patch which first checks if FeedAPI SimplePie parser is enabled and that simplepie.inc is present.
If not, then try detect simplepie.inc from activitystream_feed directory.
If not, then show warning message indicating that SimplePie must be installed.
Hope it helps!
Jérémy
Comment #2
akalsey commentedThe 2.0 branch does almost exactly that. It allows a user to install the simplepie core module and falls back on it's own copy of simplepie as a last resort.
Comment #3
jchatard commentedOk, I didn't know that. I attached an updated patch, there was an error in the previous one.
From your answer I have 2 questions:
- Is 2.0 branch usable, or stable enough to be put on production sites?
- Is there any plan to put such functionality in 1.0 branch ?
Thank you.
Jérémy
Comment #4
akalsey commentedAS 2 is now stable enough to be used in production. If someone wants to backport the Simplepie behaviors from 2.x to 1.x and supply a patch, I'd be happy to commit and push a new 1.x release.