Metadata-Version: 1.0
Name: Products.IntelliDateTime
Version: 1.3
Summary: Archetypes Datetime Widget using bda.intellidatetime conversion
Home-page: https://svn.plone.org/svn/archetypes/MoreFieldsAndWidgets/IntelliDateTime
Author: Robert Niederreiter
Author-email: rnix@squarewave.at
License: General Public Licence
Description: Products.IntelliDateTime
        ========================
        
        Field and Widget using ``bda.intellidatetime`` converter functions for date
        and time input.
        
        Target:
        =======
        
        * Plone 2.5+, 3.x
        
        Requires:
        =========
        
        * bda.intellidatetime
        * plone of course
        * archetypes, sadly
        
        TODO:
        =====
        
        * branch me for 2.5 and focus 3.0 in trunk
        * make installation via generic setup
        * get rid of jscalendar stuff and alter by jquery calendar widget.
        
        Credits:
        ========
        
        Written by Robert Niederreiter <rnix@squarewave.at>
        Squarewave Computing, BlueDynamics Alliance Austria
        
        Bugfixes by Jens Klein <jens@bluedynamics.com>
        BlueDynamics Alliance, Klein & Partner KEG, Austria
        
        Contributions & Bugfixes by Harald Friessnegger
        Webmeisterei, Austria
        
        Changes for IntelliDateTime
        ===========================
        
        1.3
        ---
        
        - view macro - render datetime.datetime properly
        [2009/04/15 rnix]
        
        - remove view_later macro
        [2009/04/15 rnix]
        
        1.2
        ---
        
        - overwrite validate_required in field.py
        [2009/03/01 jensens]
        
        - remove wrong condition in widget.py
        [2009/03/01 jensens]
        
        1.1
        ---
        
        - eggified
        [2009/03/05 rnix]
        
        1.0
        ---
        
        - widget now can return zope DateTime or python datetime
        [Jensens]
        
        - widget now displays time input only if ``show_hm`` is set to ``True``
        (as does CalendarWidget)
        [2008/07/28 fRiSi]
        
        - locale for parsing the date in bda.indellidatetime.converter is obtained
        from the site_property `default_language`
        (widged was simply using 'de' before)
        this might break your testcases since for a default plone site the english dateformat is
        expected. you need to set the default language in your testsuite's `setUp` method to fix this.
        [2008/09/12 fRiSi]
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
