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
about 2 hours
ago. based on code collected
about 16 hours
ago.
Aug 22, 2025 — Aug 22, 2026
Showing page 8 of 32
Search / Filter on:
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
Rad Geek
More...
almost 9 years ago
Code re-organization: FeedWordPressDiagnostic gets its own class module, create a DEPRECATED section for class FeedWordPress.
Rad Geek
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.
Rad Geek
More...
almost 9 years ago
FeedWordPressDiagnostic / this is only ever invoked statically.
Rad Geek
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.
Rad Geek
More...
almost 9 years ago
FeedWordPressLocalPost / Try to avoid issue #95 when the_content is called without a defined current post object.
Rad Geek
More...
almost 9 years ago
Code cleanup. / Remove constants used for testing for obsolete versions of WordPress that we haven't supported for years.
Rad Geek
More...
almost 9 years ago
Ver bump.
Rad Geek
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.
Rad Geek
More...
almost 9 years ago
SyndicatedPost / more documentation.
Rad Geek
More...
almost 9 years ago
SyndicatedPost / modularize some of these monster code blocks -- Step 2, securing the term IDs.
Rad Geek
More...
almost 9 years ago
SyndicatedPost / modularize some of these monster code blocks -- Step 1, securing the author ID.
Rad Geek
More...
almost 9 years ago
SyndicatedPost / tweak documentation.
Rad Geek
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.
Rad Geek
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.
Rad Geek
More...
almost 9 years ago
readme.txt / Clean up a little more.
Rad Geek
More...
almost 9 years ago
Code cleanup. / Nix more references to fwp_path and more unused globals declarations.
Rad Geek
More...
almost 9 years ago
Code cleanup. / Trim unused global declaration.
Rad Geek
More...
almost 9 years ago
Since plugins_url can relativize to the current file path, we do not need fwp_path global here.
Rad Geek
More...
almost 9 years ago
Code cleanup. / Begin to clean out fwp_post now that we no longer need to worry about magic quotes.
Rad Geek
More...
almost 9 years ago
Code cleanup. / Begin to clean out fwp_post now that we no longer need to worry about magic quotes.
Rad Geek
More...
almost 9 years ago
admin-ui.php, FeedWordPressSettingsUI / code reorganization: move this class to its own module.
Rad Geek
More...
almost 9 years ago
admin-ui.php: Add some documentation and by way of an apology for the state of the code.
Rad Geek
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.
Rad Geek
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.
Rad Geek
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.
Rad Geek
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.
Rad Geek
More...
almost 9 years ago
Bump docs description.
Rad Geek
More...
almost 9 years ago
Strip long-obsolete, commented out interface tag.
Rad Geek
More...
almost 9 years ago
WP-Cron integration, step 0: set up the interval.
Rad Geek
More...
almost 9 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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