Opened 17 years ago
Closed 17 years ago
#9198 closed task (blessed) (fixed)
Use SimplePie for widget and dashboard feeds
| Reported by: | ryan | Owned by: | rmccue |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Feeds | Version: | |
| Severity: | normal | Keywords: | feed rss |
| Cc: | Focuses: |
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
@
17 years ago
- Owner changed from to
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Switch widgets over to simplepie. Caching not done yet. Assumes simplepie.inc in wp-includes