Ticket #5497 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Import attachment and post meta improvements

Reported by: tellyworth Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: General Version:
Severity: normal Keywords: has-patch
Cc:

Description

This improves on #5466:

* post_mime_type is now set correctly on imported attachment posts

* Thumbnails are generated when images are imported

* Enclosure and thumbnail URLs are remapped to local attachment URLs

* post_meta keys are filtered

* There are some new actions so plugins can provide additional importing features

* Post caches are cleared at the end of the import process

Attachments

import_meta_improvements-r6405.patch (4.1 kB) - added by tellyworth on 12/20/07 00:57:29.

Change History

12/20/07 00:57:29 changed by tellyworth

  • attachment import_meta_improvements-r6405.patch added.

12/20/07 05:31:40 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6428]) Attachment and post meta import improvements from tellyworth. fixes #5497