Metadata-Version: 1.0
Name: ftw.datepicker
Version: 1.0.4
Summary: A z3c.form datepicker widget (Maintainer Thomas Buchberger)
Home-page: https://github.com/4teamwork/ftw.datepicker
Author: Thomas Buchberger
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        A z3c.form datepicker widget using jquery ui datepicker.
        Dates can also be enterd into a text field.
        
        Links
        -----
        
        - Main github project repository: https://github.com/4teamwork/ftw.datepicker
        - Issue tracker: https://github.com/4teamwork/ftw.datepicker/issues
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.datepicker
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.datepicker`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.0.4 (2014-02-12)
        ------------------
        
        - Moved package to GitHub.
          [lknoepfel]
        
        
        1.0.3 (2012-11-28)
        ------------------
        
        - Adjust javscripts: Use $ instead of deprecated jq.
          [phgross]
        
        
        1.0.2 (2012-09-11)
        ------------------
        
        - Converter: Added additional date form patterns for swiss-french format.
          Issue #223 Kalender in der franz. Version
          https://extranet.4teamwork.ch/support/ph-vs/tracker/223
          [philippegross]
        
        
        1.0.1 (2012-02-24)
        ------------------
        
        - Added some French translations
          [ttschanz]
        
        - Fix date parsing for french language (support lowercase month names).
          [jone]
        
        
        1.0 (2011-11-17)
        ----------------
        
        - Final release.
          [phgross]
        
        
        1.0a10 (2011-09-29)
        -------------------
        
        - Fixed changelog, and make it zest.releaser friendly.
          [phgross]
        
        
        1.0a9 (2011-09-29)
        ------------------
        
        - Issue #1176 alle translatinos mit from zope.i18n import translate
          https://extranet.4teamwork.ch/projects/opengever-kanton-zug/sprint-backlog/1176
          [eschmutz]
        
        - added test-buildout for plone 4.1
          [eschmutz]
        
        1.0a8
        -----
        
        - fixed test: added zope.schema.Field() to text.form
          [7.7.2011, elio.schmutz]
        
        1.0a7
        -----
        
        - added Translation for DateTimeParseError
          [ttschanz]
        
        1.0a6
        -----
        
        - fixed bug that ftw.datepicker fails when a date is lowercase
          [ttschanz]
        
        1.0a5
        -----
        
        - Removed inline import of jquery.ui.all.css and installing
          collective.js.jqueryui on installation instead
          [01.12.2010, fsprenger]
        
        1.0a4
        -----
        
        
        1.0a3
        -----
        
        - When installing the profile, the datepicker is configured as default widget.
          [jbaumann]
        
        1.0a2
        -----
        
        
        1.0
        ---
        
        - Initial release
        
Keywords: ftw 4teamwork widget date picker
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: Intended Audience :: Developers
Classifier: Programming Language :: Python
