Metadata-Version: 1.0
Name: izug.ticketbox
Version: 4.3.5
Summary: A tracker-like task management system for plone.
Home-page: https://github.com/4teamwork/izug.ticketbox
Author: Elio Schmutz
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: izug.ticketbox
        ===============
        
        This Package provides a basic Tracker like Content-Type
        
        
        Usage
        -----
        
        - Add ``izug.ticketbox`` and your the implementation package to your
        buildout configuration:
        
        ::
        
        [instance]
        eggs +=
        izug.ticketbox
        
        - Install the generic setup profiles of those packages.
        
        - Edit any content: on the bottom of the form there is new checkbox "Send
        notification".
        
        
        Links
        -----
        
        - Main github project repository: https://github.com/4teamwork/izug.ticketbox
        - Issue tracker: https://github.com/4teamwork/izug.ticketbox/issues
        - Package on pypi: http://pypi.python.org/pypi/izug.ticketbox
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=izug.ticketbox
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``izug.ticketbox`` is licensed under GNU General Public License, version 2.
        
        
        
        Changelog
        =========
        
        
        4.3.5 (2012-05-24)
        ------------------
        
        - Fix editor in edit response view.
        [jone]
        
        - Remove buggy truncation: use the tabbed-view cropping.
        [jone]
        
        
        4.3.4 (2012-05-24)
        ------------------
        
        - Add comment to notification email.
        [jone]
        
        
        4.3.3 (2012-05-24)
        ------------------
        
        - Fix encoding bug when sending email notification of a context
        where the responsible has a non ASCII-name.
        [jone]
        
        
        4.3.2 (2012-05-18)
        ------------------
        
        - Fix translation.
        [mathias.leimgruber]
        
        
        4.3.1 (2012-05-14)
        ------------------
        
        - Added missing translation.
        [mathias.leimgruber]
        
        - Show icon in ticketboxes overview.
        [mathias.leimgruber]
        
        - Extend csv export by variety.
        [mathias.leimgruber]
        
        
        4.3 (2012-05-09)
        ----------------
        
        - Use new test buildout config, fix dep.
        [mathias.leimgruber]
        
        - Fix and change ownerid index (ownerindex is now called get_owner_index).
        [mathias.leimgruber]
        
        - Fix sortable_ticket_references index and linked_attachment helper.
        [mathias.leimgruber]
        
        - Fix assignable_user vocab, use token title if available.
        [mathias.leimgruber]
        
        - Added wincp52 encoded csv export.
        [mathias.leimgruber]
        
        
        4.2.1 (2012-04-23)
        ------------------
        
        - Update workflow
        [eschmutz]
        
        - Fix workflow for reader-role if we use restrictedTraverse
        [eschmutz]
        
        4.2 (2012-04-02)
        ----------------
        
        - Hide Answer menutitem.
        [mathias.leimgruber]
        
        - Hide addable types menu on ticket view.
        [mathias.leimgruber]
        
        - Added References to responses is now possible.
        Responses will be saved also on the parent (Ticket).
        [mathias.leimgruber]
        
        - Ticket-nr will be shown if Ticket reference is a Ticket too.
        [mathias.leimgruber]
        
        
        4.1.1 (2012-03-07)
        ------------------
        
        - Fixes Manifest.in (include *.rst)
        [mathias.leimgruber]
        
        
        4.1 (2012-03-05)
        ----------------
        
        - Customized ticket references field.
        It's now possible to reference to any other location or content
        [mathias.leimgruber]
        
        - Fix attachment reference in response (path of link was wrong).
        [jone]
        
        - Added ticketboxes_view, a global overview over all ticket boxes.
        [jone]
        
        - Add watched release field.
        [jone]
        
        - Add variety field.
        [jone]
        
        - Reimplement tabbed views.
        There is no longer a "info" tab, but a new "my issued tickets" tab.
        [jone]
        
        - Make description in ticket box and ticket optional.
        [jone]
        
        
        4.0 (2011-07-08)
        ----------------
        
        - Moved Ticketbox icons, Changed button styling in response.pt
        [29.6.2011, ttschanz]
        
        - Fixed Bug in get_base_query tickets of other boxes aren't displayed anymore
        [6.6.2011, ttschanz]
        
        - Made ticketbox work with TinyMCE.
        [6.6.2011, ttschanz]
        
        
        - Fixed Bug in get_base_query tickets of other boxes aren't displayed anymore
        [6.6.2011, ttschanz]
        
        - #1468 Auftragsbox - Kein Datum in Falligkeit und Antwort erbeten bis
        [09.05.2011, elio.schmutz]
        
        - integration jenkins
        [19.04.2011, elio.schmutz]
        
Keywords: ticketbox tracker ftw
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Intended Audience :: Developers
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
