0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 38 minutes ago. based on code collected about 15 hours ago.
Aug 23, 2025 — Aug 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ver bump, readme docs. More... over 9 years ago
Compatibility for WP<4.7: thank you, o glorious wordsmiths of the WordPress development team, for saving us from the horrors of a file named class-feed.php that does not include a class named Feed; but dealing with the deprecation notice for 4.7 involved breaking dependencies for versions < 4.7. To avoid this, let's dynamically figure out whether or not the 4.7 class files exist; if not, assume an earlier version of WordPress and fall back to the class-feed.php as a default. More... over 9 years ago
Ver bump. Let's call this 2016.1211. More... over 9 years ago
PHP Notices / It is 2016, my dudes. Let's get these up to PHP 5/7 style constructors More... over 9 years ago
PHP Warnings under WP 4.7 / Parameter 1 to FeedWordPressHTTPAuthenticator::set_auth_options() expected to be a reference, value given in [...]/wp-includes/class-wp-hook.php on line 30 / new call to http_api_curl hook in WP4.7 inconsistent about use of ampersands; don't require an amped reference parameter for the curl handle here. More... over 9 years ago
Debug Warnings / class-feed.php has been deprecated in WordPress 4.7. More... over 9 years ago
Change http flattr urls to https More... almost 10 years ago
Merge pull request #66 from alexiskulash/master More... almost 10 years ago
PHP 7 Compatibility Changes More... almost 10 years ago
Merge pull request #59 from daidais/patch-2 More... about 10 years ago
Merge pull request #58 from daidais/patch-1 More... about 10 years ago
Merge pull request #28 from zoul0813/patch-1 More... about 10 years ago
class FeedWordPress / use wp_loaded hook to check for pageload-based automatic updates, for same reason -- ensure that anything plugins or themes need to do in init to set up custom post types, custom taxonomies, etc. will be done before the pageload based update is attempted. More... about 10 years ago
class FeedWordPress / use wp_loaded hook to check for magic URL parameters and to execute updates, etc. Ensures that anything plugins or themes need to do in init to set up custom post types, taxonomies, etc. will be done before the update_feedwordpress updates are attempted. More... about 10 years ago
Merge pull request #42 from BandonRandon/master More... over 10 years ago
Ver bump. More... over 10 years ago
feedwordpress-elements / XPath-like query test -- since we're following W3C XPath in starting the array of results at 1, not at 0, we may as well incorporate this into our listing of test results. More... over 10 years ago
SyndicatedPostXPathQuery / rewrite this so that there's some real parsing going on with the path; allow square-bracket notation; currently only works with numbers, but should be expandable. More... over 10 years ago
SyndicatedPost, SyndicatedPostXPathQuery / hive off XPath-like query functionality into a separate class, SyndicatedPost is too big, blah blah. More... over 10 years ago
BUGFIX / Fix Syndication > Diagnostics HTTP test. Why was this ever a static function? More... over 10 years ago
Pull git log into readme.txt changelog section. More... over 10 years ago
Version bumps. More... over 10 years ago
SyndicatedPost / hive off term/taxonomy input processing into dedicated methods SyndicatedPost::get_terms_from_settings() and SyndicatedPost::get_terms_from_feeds(). Add syndicated_item_preset_terms filter parallel to syndicated_item_feed_terms . More... over 10 years ago
SyndicatedPost / ok I declared that fwp_channel and fwp_feedmeta were deprecated a good 6+ years ago, probably they can go out now. More... over 10 years ago
SyndicatedPost / We've been using PHP 5 for a while now, let's say we can use PHP5-style constructors. More... over 10 years ago
SyndicatedPost / We've been using PHP 5 for a while now, let's say we can use PHP5-style constructors. More... over 10 years ago
feed_settings: add syndicated_post_terms_match, syndicated_post_terms_match_{taxonomy}, syndicated_post_terms_unfamiliar, syndicated_post_terms_mapping filters. Allow finer-grained control over term taxonomy inputs. More... over 10 years ago
Fix infinite loop More... over 10 years ago
Fix method visibility More... over 10 years ago
SyndicatedPost::db_sanitize_post / db_sanitize_post_check_encoding - Try to ward off database insert errors when feed content includes invalid characters. More... almost 11 years ago