atreal.massloader 2.1.0-beta1 (Beta release) (Apr 24, 2009)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

Eggification & configuration improved.

For additional information about this project, please visit the overview page .

Available downloads

Python egg

For all platforms (0 kB)

Source

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Beta release
License GPL
Release Manager Matthias Broquet [tiazma]

New in this release

  • From now, the portal type of new object can be managed via 2 mechanisms, selectable in the control panel :
    • Based on content_type_registry, the automatic way.
    • User-defined, the manual way.
  • Imported content can be automatically tagged, using the categorization of the parent object existing in the portal. (thanks to Florent Michon [f10w])
  • Configuration is now set in a control panel. Few fields added. (Again thanks to Florent Michon [f10w])
  • Eggification: changed the name from MassLoader to atreal.massloader.
  • Egg available on http://pypi.python.org.

Change log

Version 2.1.0-beta1 - 2009-04-22
----------------------------

    - Portal type can be based on content_type_registry
    [Matthias Broquet]
   
    - Eggification
    [Matthias Broquet]


Version 2.0.0 - 2008-12-25
----------------------------

    - Option to create objects with description and keywords of the folder.
    [Florent Michon]
   
    - Change the action provider with interface IMassLoaderAware
      to a configlet who permit to choose portal types where you can import
      a zip file.
    [Florent Michon]