[wp-trac] Re: [WordPress Trac] #8490: Media Library -
Attached/Unattached logic is flawed
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 4 21:39:14 GMT 2008
#8490: Media Library - Attached/Unattached logic is flawed
---------------------+------------------------------------------------------
Reporter: hailin | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.7
Component: General | Version:
Severity: major | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by hailin):
Scanning posts contents to determine "attached/unattached" is going to be
very expensive, plus it may not always work because the link or shortcode
inserted may not have definitive correlation to the original media.
For example:
when an image (such as flower.jpg) is inserted, the inserted link will
contain flower.jpg. However, if an video is inserted, it may only contain
a guid. Currently video does not apply to wporg yet, but it shows the
point.
An alternative is to use periodic process to scan and produce the mapping
relationship. But again, it may not be accurate due the above point.
So I think we should remove the functionality before we figure out a clear
and fast solution.
--
Ticket URL: <http://trac.wordpress.org/ticket/8490#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list