Changelog
=========

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

