-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add taxonomy ('tags') to Drupal6 migration
- Loading branch information
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0b33a12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, this seems to have introduced a number of issues. One of them I fixed in #41 and @parkr merged. Another is that this now causes posts without tags to not get migrated (silently). Notice how you use a
JOIN
instead ofLEFT OUTER JOIN
. Lastly, tags/categories with spaces in them are not handled.I'll see what I can do about the second and third problems.
0b33a12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the issues in #42