Metadata-Version: 1.0
Name: redturtle.imagedevent
Version: 0.6.0
Summary: A redefinition of the Plone Event content type, having an image field like News Item
Home-page: http://svn.plone.org/svn/collective/redturtle.imagedevent
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: Imaged event
        ============
        
        An enhanced version of the base Plone event content type.
        
        Image field
        -----------
        
        After intalling this you'll see that the Plone event will have a new **image field** and **caption**
        like the News Item content type.
        
        As News Item do, the event now behave **image resize** functionality.
        
        Event type field
        ----------------
        
        It this kind of event the *Subject* and *Event type* fields has been splitted and are now two
        distinct data.
        
        If you are using an older version of this product, you can run the proper upgrade step to fix all
        old values.
        
        Credits
        =======
        
        Developed with the support of `Camera di Commercio di Ferrara`__; Camera di Commercio supports
        the `PloneGov initiative`__.
        
        __ http://www.fe.camcom.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
        :alt: RedTurtle Technology Site
        :target: http://www.redturtle.net/
        
        
        Changelog
        =========
        
        0.6.0 (2010-08-03)
        ------------------
        
        * Add upgradeStep for remove keywords 'type of event' from the categories [fdelia]
        * Add column metadata for type of event [fdelia]
        * Add translation for column metadata and indexes for Collection [fdelia]
        
        0.5.1 (Unreleased)
        ------------------
        
        * removed old code in portal_atct [micecchi]
        
        0.5.0 (Unreleased)
        ------------------
        
        * separated keywords subject and eventType for events [micecchi]
        * created getEventType metadata and criteria [micecchi]
        
        0.4.2
        -----
        
        * The whole image cell is now hidden if no images is provided to the event [keul]
        * Location field is moved back to main view, as ATEvent does [keul]
        
        0.4.1
        -----
        
        * metadata.xml fixed: contains wrong product version name [keul]
        
        0.4.0
        -----
        
        * Moved the event's images into the event data table
        * Removed the setuphadler script that backup basic Plone ATEvent type
        (this duplicate event choice in some form like Collection criteria selections)
        * Added i18n italian translation
        
        0.3.0
        -----
        
        * Fixed the meta_type name in the class
        This bug can brake reordering of Plone in folder with ImagedEvent inside
        
        0.2.0 - Unreleased
        ------------------
        
        * Fixed immediate_view
        
        0.1.0
        -----
        
        * Initial release
        
        
Keywords: plone event image content
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
