Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#13453 closed defect (bug) (fixed)

When importing custom taxonomy terms through import function, they are not attached to posts anymore.

Reported by: design_dolphin's profile design_dolphin Owned by:
Milestone: 3.1 Priority: normal
Severity: major Version:
Component: Import Keywords: needs-patch
Focuses: Cc:

Description

When importing custom taxonomies through the import function, they are no longer attached to posts. Viewing a custom taxonomy terms shows a count for 0 on all terms for the posts.

Change History (7)

#1 @nacin
14 years ago

  • Milestone changed from 2.9.3 to 3.0

#2 @nacin
14 years ago

  • Milestone 3.0 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

#3 @design_dolphin
14 years ago

  • Milestone set to 2.9.3
  • Resolution duplicate deleted
  • Status changed from closed to reopened

This is not a duplicate. :-) They are separate issues.

#4 @nacin
14 years ago

  • Keywords needs-patch added; custom taxonomy removed
  • Milestone changed from 2.9.3 to 3.0

Moving to 3.0. Probably won't get in.

#5 @ryan
14 years ago

  • Milestone changed from 3.0 to 3.1

This won't get fixed in the 3.0 time frame. Hopefully it will be in the early 3.1 timeframe. The importer is no longer bundled with WP core so it is not tied to a WP version, but I'll set this ticket to 3.1 until we work out how we want to track importer changes.

#6 @nacin
14 years ago

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

(In [15961]) Importer and exporter overhaul, mega props duck.

Exporter overhaul:

  • Add author information to export
  • Greater usage of slug identifiers
  • Don't export auto-drafts, spam comments, or edit lock/last meta keys
  • Inline documentation improvements
  • Remove filtering for now (@todo)
  • Bump WXR version to 1.1, but remain back compat in the importer

Importer overhaul (http://plugins.trac.wordpress.org/changeset/304249):

  • Use an XML parser where available (SimpleXML, XML Parser)
  • Proper import support for navigation menus
  • Many bug fixes, specifically improvements to category and custom taxonomy handling
  • Better author/user mapping

Fixes #5447 #5460 #7400 #7973 #8471 #9237 #10319 #11118 #11144 #11354 #11574 #12685 #13364 #13394 #13453 #13454 #13627 #14306 #14442 #14524 #14750 #15055 #15091 #15108.

See #15197.

#7 @nacin
14 years ago

  • Milestone changed from Awaiting Triage to 3.1
Note: See TracTickets for help on using tickets.