Michael Shipley
- Email:
- Registered on: 2008-03-10
- Last connection: 2009-02-21
Projects
- SimplePie 1.x (Developers, 2008-05-22)
Activity
Reported issues: 3
2008-10-08
- 01:09 SimplePie 1.x Defect #51: Ensure SimplePie_Misc::display_cached_file() works with DB caching
- Yes, r995 fixes this problem.
2008-10-07
- 17:00 SimplePie 1.x Defect #64 (Fixed): Support flv-application/octet-stream as a valid Flash Video mime type
- 16:41 SimplePie 1.x Defect #51: Ensure SimplePie_Misc::display_cached_file() works with DB caching
- I thinks so but I'll double check.
- 13:49 SimplePie 1.x Defect #99: SimplePie does not find description tags in RSS 0.90 feeds
- ok
2008-10-06
- 15:57 SimplePie 1.x Defect #64: Support flv-application/octet-stream as a valid Flash Video mime type
- Double do.
- 15:46 SimplePie 1.x Defect #64: Support flv-application/octet-stream as a valid Flash Video mime type
- Will do.
2008-09-22
- 23:50 SimplePie 1.x Defect #97: application/georss+xml not detected as a valid feed type
- Unless there is an objection I will fix this by adding "application/georss+xml" to the array in the "is_feed()" method (~line: 13840), like so: if (in_array($sniffed, array('application/rss+xml', 'application/rdf+xml', 'application/atom+xml', '...
2008-09-10
- 14:50 SimplePie 1.x Defect #64: Support flv-application/octet-stream as a valid Flash Video mime type
- Will do.
2008-08-31
- 12:14 SimplePie 1.x Feature Request #93: Feed refused by parser, but accepted by NetNewsWire
- The problem could be it's blocking by user agent. If I set the ua to 'Mozilla/5.0' it works for me.
2008-08-06
- 10:59 SimplePie 1.x Defect #29: can't discover feed
- The problem could be the web page is too large, 132k. The preg_match_all call in get_elements seems to choke on anything over 100k so autodiscovery fails. I thought preg_match could handle larger strings than this? Weird. Should get_elements now b...
Also available in: Atom