Closed (fixed)
Project:
Data
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2010 at 17:57 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rsoden commentedUpdated this to be slightly more generic. Still needs work and testing.
Comment #2
Will White commentedHere's an update to this patch to incorporate the changes made by the non-serial ID patch. Apply this first:
http://drupal.org/node/868740#comment-3266232
Needs more work.
Comment #3
Will White commentedThis patch introduces more complete support.
Comment #4
Will White commentedFixed some SQL query formatting.
Comment #5
Will White commentedAdjusted term creation code to handle terms meta data passed in as an array. This is required for copying metadata provided by extractor + geotaxonomy to the new term.
Comment #6
Will White commentedNew version where data_taxonomy_lookup_tids() passes the tids through array_unique() before returning them.
Comment #7
alex_b commentedLooking good, minor issues:
1. "Map to term ids to @vocabulary vocabulary" should be "Map term ids to @vocabulary vocabulary".
2. Code style - add a space between elseif and (:
elseif(Any other reasons why this patch is NW and not NR?
Comment #8
Will White commentedThanks for the review and feedback. Updated the patch.
Comment #9
alex_b commentedTo be released with 6.x-1.0-alpha13.
Comment #10
alex_b commentedNW with recent changes to #868740: Support exportable vocabularies.
Comment #11
alex_b commentedI've done some cleanup in data_taxonomy module - this functionality is now vastly simpler to implement.
Comment #12
alex_b commentedPrevious patch did not accept complex terms at all if the target vocabulary was not a tags vocabulary.
Comment #13
alex_b commentedThis is tested, debugged and vastly simplified. I did away with the weird catch-all data_taxonomy_save() function and replaced it with a data_taxonomy_save_array() and data_taxonomy_save_name() function.
Comment #14
alex_b commentedThis is committed, thank you http://drupal.org/cvs?commit=418108