2004-09-1? Matt Shaw <matt@dopelogik.com>
    
    * Refactoring of Import Engine
    * Nested content supoprt 
    * Other things I can't remember

2004-09-02  Matt Shaw <matt@dopelogik.com>
    
    * Finished first version of DataReader implmentation
    * Refactored Registries
    * Added some unit tests

2004-08-31  Matt Shaw <matt@dopelogik.com>

    * Ditched homemade csv loader, now using sexy csv module
    * Created Data Readers which allow users to create custom reader
      modules to import data from anywhere they please.
    * Created standardized data structure for import engine. This is required
      in order to have multiple sources of data - The previous structure was
      reliant on the csv file which is no longer the only source of input.

2004-08-13  Matt Shaw <matt@dopelogik.com>
    
    * Added DataTransforms which allow arbitrary transformation of data
      before it is applied to an object.


2004-08-06  Matt Shaw <matt@dopelogik.com>
    
    * Added support for updating content. If id given in input file
      matches an existing object in the target folder, then content is
      updated. Otherwise, a new object is created as normal.

2004-07-30  Matt Shaw <matt@dopelogik.com>

    * Added support for specifying folders to put content in for each entry. 
      If folder is not found then it is created. This feature is very preliminary
      and not stable at all. It can be used by having a 'folder' column in your 
      input file. The path must be relative to your Instance root.
      ex: Members/yourName/aNewFolderName
        
    
2004-07-26  Matt Shaw <matt@dopelogik.com>

    * Added support for importing binary files
    
    
2004-07-23  Matt Shaw <matt@dopelogik.com>

    * 'tis born