Metadata-Version: 1.1
Name: monet.calendar.event
Version: 0.5.1
Summary: An advanced Event type for Plone with additional date fields and features like days exceptions and week days
Home-page: http://plone.org/products/monet.calendar.star
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        This product is a replacement of the basic Plone Event content type.
        
        Is the main part of the `monet.calendar.star`__ suite, but you can use it freely as indipendent product.
        
        __ http://plone.org/products/monet.calendar.star
        
        It provides a lot of additional field, developed for the *City of Modena* public event management
        system.
        Apart new content data, and an image field, you can now choose:
        
        * `Cadence` - weekdays where the event really happen
        * `Except` - specific days where the event *is not* available
        * `Including` - specific days where the event *is* available (apart from other filters)
        * ...other
        
        .. figure:: http://keul.it/images/plone/monet.calendar.event-0.3.0-01.png
           :alt: Part of the edit form
        
           Some of the new fields in the event editing form
        
        Also, the "*event type*" field is now a closed list of values (see below for customization). 
        
        Configuration
        -------------
        
        From ZMI you need to customize the *event_types* property inside the *monet_calendar_event_properties*
        property sheet.
        
        Features
        --------
        
        Used as it is, all the recurring information are no more that data inside the content. Please see
        the  `Monet Calendar suite`__ for knowing how to use it.
        
        __ http://plone.org/products/monet.calendar.star
        
        Warning
        -------
        
        This product replace the Plone basic Event content type. You can still continue using old Events, but
        additional fields will be available only for future contents.
        
        Dependencies
        ============
        
        For "Except" days selection, `rt.calendarinandout`__ widget is needed
        
        __ http://pypi.python.org/pypi/rt.calendarinandout
        
        Plone 3.3 or better is needed.
        
        Migrating from older release
        ============================
        
        If you have a Plone site where you used and old version of ``monet.calendar.event`` (older than 0.4)
        you probably need to add to your buildout the historical `monet.recurring_event`__ (0.7 or better.)
        
        __ http://pypi.python.org/pypi/monet.recurring_event/0.7.0
        
        Credits
        =======
          
        Developed with the support of:
        
        * `Rete Civica Mo-Net - Comune di Modena`__
        
          .. image:: http://www.comune.modena.it/grafica/logoComune/logoComunexweb.jpg 
             :alt: Comune di Modena - logo
        
        * `Provincia di Ferrara`__
        
          .. image:: http://www.provincia.fe.it/Distribuzione/logo_provincia.png
             :alt: Provincia di Ferrara - logo
        
        * `Regione Emilia Romagna`__
        
        All of them supports the `PloneGov initiative`__.
        
        __ http://www.comune.modena.it/
        __ http://www.provincia.fe.it/
        __ http://www.regione.emilia-romagna.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
        =========
        
        0.5.1 (2014-03-24)
        ------------------
        
        - Fixed GMT timezone error while converting DateTime object
          when calc start and end
          [keul]
        
        0.5.0 (2014-02-19)
        ------------------
        
        Plone 4.3 compatibility while dropped Plone 3 support
        
        * images now stored on blob (plone.app.blob support).
          Also added the ``monetevent-blob-migration`` migration view
          [keul]
        * end date is always at the end of the day (near to the midnight)
          [keul]
        * start and end date are not required anymore; you can simply provide
          one or more "Including" dates [keul]
        
        0.4.3 (2012-04-17)
        ------------------
        
        * removed the ATFieldProperty usage for "title" field [keul]
        
        0.4.2 (2012-04-13)
        ------------------
        
        * supporting `plone.app.imaging`__ when present [keul]
        
        __ http://pypi.python.org/pypi/plone.app.imaging
        
        0.4.1 (2012-01-11)
        ------------------
        
        * removed ``ATFieldProperty`` for ``description`` field [keul]
        
        0.4.0 (2011-12-06)
        ------------------
        
        * removed deprecated compatibility code for Plone 3.2 [keul]
        * removed dependency from `monet.recurring_event`__,
          importing it's code in the ``base_recurring_event`` module [keul]
        * added a new ``Including`` field, for adding specific days
          where the event is held, ignoring all other filters [keul]
        * added a new ``EventDuration`` KeywordIndex that index all days
          where the event occurs [keul]
        * fixed the setter for the except field, must be always a list [mirco]
        * fixed the Plone 4 compatibility [mirco]
        * hide the viewlet plone.belowcontentbody into the event view template [mirco]
        
        __ http://pypi.python.org/pypi/monet.recurring_event
        
        0.3.3 (2011-08-09)
        ------------------
        
        * moved vocabulary translation into monet.calendar.location package [mirco]
        
        0.3.2 (2011-07-29)
        ------------------
        
        * removed languageIndipendent attribute from the field "time" [mirco]
        
        0.3.1 (2011-04-28)
        ------------------
        
        * moved install extension method from install.py to setuphandler.py [mirco]
        
        0.3.0 (2011-03-18)
        ------------------
        
        * first public release
        * added documentation [keul]
        
        0.2.0 (2011-02-07)
        ------------------
        
        * Plone 4 compatibility [keul]
        * some code refactorging [keul]
        * egg clean-up [keul]
        * product has is own browserlayer and also register the monet.recurring_event ones [keul]
        * added egg dependency for monet.recurring_event [keul]
        * register the getEventType column and index [keul]
        
        0.1.3 (2010-10-19)
        ------------------
        
        * event view modifications
        
        0.1.2 (2010-09-15)
        ------------------
        
        * News translation [keul]
        
        0.1.1
        -----
        
        * Help text fields on the form #80 [fdelia]
        
        0.1.0
        -----
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
