17
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added error catching. All errors/warnings/notices are logged appropriately, and are also stored in the $SIMPLEPIE_ERRORS array, so they can be accessed and displayed without just dumping the error into the page. More... about 18 years ago
Just made a couple of minor cosmetic tweaks. More... about 18 years ago
Added Web 2.0 Show as a test feed in the demo page. More... about 18 years ago
Added support for embedded Flash enclosures. More... about 18 years ago
Added lots and lots of comments to the demo page so that people can more easily figure out how to deconstruct the page. More... about 18 years ago
Added Feedflare Ad stripping. Blinklist and Magnolia were incorrectly set up as one-click subscriptions. Now they're correctly set up as one-click bookmarks. The SimplePie constructor now accepts 3 parameters: feed url, cache location, and cache expiry. Doing so will automatically initialize the object using default values. More... about 18 years ago
Tweaked the footer of the demo page to link to the compat test. More... about 18 years ago
Made several changes to the SimplePie Compatibility Test. More... about 18 years ago
Added the SimplePie Compatibility Test to the demo. More... about 18 years ago
Add the cache folder! More... about 18 years ago
Removed some images from the demo that are no longer used. Added blockquote background image to SVN. MMade minor tweaks to SimplePie and the Demo page. More... about 18 years ago
Updated the licensing information, overhauled the demo page to use a new set of feeds to show off some new features (including the ones I test with), and updated the stylesheet to match what's used on the website. More... about 18 years ago
Adding two new images for the embedded enclosure support. More... about 18 years ago
Made updates to the stylesheet. More... about 18 years ago
Fixed one minor issue with the last commit. More... about 18 years ago
Feeds that do not contain a character encoding are handled by most applications as ISO-8859-1. SimplePie now does the same. More... about 18 years ago
OO, proper "unsupported" support :D More... about 18 years ago
Uh… Why is this here? More... about 18 years ago
Updated demo page to use the new embedded enclosure functionality. $enclosure->embed() uses syntax similar to prototype/scriptaculous. Only utilizes QuickTime, since QT handles most files that would be pod/videocasts anyways. Anything that is not supported by QT becomes a regular link that the user can follow. More... about 18 years ago
Fixed Geoffrey's last fix on the demo page. Added support for embedded enclosures, but haven't tested it very well yet. Supports QuickTime and Windows Media files. Temporarily updated the demo page to show both types of enclosures. More... about 18 years ago
Enclosure fix More... about 18 years ago
Fix spencoded="false" when two CDATA sections come next to one another More... about 18 years ago
Fix some issues with bypass_hotlink_blocking() running on a non-localhost server. Found and fixed a bug in the strip_attributes() function (exclamation points weren't being handled properly). More... about 18 years ago
Did more fine-tuning of the tag/attr stripping. Modified the regex that strips out Google AdSense ads. Much more stable, less likely to timeout. Needs more testing though. More... about 18 years ago
Fine-tuned the regex for stripping attributes. Users can now pass tags/attributes to their respective functions if they don't like the defaults. Single parameter, comma-delimited string. More... about 18 years ago
Moved last night's new functionality back into sanitise() where it belongs to avoid mysterious "holes". More... about 18 years ago
Rewrote regular expressions for stripping potentially dangerous tags and attributes. Added the strip_htmltags() and strip_attributes() configuration options. (These options will be fine-tuned in my next commit.) More... about 18 years ago
Rewrote protocol-swapping code to use regular expressions. Much smaller now. Supports multiple variations of feed://, http://, https://, podcast://, and pcast://. More... about 18 years ago
Did some fine-tuning on the Pheedo Ad Stripping. More... about 18 years ago
Fix ISO-8859-1 and US-ASCII on servers without iconv or mb_string More... about 18 years ago