-
Taxonomy Builder API: February 25, 2011 2:13
Commit 0317d6e on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Fixed issue #748636 reported by mkinnan, moved taxonomy_builder_get_batch() function to taxonomy_builder.module file.
-
Completed #741882, renamed hook_taxonomy_builder_csv_column_save() to hook_taxonomy_builder_csv_row_save() for consistency.
-
Removed start period.
-
Modified comments, removed escape character parameter which for some reason didn't work.
-
Added a CSV parser API that assists in importing via batch API.
-
Updated example code.
-
Fixed grammar error in comment.
-
Added code which allows synonyms to be passed as either an array of synonyms or a string of terms separated by line endings.
-
Fixed call to undefined function, fixed error in logic.