Metadata-Version: 1.0
Name: ftw.poodle
Version: 1.5.0
Summary: A product to make polls to find out when to have a meeting
Home-page: https://github.com/4teamwork/ftw.poodle
Author: Mathias Leimgruber
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: ftw.poodle
        ============
        
        This Package provides a doodle like function in Plone.
        
        Usage
        -----
        
        - Add ``ftw.poodle`` to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                ftw.poodle
        
        - Install the generic setup profile of the package
        
        
        Links
        -----
        
        - Github: https://github.com/4teamwork/ftw.poodle
        - Issues: https://github.com/4teamwork/ftw.poodle/issues
        - Pypi: http://pypi.python.org/pypi/ftw.poodle
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.poodle
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.poodle`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        1.5.0 (2015-05-06)
        ------------------
        
        - Update French translations.
          [jone]
        
        - Disable ``auto-insert`` in ``dates`` field because of validation.
          [jone]
        
        - Update German translations.
          [jone]
        
        - i18n engine fixes [keul]
        - Added italian translation [keul]
        - Now using (and requiring) DataGridField 1.9+ and new features like required
          columns, column's description and DateColumn [keul]
        - Restored "View" object action [keul]
        
        1.4.2 (2015-04-30)
        ------------------
        
        - Fix typo in the 'users' field of PoodleSchema: multivalued ->
          multiValued [cillianderoiste]
        
        
        1.4.1 (2014-06-11)
        ------------------
        
        - Fix saveing votes, since the form only works with js.
          [mathias.leimgruber]
        
        
        1.4.0 (2014-03-31)
        ------------------
        
        - Update French translations.
          [tschanzt]
        
        - Sort users by normalized fullname.
          [mathias.leimgruber]
        
        - Plone 4.3 compatibility
          [mathias.leimgruber]
        
        
        1.3.4 (2013-08-23)
        ------------------
        
        - Fix post request (save poodle votes).
          [mathias.leimgruber]
        
        
        1.3.3 (2013-08-14)
        ------------------
        
        - Add permissionmapping for ftw.lawgiver
          [elioschmutz]
        
        
        1.3.2 (2013-07-05)
        ------------------
        
        - Fixes javascript error on IE8
           [href]
        
        
        1.3.1 (2013-04-17)
        ------------------
        
        - Replace jq by $.
          [mathias.leimgruber]
        
        
        1.3 (2012-11-22)
        ----------------
        
        - Public release on pypi / plone.org
          [jone]
        
        
        1.2 (2012-08-21)
        ----------------
        
        - Adjust Notification Adapters: so that the regular notification of a poodle works still fine.
          [phgross]
        
        - Fix: Do no override Owner role.
          [mathias.leimgruber]
        
        - Fix: Use nested persistentMappings/Lists.
          [phgross]
        
        - Use ftw.notification.email for email notification.
          [phgross]
        
        - Added tests.
          [phgross]
        
        - Updated workfow: do not allow Member to see all poodles.
          [Julian Infanger]
        
        
        1.1.4 (2012-06-13)
        ------------------
        
        - Translate workflow transitions
          [mathias.leimgruber]
        
        
        1.1.3 (2012-05-14)
        ------------------
        
        - Fix UnicodeDecodeError while sending user notifications.
          [mathias.leimgruber]
        
        
        1.1.2 (2012-05-10)
        ------------------
        
        - Found a second getfullname method -.- fix this one too.
          [mathias.leimgruber]
        
        
        1.1.1 (2012-05-09)
        ------------------
        
        - Small usability customizations.
          This package needs refactoring.
          [mathias.leimgruber]
        
        
        1.1 (2012-03-12)
        ----------------
        
        - Added german translation for deactivated survey.
          [Julian Infanger]
        
        
        1.0 (2012-03-05)
        ----------------
        
        - Fixed Mailsubject.
          [ttschanz]
        
        - Added getMeeting_type for ftw.workspace / tabbed view compatibility
          [jbaumann]
        
        - added comments and docstrings
          [mathias.leimgruber]
        
        - added german translations
          [mathias.leimgruber]
        
        - remove some unused code
          [mathias.leimgruber]
        
        - code review and optimizations
          [mathias.leimgruber]
        
        - copy from izug.poodle version 1.0c3
          [mathias.leimgruber]
        
Keywords: ftw poodle doodle events plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
