Skip to content
  1. Jul 03, 2007
  2. Jan 13, 2007
    • sk's avatar
      Initial commit for a schema for the output XML file. · 138899e2
      sk authored
      138899e2
    • sk's avatar
      Applied: http://drupal.org/node/71888 · 6c9294f6
      sk authored
      Allows simple parse call:
      taxonomy_xml_parse($xml); as opposed to taxonomy_xml_parse($xml, 0);
      6c9294f6
    • sk's avatar
      Applied patch: http://drupal.org/node/71887 · 6dc62a1e
      sk authored
      Now outputs a message using drupal_set_message() instead of returning output.
      6dc62a1e
    • sk's avatar
      Patched up to: http://drupal.org/node/71264 · 5fc55b66
      sk authored
      TODO: fix vocabulary-node association: wrong node types??
      TODO: fix GLOBALS variables Name (use standard notation)
      
      - import: checking if term already exists using name and hierarchy
        - import: using file_read_contents() instead of using file handlers
        - export: default filename is "taxonomy_VocabularyName.xml"
        - export: XML is more human-readable: added indents and line feed
      - export: using $_SERVER[] superglobal for browser checking
        - displayed information on import process
          - displayed warning if non vocabulary is present
          - Fixed some help text (export)
      5fc55b66
  3. May 05, 2006
  4. Apr 23, 2005
  5. Feb 25, 2005