openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
F
feedwordpress
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
38 minutes
ago. based on code collected
about 15 hours
ago.
Aug 23, 2025 — Aug 23, 2026
Showing page 10 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Ver bump, readme docs.
Rad Geek
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.
Rad Geek
More...
over 9 years ago
Ver bump. Let's call this 2016.1211.
Rad Geek
More...
over 9 years ago
PHP Notices / It is 2016, my dudes. Let's get these up to PHP 5/7 style constructors
Rad Geek
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.
Rad Geek
More...
over 9 years ago
Debug Warnings / class-feed.php has been deprecated in WordPress 4.7.
Rad Geek
More...
over 9 years ago
Change http flattr urls to https
Steve Daniels
More...
almost 10 years ago
Merge pull request #66 from alexiskulash/master
Charles Johnson
More...
almost 10 years ago
PHP 7 Compatibility Changes
alexiskulash
More...
almost 10 years ago
Merge pull request #59 from daidais/patch-2
Charles Johnson
More...
about 10 years ago
Merge pull request #58 from daidais/patch-1
Charles Johnson
More...
about 10 years ago
Merge pull request #28 from zoul0813/patch-1
Charles Johnson
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.
Rad Geek
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.
Rad Geek
More...
about 10 years ago
Merge pull request #42 from BandonRandon/master
Charles Johnson
More...
over 10 years ago
Ver bump.
Rad Geek
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.
Rad Geek
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.
Rad Geek
More...
over 10 years ago
SyndicatedPost, SyndicatedPostXPathQuery / hive off XPath-like query functionality into a separate class, SyndicatedPost is too big, blah blah.
Rad Geek
More...
over 10 years ago
BUGFIX / Fix Syndication > Diagnostics HTTP test. Why was this ever a static function?
Rad Geek
More...
over 10 years ago
Pull git log into readme.txt changelog section.
Rad Geek
More...
over 10 years ago
Version bumps.
Rad Geek
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 .
Charles Johnson
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.
Charles Johnson
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.
Charles Johnson
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.
Charles Johnson
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.
Charles Johnson
More...
over 10 years ago
Fix infinite loop
Denis Favreau
More...
over 10 years ago
Fix method visibility
Denis Favreau
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.
Charles Johnson
More...
almost 11 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree