Ticket #6909 (reopened enhancement)

Opened 2 months ago

Last modified 3 weeks ago

Tags to categories converter

Reported by: azaozz Assigned to: anonymous
Priority: normal Milestone: 2.5.2
Component: Administration Version:
Severity: normal Keywords: has-patch, needs-testing
Cc:

Description

Shows when a term is both a category and a tag, also when a child category is converted to a tag and then converted back, restores the child status, if the parent still exists.

Attachments

tag-to-cat.patch (13.0 kB) - added by azaozz on 05/04/08 01:42:44.
tag-to-cat2.patch (20.2 kB) - added by azaozz on 05/19/08 09:57:22.

Change History

05/04/08 01:42:44 changed by azaozz

  • attachment tag-to-cat.patch added.

05/05/08 17:15:35 changed by ryan

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

(In [7897]) Show when a term is both a category and a tag, also when a child category is converted to a tag and then converted back, restore the child status, if the parent still exists. Props azaozz. fixes #6909

05/05/08 17:16:14 changed by ryan

  • status changed from closed to reopened.
  • resolution deleted.

Let's test in trunk for awhile before adding to 2.5.

05/19/08 09:56:55 changed by azaozz

  • keywords changed from has-patch to has-patch, needs-testing.

Take 2: converts categories to tags and tags to categories even if the term is both a category and a tag. When converting a category that is also a tag, adds the tag to all posts that are in the category and the other way around.

WordPress currently allows more than one tag with the same name if the slug is different. If there is a category with the same name too that is being converted to a tag, the converter will add the posts to the tag that has the same slug like the category.

05/19/08 09:57:22 changed by azaozz

  • attachment tag-to-cat2.patch added.

06/13/08 20:23:30 changed by ryan

(In [8077]) Tag to cat converter improvements from azaozz. see #6909