Make WordPress Core

Opened 14 years ago

Closed 12 years ago

#15560 closed defect (bug) (fixed)

Blogger Importer does not use HTTP API

Reported by: rmccue's profile rmccue Owned by: rmccue's profile rmccue
Milestone: WordPress.org Priority: normal
Severity: normal Version:
Component: Import Keywords: needs-patch
Focuses: Cc:

Description

The Blogger Importer uses fsockopen() in several places instead of using the HTTP API. This could be achieved via WP_SimplePie_File once #7652 is completed.

Change History (8)

#1 @rmccue
14 years ago

Note: if using WP_SimplePie_File, it would require an upstream patch in SimplePie to be able to pass parameters in. I'll file this upsteam, and hope to implement it soon.

#2 @westi
14 years ago

  • Cc westi added
  • Keywords needs-patch 3.2-early added
  • Milestone changed from Awaiting Review to Future Release

#3 @kapeels
14 years ago

  • Cc kapeel.sable@… added

#4 @ocean90
14 years ago

  • Milestone changed from Future Release to WordPress.org

#5 @yorksranter
14 years ago

More to the point, the importer just doesn't work.

#6 @ocean90
14 years ago

Related: #15290

#7 @nacin
14 years ago

  • Keywords 3.2-early removed

#8 @Otto42
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Blogger importer uses correct methods now, as of version 0.5.

Note: See TracTickets for help on using tickets.