[wp-trac] Re: [WordPress Trac] #6819: EXIF data extracted from uploaded images stored incorrectly

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 23 01:24:38 GMT 2008


#6819: EXIF data extracted from uploaded images stored incorrectly
----------------------------+-----------------------------------------------
 Reporter:  matt            |        Owner:  tellyworth
     Type:  defect          |       Status:  new       
 Priority:  normal          |    Milestone:  2.6       
Component:  Administration  |      Version:  2.5       
 Severity:  normal          |   Resolution:            
 Keywords:  blessed         |  
----------------------------+-----------------------------------------------
Comment (by tellyworth):

 I agree.  I stored it there in the first place so as to fit in with the
 existing method of storing image metadata.

 I think we should move all of the image and attachment metadata into
 separate rows rather than a serialized array.

 That serialized array is fetched and updated with
 wp_get_attachment_metadata() and wp_update_attachment_metadata(), so we
 can probably maintain API compatibility and just change the underlying
 storage method.

 There are also some things in the attachment meta that could be cleaned up
 and standardized but that's probably best considered as a separate step.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6819#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list