2008-07-23  seletz <stefan.eletzhofer@inquant.de>

    * fold in changes from upper directory, misset his file :p
    * browsser/importexport.py: created and separated from gsxml.py
      The latter is probably to be refactored later.  Most of the registered
      views are no longer used.  **sigh**, bit rot.
    * ImportExportView: the **list_exportable_items** now reports more usable
      meta data, and does it structured.  This is to help sync policies to
      decide what the should actually sync or not. (syncing will be fold in
      from a customer package later).

2008-07-20  seletz <stefan.eletzhofer@inquant.de>

    * register '@@gsxml' view for *
    * add security for '@@gsxml' view
    * add 'list_exportable_items' method to '@@gsxml'
    * removed junk code

2008-07-19  seletz <stefan.eletzhofer@inquant.de>

    * BUGFIX: id set in config.py, UIDs are now no longer exported. This
      allows for importing the sam eimport twice, whcih would have resulted in
      UID clashes otherwise.
    * @@gsxml view: added view to allow for external access of import/export
        functionality using XMLRPC
    * renamed package from "inquant.plone.gsxml' to 'collective.plone.gsxml'
    * reformatted documentation to match PyPi standards better

2008-07-09  seletz <stefan.eletzhofer@inquant.de>

    * renamed the package to collective.plone.gsxml
    * added minimal plone buildout for easy testing. Still need
      to make the tests more sand end remove bit-rot

2008-04-16  hannosch <hanno@jarn.com>

    * content.py: Added unmarkCreationFlag method call for all AT-based
      content. Sp far all imported objects would think they should be
      initialized after the first edit. This broke event handlers registered
      for ObjectInitializedEvent.

2008-03-06  ramonski <ramon.bartl@inquant.de>

    * collector.py (SimpleDictCollector.getReferencesXml): added method to get
    the mime type of a file.
    * content.py (check_for_filefield): created to use for check to decide
    whether or not to write data files instead of inline XML CDATA
    * content.py (XMLContentFSExporter.exportFiles): refactored
    * content.py (XMLContentFSImporter.importFiles): refactored, now sets the
    correct mime type. Yay.

2008-03-03  ramonski <ramon.bartl@inquant.de>
    * tests/test_setup.py: added tests
    * tests/test_doctests.py: added
    * README.rst: added

2008-02-06  ramonski <ramon.bartl@inquant.de>
    * tests/base.py: added
    * tests/test_setup.py (TestSetup.test_tests): added
    * browser/configure.zcml: added
    * browser/gsxml.py: added and cleaned
    * docs/collector.rst: added
    * profiles/default/actions.xml: added
    * profiles/default/actionicons.xml: added

2008-02-05  ramonski <ramon.bartl@inquant.de>
    * CHANGELOG: started
    * configure.zcml: enabled GS profile
    * interfaces.py (ITarConfig): cleaned interfaces
    * __init__.py: added MessageFactory
    * context.py (TarballExportContext.writeDataFile): cleaned
    * utils.py (guess_extension): cleaned
    * tests/__init__.py: cleaned

2007-07-16 Stefan Eletzhofer <stefan.eletzhofer@googlemail.com>
    * removed usage of registerProfile for now, as it apparently
      breaks Plone 2.5.3.

2007-06-13 Christoffer Torris Olsen <co@auralvision.no>
    * Switched from using invokeFactory to unprotected method

2007-04-02 Ramon Bartl <ramonski@ramonski.de>
    * first working reference implementation

2007-03-20 Ramon Bartl <ramonski@ramonski.de>
    * little GUI improvement
    * added a Tar Context for Gmail export
    * added a Tar Context for Gmail import

2007-03-19 Ramon Bartl <ramonski@ramonski.de>
    * Tarball import/export refactoring

2007-02-16 Stefan Eletzhofer <stefan.eletzhofer@googlemail.com>
    * started CHANGELOG file

2007-03-18 Ramon Bartl <ramonski@ramonski.de>
    * Tarball import/export added

2007-03-13 Ramon Bartl <ramonski@ramonski.de>
    * fixed bug in plone uninstall script
    * added FS Import Export GUI

2007-03-12 Ramon Bartl <ramonski@ramonski.de>
    * added custom constraint module
    * added email validation
    * added Gmail Import GUI
    * added Plone installation script
    * added Plone action icon

2007-03-11 Ramon Bartl <ramonski@ramonski.de>
    * added a Browser View for Gmail Export

vim: set ft=changelog ts=4 sw=4 expandtab :
