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
readme.txt / Cleanup docs a little. More... almost 9 years ago
Minor code and docs cleanup. Remove code trying to cope with magic_quotes, which are no longer part of any minimally modern PHP. More... almost 9 years ago
Ver. bump, docs for WordPress Plugins Repository SVN. More... almost 9 years ago
Bugfix: correct the constant used for default hook order; important, since if it goes to 0 then in default settings boilerplate text will get swallowed up by FWP's setting to protect from formatting filters. More... almost 9 years ago
Posts & Links: Add Boilerplate / Credits feature, rolled in from long-standing stable FWP+: Add Attribution plugin. Allows for user to add credits and attribution from within the admin interface, without editing Theme template files. More... almost 9 years ago
PHP 5+-style by-reference handling of objects. More... almost 9 years ago
Ver/docs bump. Update donation options. More... almost 9 years ago
Ver bump for WP Plugins Repository. More... almost 9 years ago
SyndicatedPost::excerpt: Use mb_substr in place of substr when you need to generate an excerpt; some feeds are multibyte, etc. More... almost 9 years ago
2017.1004 / ver bump. More... almost 9 years ago
Merge pull request #82 from VT-Grad-School/master More... almost 9 years ago
Merge pull request #93 from PracticeWEB/master More... almost 9 years ago
Removed the other two references. More... almost 9 years ago
Changed function signatures to remove reference in order to avoid PHP 7.1 errors More... almost 9 years ago
Normalize newly-minted normalized guids to http, but match normalized guids entirely regardless of http/https protocol prefix More... almost 9 years ago
Ver bump, ChangeLog update. More... almost 9 years ago
PHP Warnings and Errors: fence code with tests to make sure object is available. More... almost 9 years ago
feeds-page.php: Feed and Update Settings, avoid PHP warnings when the shell_exec output used to determin curl/wget path is disabled by system security settings. More... almost 9 years ago
SyndicatedPost::normalize_guid_prefix / fix 2x duplicate post bug on http/https sites -- normalizing guids doesn't do any good if the scheme on the base URL can flip-flop between http and https. More... about 9 years ago
PHP 5.6/7 Compat / remove use of mysql_error() from deprecated mysql extension, in favor of WP-DB API. More... over 9 years ago
attempting to address #75 More... over 9 years ago
Merge pull request #72 from stedaniels/flattr-https More... over 9 years ago
WP 4.7 / get_taxonomy() now returns a WP_Taxonomy object instead of a stdClass hash. Does not actually require any immediate changes, but let's use get_taxonomy_labels() to get the labels in case visibility or internal structure of labels hash changes in future versions. More... over 9 years ago
SyndicatedLink / PHP Warning in Categories and Tags setting - Trying to get property of non-object in [...]/wp-content/plugins/feedwordpress/syndicatedlink.class.php on line 58 More... over 9 years ago
SyndicatedLink / PHP / declare visibilities for these methods, document a couple. More... over 9 years ago
PHP / make up yer mind about whether FeedWordPress::update_requested is called statically or not and declare accordingly. More... over 9 years ago
WordPress core dependencies loading / should be now not More... over 9 years ago
PHP 5+ / Let's get some visibility up in here. And make FeedWordPressAdminPage::submitted_link() consistently non-static. More... over 9 years ago
PHP 5+ / Let's get some visibility up in here. More... over 9 years ago
Merge branch 'master' of github.com:radgeek/feedwordpress More... over 9 years ago