Activity
From 2009-02-06 to 2009-03-07
2009-03-07
- 06:15 Feature Request #125: Parse RSS 2.0 category 'domain' attribute
- FWIW I cleaned up the above to make it more like the equivalent atom code already there, and added the feed level category the same. I'm running it on a test site now.
2009-03-06
- 13:48 Feature Request #125: Parse RSS 2.0 category 'domain' attribute
- RSS 2.0 <category> can have one optional attribute 'domain'. It would be nice to have this available. I've rolled a test patch, this is more an explanation of what I mean than a patch, it pops it in the scheme value: ...
- 09:10 Defect #124: normalize_url causes a hard crash with preg_replace_callback
- Yay. Undocumented backwards compatibility breakage.
- 04:29 Defect #124: normalize_url causes a hard crash with preg_replace_callback
- $url = preg_replace_callback('/%([0-9A-Fa-f]{2})/', 'SimplePie_Misc::percent_encoding_normalization', $url); calls function percent_encoding_normalization($match) this should be static function percent_encoding_normalization($match) ...
2009-02-22
- 08:15 Defect #113 (New): Quotes are removed from ETag headers
- 08:15 Defect #117 (Won't Fix): get_date() returns empty values
2009-02-21
- 15:40 Feature Request #92: Allow the XML parser to be more lax
- Does this even effect any feeds? Examples?
- 15:36 Defect #6: Move to IRI class for everything that manipulates IRIs internally.
- Steve had a patch, but has vanished.
- 15:34 Defect #100: When SimplePie lowercases the URLs, it lowercases the passwords too
- Yes, it does.
- 15:32 Defect #120 (New): libxml workaround has broken test cases
- Re-opening for 1.1
- 03:43 Defect #123: Incomplete URL decoding in item URLs
- So @%26@ and @%3D@ are getting decoded to @%&@ and @%=@ respectively (whereas if they were decoded to @&@ and @=@ respectively everything would be fine).
- 03:34 Defect #123: Incomplete URL decoding in item URLs
- This can't be fixed in 1.1.4 when it isn't an issue in 1.1.3.
- 03:18 Defect #123 (New): Incomplete URL decoding in item URLs
- I can confirm this happens, dunno why. Most likely a change in the IRI/URI/URL (whichever it currently is) class of some sort.
- 02:57 Defect #123: Incomplete URL decoding in item URLs
- The latest version is mangling the URLs in my Amazon wishlist RSS feed. The URLs in the feed are URL encoded, but they work like that. They also work if properly URL decoded. The URL returned from get_permalink() looks like it has been partia...
2009-02-19
- 11:50 Defect #122 (New): gzinflate() error on valid Content-Encoding: gzip response.
- This is a regression from 1.1.1.
- 11:43 Defect #122: gzinflate() error on valid Content-Encoding: gzip response.
- Warning: gzinflate() [function.gzinflate]: data error in simplepie.inc on line 8506 with http://rss1.smashingmagazine.com/feed/ feed.
2009-02-18
- 04:57 Revision 1035: Remove the call to gc_collect_cycles() as it doesn't actually help calling it in t...
- Remove the call to gc_collect_cycles() as it doesn't actually help calling it in the destructor.
2009-02-08
- 14:55 Revision 1034: SimplePie_Source::__destruct() is totally useless. Removing it.
- SimplePie_Source::__destruct() is totally useless. Removing it.
- 14:49 Revision 1033: Make __destruct behave a bit better and clear memory sooner on PHP < 5.3, and just...
- Make __destruct behave a bit better and clear memory sooner on PHP < 5.3, and just make it call gc_collect_cycles() when GC is enabled on PHP 5.3+. This currently causes a segfault in PHP, pending on bug #47343 (which is currently being looked at ...
Also available in: Atom