0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 16 hours ago.
Aug 23, 2025 — Aug 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
UI / Dashboard widget / tweak image placement. More... almost 15 years ago
UI / Fix add-new box in dashboard widget. More... almost 15 years ago
HTTP Auth / Less than ideal, but a somewhat better (less DB-intensive/expensive) way of passing link credentials data along. More... almost 15 years ago
Ver bump / ChangeLog More... almost 15 years ago
HTTP Authentication / Incorporate interface for adding an HTTP username/password when user first subscribes to a feed. More... almost 15 years ago
HTTP Authentication / Bugfix preventing total HTTP breakdown when user does not have curl. Generalize and improve mechanism. More... almost 15 years ago
Fix for WP3.3-beta. Props Steve Johnson and Matt Thomason. More... almost 15 years ago
A lil bit of intelligence about curl/wget availability and locations. More... almost 15 years ago
Update timing / Base max_polls dynamically on update interval and number of feeds, rather than hardcoding at 10. More... almost 15 years ago
Make max_polls at least minimally responsive to number of feeds a user has, instead of fixed =10. More... almost 15 years ago
If we are going to let folks filter the GUID then the filtering should actually have some effect, yes? More... almost 15 years ago
Remember to roll in the new class file for Digest authentication etc. More... about 15 years ago
Prelim: get the ability to put in username and password without revealing it in the link_rss URL; allow for some altnerate methods of HTTP Auth -- for now, Digest as well as Basic. More... about 15 years ago
WP3.2 partial JS fix: get tagBox working again. Cat box is still imperfect; you can add posts but it doesn't clear out the input box after. More... about 15 years ago
Bugfix: Mis-use of wpdb->prepare() caused guid match clauses to get blanked out when URL included %HEX escapes, which in turn caused nasty obliteration of existing wp_posts records. More... about 15 years ago
Bugfix: some users were getting automatic page-load updates initiating when they did not want them. Now they won't be. More... about 15 years ago
Bump ver. More... about 15 years ago
Settings: allow for a setting to cap the total number of polls per general update. No UI yet, but soon. More... about 15 years ago
Update Scheduling: improvements to handling of feed-requested update scheduling. Include a time-staggering fudge factor for all update schedules, including feed-requested ones. If a user sets a longer interval between updates than is requested by the feed, user can choose whether to speed up at feed's request, or to stick to FWP's normal schedule. More... about 15 years ago
Syndicated Sources: provide some better copy and more clear language about where scheduling decisions come from. More... about 15 years ago
Rewrite a little. More... about 15 years ago
Add some widgets and wotsits to the diagnostic e-mail process; change default subject line for easier threading. More... about 15 years ago
Ver bump. Changelog bump. More... about 15 years ago
Security: Control testing functions with a Secret Key. Randomly generate one if it doesn't exist; display in Diagnostics panel. More... about 15 years ago
Performance: improve SQL query for syndicated freshness -- chop out any checks of post_type, post_status, etc. More... about 15 years ago
Extend args for testing purposes: include one that forces FWP to consider all scheduled feeds as scheduled for an update. More... about 15 years ago
UI: Diagnostics can be long; let's get some scroll bars at least. More... about 15 years ago
Bugfix: Don't escape until AFTER normalizing guid; avoids a dupe-producing bug when URL contains an SQL-escaped character. More... about 15 years ago
Reorganization: hive off some utility classes into their own modules. More... about 15 years ago
WP 3.2 COMPATIBILITY: avert 'Call to undefined method WP_SimplePie_File::WP_SimplePie_File()' fatal error. More... about 15 years ago