Metadata-Version: 1.0
Name: redturtle.imagedevent
Version: 1.0.0
Summary: A replacement of the Event content type for Plone, with image field and separate keyword and event type fields.
Home-page: http://plone.org/products/redturtle.imagedevent
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: .. contents:: **Table of contents**
        
        Introduction
        ============
        
        An enhanced version of the base Plone event content type.
        
        Main features
        =============
        
        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 type of event the *Tag* and *Event type* fields have 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.
        
        Plone versions
        ==============
        
        Plone 4 completely removed the ``eventType`` field from the Event schema. This product will restore it.
        Still, those changes are compatible also with old Plone 3.3 release.
        
        Credits
        =======
        
        Developed with the support of
        
        * `Camera di Commercio di Ferrara`__
          
          .. image:: http://www.fe.camcom.it/cciaa-logo.png/
             :alt: CCIAA Ferrara - logo
        
        * `Azienda USL Ferrara`__
          
          .. image:: http://www.ausl.fe.it/logo_ausl.gif
             :alt: Azienda USL - logo
        
        All of them supports the `PloneGov initiative`__.
        
        __ http://www.fe.camcom.it/
        __ http://www.ausl.fe.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Changelog
        =========
        
        1.0.0 (2012-12-13)
        ------------------
        
        * Minor visual fixes for Sunburst compatibility [keul]
        * i18n translation of "subject" field was not working anymore [keul]
        * Event Generic Setup registration aligned to Plone 4 style
          (Plone 3 will require `experimental.backportGS`__ to continue working)
          [keul]
        
          __ http://pypi.python.org/pypi/experimental.backportGS
        
        * pyflakes cleanup [keul]
        * added support for new style collections when on Plone 4.2 [keul]
        * removed the bad use of *setBaselineContext* when installing/uninstalling [keul]
        
        1.0.0rc1 (2011-08-30)
        ---------------------
        
        * Added a check in migrator, if plone.app.blob is not installed, but contentmigration is [keul]
        * Fixed import for `Plone 4.1 compatibility`__ [keul]
        * Restored the ``eventType`` field, removed in Plone 4 [keul]
        * Updated "Event.xml" to be Plone 4 compliant [keul]
        
        __ http://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-4.0-to-4.1/updating-add-on-products-for-plone-4.1/changing-dependencies-from-plone-to-products.cmfplone
        
        1.0.0b2 (2011-01-28)
        --------------------
        
        * fixed XHTML Strict problem when no "What" (event type) has been provided [keul]
        * removed some other "*here*" references in the template, that break on Plone 4 [keul]
        
        1.0.0b1 (2011-01-10)
        --------------------
        
        * z3c.autoinclude support [keul]
        * Egg cleaned [keul]
        * Fixed XHTML validation of the view; table TR were missing [keul]
        * Added specific CSS for the product, and now image is aligned in the cell [keul]
        * Removed old and disabled fss.zcml file (if you need it, provide it on your own) [keul]
        * The content size is now the size of the image [keul]
        * Image field now use `plone.app.blob`__ if present [keul]
        * Added a *@@blob-event-migration* view to migrate existings images to BLOB
          (you need to install also `Products.contentmigration`__) [keul]
        * Translation moved to *locales* [keul]
        * Basic Plone 4 compatibility [keul]
        
        __ http://pypi.python.org/pypi/plone.app.blob/
        __ http://pypi.python.org/pypi/Products.contentmigration
        
        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 plonegov
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
