CVS messages for Book Import

    March 5, 2006

    • Commit #27082 by puregin at 09:18
        - added import options to deal with import of PHP code
          - refactored interface to use validate/submit model
          - make sure variables are properly initialized
          - added watchdog logging
          - changes to invocation of drupal_xml_parser
          - remove file_check_upload()

    March 2, 2006

    January 28, 2006

    • Commit #24855 by puregin at 07:27
        - wrapped 'foreach()' loop in make_links() in a test to ensure array is nonempty
            (fixes bug http://drupal.org/node/46708)
          - deal with bug where creating a new book containing a 'new node' - one with
            no nid - confuses 'make_links()'.  This happens because the new node has
            no original nid; thus there is an entry [] => new_id in the array $new_nid.
            But when we look up the parent of a root node, it is empty, and when we
            look up the corresponding new nid, we get the new nid of the new node,
            rather than the root node.
          - renamed utility functions to avoid name collisions
          - refactored function definitions to remove $new_nid and $parent_of params
          - moved global arrays $new_nid and $parent_of into this file, since these
            are used here and only here.
    • Commit #24854 by puregin at 07:26
        - applied fix for bug http://drupal.org/node/46698 supplied by jsloan - thanks
          - removed global arrays $new_nid and $parent_of to file save_node.php

    January 27, 2006

    November 28, 2005

    September 2, 2005

    Syndicate content
     
     

    Drupal is a registered trademark of Dries Buytaert.