Metadata-Version: 1.1
Name: vnccollab.redmine
Version: 2.0
Summary: VNC Collaboration Redmine AddOn.
Home-page: UNKNOWN
Author: VNC AG
Author-email: info@vnc.biz
License: gpl
Description: vnccollab.redmine
        ================
        
        Overview
        --------
        
        ``vnccollab.redmine`` offers plone-redmine integration in the form of
        one portlet to access to redmine tickets and a viewlet to view the
        associated tickets to the current content.
        
        Installation
        ------------
        
        Please read INSTALL.rst for details about the installation.
        
        Usage
        -----
        
        After installing the package, the User's Personal Information page
        is extended with two fields: ``Redmine Username`` and ``Redmine Password``.
        These fields are needed to authenticate against the redmine server.
        
        For the viewlet to work, the admin must configure the registry
        entry ``vnccollab.redmine.server_url`` with the URL of the redmine server.
        
        ``vnccollab.redmine`` offers a portlet ``Redmine: Tickets`` that shows
        the tickets the current user can see. This portlet can be added in the
        usual way.
        
        Known Issues
        ------------
        
        Due to the use of plone.app.jquery >= 1.7.2, there could be some issues with
        overlays in Plone 4.2.
        
        
        Changelog
        =========
        
        1.0.14 - unreleased
        -------------------
        
        - Improves redmine portlet error message [38925]
          [Jose Dinuncio]
        
        1.0.13 - September 02, 2016
        ---------------------------
        
        - Updated Spanish translations [30002006-2655]
          [Leonardo Caballero]
        
        - Updated all l10n files with news strings for translate [30002006-2655]
          [Leonardo Caballero]
        
        - Added more improvements about i18n and updated l10n [30002006-2647]
          [Leonardo Caballero]
        
        1.0.12 - February 15, 2016
        --------------------------
        
        - PEP8 Compliance.
          [Jose Dinuncio]
        
        1.0.11 - September 2, 2015
        --------------------------
        
        - Language correction and translation [18914]
          [Florian Scherrbacher]
        
        1.0.10 - August 3, 2015
        -----------------------
        
        - Removes PloneTestCase dependency [20022]
            [Jose Dinuncio]
        
        1.0.9 - April 28, 2015
        ----------------------
        
        - Adds robot framework tests [18122]
          [Jose Dinuncio]
        
        1.0.8 - October 04, 2014
        ------------------------
        
        - Migrates context-redmine-ticket from vnccollab.theme [13317].
          [Jose Dinuncio]
        
        1.0.7 - July 02, 2014
        ------------------
        
        - Cleans setup [11083].
          [Jose Dinuncio]
        
        1.0.6 - April 11, 2014
        ----------------------
        
        - Improvement in dependencies [10960].
          [Jose Dinuncio]
        
        1.0.5 - April 02, 2014
        ----------------------
        
        - Changes registry configuration [10763].
          [Jose Dinuncio]
        
        - Adds tests [10657]
          [Jose Dinuncio, Marcin Staniszczak]
        
        - Cleans code for OS release [16010]
          [Jose Dinuncio]
        
        1.0.4 - March 07, 2014
        ----------------------
        
        - Adds version.txt.
          [Jose Dinuncio]
        
        1.0.3 - November 20, 2013
        -------------------------
        
        - Includes collective.customizablePersonalizeForm into configure.zcml
          [Jose Dinuncio]
        
        1.0.2 - October 24, 2013
        ------------------------
        
        - Fixes license and adds AUTHORS.txt.
          [Jose Dinuncio]
        
        - Update redmine url.
          [Vitaliy Podoba]
        
        1.0.1 - March 20, 2013
        ----------------------
        
        - Adds options to docuentation or RedmineUtil.
          [Jose]
        
        - Sets Journal.notes to "" instead of None.
          [Jose]
        
        1.0 - March 6, 2013
        -------------------
        
        - Added basic utilities to work with redmine.
          [Jose Dinuncio]
        
        - Package created using templer
          [Jose Dinuncio]
        
Keywords: redmine
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
