0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 16 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code reorganization / Deprecate FeedWordPress::diagnostic_on, FeedWordPress::critical_bug, and FeedWordPress::noncritical_bug, in favor of putting these into FeedWordPressDiagnostic::is_on, FeedWordPressDiagnostic::critical_bug, and FeedWordPressDiagnostic::noncritical_bug More... almost 9 years ago
Code re-organization: FeedWordPressDiagnostic gets its own class module, create a DEPRECATED section for class FeedWordPress. More... almost 9 years ago
PHP Notice in feeds-page.php / Prevent uninitialized variable notice when shell_exec is not available to get the path for curl or wget. Props to @manzoorwanijk on the WordPress.org Plugin support forums. More... almost 9 years ago
FeedWordPressDiagnostic / this is only ever invoked statically. More... almost 9 years ago
template-functions.php / Hive off the API functions for writing syndication-aware templates, make feedwordpress.php a bit less of an unmanageable blob. More... almost 9 years ago
FeedWordPressLocalPost / Try to avoid issue #95 when the_content is called without a defined current post object. More... almost 9 years ago
Code cleanup. / Remove constants used for testing for obsolete versions of WordPress that we haven't supported for years. More... almost 9 years ago
Ver bump. More... almost 9 years ago
Feeds & Updates: add preliminary version of a pause/resume updates feature, so that whatever update method you're using, you can put it on hold for a while while you fiddle with settings, run tests, or whatever you need to do. More... almost 9 years ago
SyndicatedPost / more documentation. More... almost 9 years ago
SyndicatedPost / modularize some of these monster code blocks -- Step 2, securing the term IDs. More... almost 9 years ago
SyndicatedPost / modularize some of these monster code blocks -- Step 1, securing the author ID. More... almost 9 years ago
SyndicatedPost / tweak documentation. More... almost 9 years ago
Documentation / This reference to broken dialog from a weird 80s comedy is not especially elucidatory about what is happening here. More... almost 9 years ago
SyndicatedPost / When FeedWordPress has to create a user account for the author of a syndicated post, mark that user as FeedWordPress-generated in the usermeta table, in case someone needs to filter in or out based on that. Resolves Issue #90, props to @boonebgorges for suggestion. More... almost 9 years ago
readme.txt / Clean up a little more. More... almost 9 years ago
Code cleanup. / Nix more references to fwp_path and more unused globals declarations. More... almost 9 years ago
Code cleanup. / Trim unused global declaration. More... almost 9 years ago
Since plugins_url can relativize to the current file path, we do not need fwp_path global here. More... almost 9 years ago
Code cleanup. / Begin to clean out fwp_post now that we no longer need to worry about magic quotes. More... almost 9 years ago
Code cleanup. / Begin to clean out fwp_post now that we no longer need to worry about magic quotes. More... almost 9 years ago
admin-ui.php, FeedWordPressSettingsUI / code reorganization: move this class to its own module. More... almost 9 years ago
admin-ui.php: Add some documentation and by way of an apology for the state of the code. More... almost 9 years ago
Code cleanup. / If you have a non-paleolithic version of WordPress, there is no need for fwp_do_meta_boxes, so remove remaining references and just go straight to do_meta_boxes. More... almost 9 years ago
remove fwp_add_meta_box, fwp_remove_meta_box, and fwp_do_meta_boxes compatibility functions. Deprecated functions provided for compatibility with really old versions of WordPress that FWP no longer supports. If your add-on is so old that it still does not use the WordPress API for add_meta_box etc., it probably has other problems. More... almost 9 years ago
Code cleanup. fwp_option_box_opener() and fwp_option_box_closer() appear to be orphans, used in an earlier phase of the interface code but no longer used for anything. More... almost 9 years ago
Code re-organization: this should have its own class module, and what remains in admin-ui.php needs some cleaning out. More... almost 9 years ago
Bump docs description. More... almost 9 years ago
Strip long-obsolete, commented out interface tag. More... almost 9 years ago
WP-Cron integration, step 0: set up the interval. More... almost 9 years ago