17
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 27, 2024 — Jun 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
strip_attributes() needs to be changed all over the place for it to work (ergh) More... almost 19 years ago
Added expr, onerror, and onfinish to the list of attributes to strip. For some reason though, they're not getting stripped. More... almost 19 years ago
Laid the groundwork for gzip support. More... almost 19 years ago
Fixed the demo page so that it now validates both without a feed, and also with a feed that contains valid content. (This will pbviously get messed up if the feed being read is invalid). This was easy. I should've done this sooner. More... almost 19 years ago
BOM support More... almost 19 years ago
fsockopen() SSL support More... almost 19 years ago
Fix #207 - Incorrect converting of entities More... almost 19 years ago
Fix #249 - init() should return true if successful. More... almost 19 years ago
I need to change the array keys everywhere… duh. More... almost 19 years ago
Changing the PCRE changes the array keys… More... almost 19 years ago
Preliminary RFC 822 Section 5 support More... almost 19 years ago
These regular expressions are for XML not HTML! More... almost 19 years ago
stripslashes() if magic_quotes is enabled More... almost 19 years ago
Convert entity to UTF-8 More... almost 19 years ago
Fix various things for #184 More... almost 19 years ago
Strip magical quotes, and send UTF-8 as the default charset More... almost 19 years ago
Fix #124 (this should mean the new tag regex is used everywhere where we are matching tags) More... almost 19 years ago
Tidy up patch from #228 More... almost 19 years ago
Fix bug #174 and don't remove the CDATA when adding the spencoded attribute! More... almost 19 years ago
Applied patch from http://simplepie.org/support/viewtopic.php?id=228 More... almost 19 years ago
Rolled back changes made in 162 because it screwed up the handling of encodings. More... almost 19 years ago
Resolved bug 174. More... almost 19 years ago
Replaced the code that generates the embedded podcast JavaScript code with the more efficient PHP heredoc syntax. More... almost 19 years ago
Added Base64 patch from peterj @ http://simplepie.org/support/viewtopic.php?id=225 More... almost 19 years ago
html_substr.php is fully functional, but still has that bug. Haven't heard anything back from the author in a week. Gonna ping him again while I look for a replacement function for html_substr(). More... almost 19 years ago
Allow things to not return a Reason-Phrase More... almost 19 years ago
Set success to false, and close the connection More... almost 19 years ago
Hopefully stop there from being an error when the feed times out, and we're using fsockets. More... almost 19 years ago
get_item_quantity() shouldn't return 0 when $max is 0. More... almost 19 years ago
Testing an shortdesc() function. Mostly works (although it's currently being tweaked). Still has a bug in html_substr() to work out. More... almost 19 years ago