[wp-trac] [WordPress Trac] #4010: Add Image Importing to the Blogger Importer

WordPress Trac noreply at wordpress.org
Fri Jan 25 23:46:26 UTC 2013


#4010: Add Image Importing to the Blogger Importer
-------------------------+----------------------------
 Reporter:  clwill       |       Owner:  Workshopshed
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  WordPress.org
Component:  Import       |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  needs-patch  |
-------------------------+----------------------------

Comment (by Workshopshed):

 Javascript has been moved to external file and rendering of table is now
 done by WP class WP_List_Table so the importer now looks more like other
 admin screens. The progress bars are now done using JQuery.UI.Progressbar
 and we get a count of the images processed. Turn of post revisions in the
 loading process.

 Still getting false positives on files that are not actually images.

 My false positive test is a wikipedia page which although having a .png
 extention is actually a HTML page and hence we don't want to download it.

 {{{
 <a href="http://en.wikipedia.org/wiki/File:Centrifugal_governor.png"><img
 src="suitablelocalimage.png"></a>
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/4010#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list