Metadata-Version: 1.1
Name: ftw.task
Version: 2.4.6
Summary: A simple task content type for Plone.
Home-page: https://github.com/4teamwork/ftw.task
Author: Mathias Leimgruber
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ------------
        
        ``ftw.task`` provides a simple task content type for Plone.
        
        .. figure:: http://onegov.ch/approved.png/image
           :align: right
           :target: http://onegov.ch/community/zertifizierte-module/ftw.task
        
           Certified: 01/2013
        
        Compatiblity
        ------------
        
        **Workspace / PDF**: When installed with with `ftw.workspace`_ and `ftw.pdfgenerator`_
        it provides a listing in the workspace details PDF.
        
        
        Usage
        -----
        
        - Add the package to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                ...
                ftw.task
        
        - Install the generic setup profile.
        
        
        Links
        -----
        
        - Main github project repository: https://github.com/4teamwork/ftw.task
        - Issue tracker: https://github.com/4teamwork/ftw.task/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.task
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.task
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.task`` is licensed under GNU General Public License, version 2.
        
        .. _ftw.workspace: http://github.com/4teamwork/ftw.workspace
        .. _ftw.pdfgenerator: http://github.com/4teamwork/ftw.pdfgenerator
        
        .. image:: https://cruel-carlota.pagodabox.com/24017c820e52b53f95c5367b05b1e3af
           :alt: githalytics.com
           :target: http://githalytics.com/4teamwork/ftw.task
        
        Changelog
        =========
        
        2.4.6 (2014-06-02)
        ------------------
        
        - Add Plone 4.3 test config.
          [mathias.leimgruber]
        
        - Update French translations.
          [tschanzt]
        
        
        2.4.5 (2013-10-16)
        ------------------
        
        - Add French translations.
          [tschanzt]
        
        
        2.4.4 (2013-08-14)
        ------------------
        
        - Add permissionmapping for ftw.lawgiver
          [elioschmutz]
        
        
        2.4.3 (2013-04-23)
        ------------------
        
        - Updated translation.
          [Julian Infanger]
        
        
        2.4.2 (2013-01-30)
        ------------------
        
        - Hide fields in task, using a dictionary instead of False or -1.
          [Julian Infanger]
        
        - onegov.ch approved: add badge to readme.
          [jone]
        
        - Use safe-html-transform for textfield (security audit).
          [mathias.leimgruber]
        
        - Workspace details PDF: do not show empty listings.
          [jone]
        
        - Fix task portlet for anonymous users and zope users. #5
          [jone]
        
        - Fix task creation for Plone 4.2. #4
          [jone]
        
        
        2.4.1 (2012-10-16)
        ------------------
        
        - Fix history.txt
          [mathias.leimgruber]
        
        
        2.4 (2012-10-16)
        ----------------
        
        - Use ftw.calendarwidget for datetime fields.
          [mathias.leimgruber]
        
        - Make Portlet work with Users that don't Userid as Loginname.
          [tschanzt]
        
        
        2.3.5 (2012-06-20)
        ------------------
        
        - Add task view tests.
          [jone]
        
        - Fix template when task has no workflow.
          [jone]
        
        - Testing: use p.a.testing instead of PloneTestCase.
          [jone]
        
        
        2.3.4 (2012-06-13)
        ------------------
        
        - Fixed translations.
          [Julian Infanger]
        
        
        2.3.3 (2012-03-19)
        ------------------
        
        - Fix manifest.in
          [mathias.leimgruber]
        
        
        2.3.2 (2012-03-19)
        ------------------
        
        - Add tasks listing for ftw.workspace details PDF.
          [jone]
        
        
        2.3.1 (2012-03-05)
        ------------------
        
        - Use th instead of td.table_label for heading in vertical listing table.
          [Julian Infanger]
        
        - Use plone default classes for table.
          [Julian Infanger]
        
        
        2.3 (2011-09-08)
        ----------------
        
        - Added plone.po file
          [ttschanz]
        
        
        2.2 (2010-12-22)
        ----------------
        
        - Fixed name of index used to determine users tasks
          [lgraf]
        
        
        2.1 (2010-11-18)
        ----------------
        
        - Fix in getUserInfo.
          [Julian Infanger]
        
        - Cleanup Task content type module, removed AnnotationStorage from some fields
          [jone]
        
        - Fixed catalog stuff, renamed 'responsibility' index to 'getResponsibility'
          [jone]
        
        - rebuild Translations
        
        - renamed from izug.task to ftw.task, made changes for plone4 support
        
        
        1.0c3 (2010-10-26)
        ------------------
        
        - Fixed import error in setup.py
          [jone]
        
        
        1.0c2 (1010-06-18)
        ------------------
        
        - Use docs/HISTORY.txt / remove CONTRIBUTORS.txt
          [jone]
        
Keywords: ftw task plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
