Metadata-Version: 1.0
Name: ftw.task
Version: 2.3.5
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.
        
        
        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.
        
        Changelog
        =========
        
        
        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
