Opened 16 years ago
Closed 16 years ago
#9198 closed task (blessed) (fixed)
Use SimplePie for widget and dashboard feeds
Reported by: | ryan | Owned by: | rmccue |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Feeds | Keywords: | feed rss |
Focuses: | Cc: |
Description
Start using SimplePie for feed processing. Introduce new function fetch_feed() that returns a SimplePie object and handles caching. Leave fetch_rss() and Magpie around for back compat.
Attachments (2)
Change History (8)
#1
@
16 years ago
- Owner changed from anonymous to rmccue
- Status changed from new to assigned
For the cache check, bug 58 is filed on the SimplePie bug tracker for it, slated for 1.2. Until Ryan Parman or myself can get around to coding that and getting 1.2 out the door, we should be able to work around it with our custom cache class.
Note: See
TracTickets for help on using
tickets.
Switch widgets over to simplepie. Caching not done yet. Assumes simplepie.inc in wp-includes