0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ver bump, docs bump. More... about 6 years ago
MyPHP / Magic quotes were DEPRECATED as of PHP 5.3.0, and REMOVED as of PHP 5.4.0 (thank goodness!). Resolves Issue #119, props @ThatStevensGuy. More... about 6 years ago
Merge pull request #108 from oppian/fix-use-of-syndicated_item_updated-filter More... about 6 years ago
Merge pull request #109 from kaldor/fix-use-of-explicitly-set-empty-string-post-metavalue More... about 6 years ago
Merge pull request #113 from kaldor/fix-syndicated-link-magpie-period-name More... about 6 years ago
Merge pull request #114 from kaldor/fix-default-for-poll-new-count-stored More... about 6 years ago
Merge pull request #116 from kaldor/fix_incorrect_default_for_update_setting More... about 6 years ago
Merge pull request #117 from kaldor/fix_warning_when_setting_do_not_exist More... about 6 years ago
Syndication > Performance / avoid PHP warning for static call to FeedWordPress::clear_cache(). More... about 6 years ago
FeedWordPie_Parser / fix up. More... about 6 years ago
FeedWordPress > Diagnostics: improve HTTP, XPath testing options. More... about 6 years ago
Compat, WP 5.5 / FeedWordPie_Parser -- in 1.3.1 version, modularize to bring the hacked parse() closer ot the original from SimplePie 1.3.1. More... about 6 years ago
Taxonomy: SimplePie extension classes get named FeedWordPie now. More... about 6 years ago
Compatibility, WP 5.5. / FeedWordPie_Item dispatcher. More... about 6 years ago
Compatibility, WP 5.5. / FeedWordPie_Parser -- pass URL along to the filter, if we are using SimplePie 1.5.5 and so have that parameter. More... about 6 years ago
Taxonomy / let's call this FeedWordPie_Parser, and standardize on that taxonomy eventually. More... about 6 years ago
Compatibility, WP 5.5 / dealing with SimplePie v. 1.5.5 upgrade -- first steps towards reconciling FeedWordPress_Parser extensions with changes to SimplePie_Parser in SimplePie 1.5.5/WP 5.5, and toward resolving PHP Warning: Declaration of FeedWordPress_Parser::parse(&$data, $encoding) should be compatible with SimplePie_Parser::parse(&$data, $encoding, $url = "") More... about 6 years ago
Compatibility, WP 5.5: SimplePie has been upgraded to 1.5.5, which is cool, but could cause problems. Resolves PHP Warning: Declaration of FeedWordPie_Item::get_id($hash = false) should be compatible with SimplePie_Item::get_id($hash = false, $fn = "md5") More... about 6 years ago
Merge branch 'master' of https://github.com/radgeek/feedwordpress More... about 6 years ago
Compatibility, WP 5.5 / Kludge -- avoid vanishing drop-down list for feed selection. More... about 6 years ago
Stop a warning when the settings do not exist - this is usually when the feed has just been created and not yet saved and you click on the posts tab. More... over 6 years ago
Removing an incorrect default for an `update_setting()` call - it seems it mistakenly took the form of the `apply_filters` call a little above the line in question More... over 6 years ago
Bleg / update BTC QR code to reflect new address. More... over 6 years ago
Docs and ver bump. More... over 6 years ago
Bleg Box / New bitcoin address for new versions. More... over 6 years ago
Issue [#112] / apply is_countable() from native PHP 7.3+ or from WordPress polyfill function to avert PHP warnings. More... over 6 years ago
compatability.php / add is_countable() polyfill implemented in WordPress 4.9.6 and later to use in dispelling PHP warnings. More... over 6 years ago
Diagnostics / add in diagnostics for catch and release of post new/updated pings. More... over 6 years ago
Syndication->Diagnostics / reorganize and generalize text copy for diagnostic message categories. More... over 6 years ago
Code reorganization, check_debug, pings / Put more code into class methods and external modules. More... over 6 years ago