CVS messages for Taxonomy import/export via XML
June 3, 2008
-
Replaced calls to module_invoke('taxonomy', 'get_vocabulary', $vid) with module_invoke('taxonomy', 'vocabulary_load', $vid)
April 22, 2008
-
Added intval http://drupal.org/node/235353
April 11, 2008
-
Changed: $vocabulary = module_invoke('taxonomy', 'get_vocabulary', $vid); to: $vocabulary = module_invoke('taxonomy', 'vocabulary_load', $vid); -
Taxonomy import/export via XML: /modules/taxonomy_xml/taxonomy_xml.info 1.2
Taxonomy import/export via XML: /modules/taxonomy_xml/taxonomy_xml.module 1.9Added DRUPAL 6.x support
December 18, 2007
-
Coding standards patch on the DRUPAL-5 branch. Attemtpting a re-commit as the drupal.org server went offline in the middle of the previous attempt.
-
Code style update only. Mostly whitespace. Renamed the globals to be coder.module 'strict' compliant. Should be no function change visible. Just clean-slating the module for upcoming additions
August 3, 2007
-
Removed a trim which caused loosing spaces before ampersands
July 3, 2007
-
Added info file
-
- Applied fixes to work with D5.1 - Added synonym support - Added option to keep duplicate terms
-
Testing commit
