Metadata-Version: 1.1
Name: collective.dms.basecontent
Version: 0.6
Summary: Base content types for document management system
Home-page: https://github.com/collective/collective.dms.basecontent
Author: Ecreall, Entrouvert, IMIO
Author-email: cedricmessiant@ecreall.com
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        Base content classes for document management system.
        
        Tests
        =====
        
        This add-on is tested using Travis CI. The current status of the add-on is :
        
        .. image:: https://secure.travis-ci.org/collective/collective.dms.basecontent.png
            :target: http://travis-ci.org/collective/collective.dms.basecontent
        
        Contributors
        ============
        
        - Gauthier Bastien, IMIO
        - Stéphan Geulette, IMIO
        - Vincent Fretin, Ecreall
        - Cédric Messiant, Ecreall
        - Frédéric Peters, Entr'ouvert
        
        Changelog
        =========
        
        0.6 (2015-11-24)
        ----------------
        
        - Removed old sorting attribute. Added dependency. Changed travis config.
          [sgeulette]
        
        
        0.5 (2015-06-02)
        ----------------
        
        - Added div with id to fix fields display in edit mode
          [sgeulette]
        - Added treating_groups and recipient_groups catalog index.
          [sgeulette]
        - Added treating_groups and recipient_groups in p.a.collection columns
          [sgeulette]
        - Cleaning on task old stuff
          [cmessiant]
        - Don't use AjaxChosenMultiFieldWidget for treating_groups field
          [cmessiant]
        
        0.4 (2015-03-13)
        ----------------
        
        - Fix fields width to 50% to keep fields on the left of the scan preview
          [sgeulette]
        - Test attribute existence to resolve a recatalog problem
          [sgeulette]
        
        
        0.3 (2014-10-24)
        ----------------
        
        - Correct wrong metadata name in column
          [sgeulette]
        - Add a dmsdocument edit view including documentviewer to complete attributes after batch import.
          [sgeulette]
        
        
        0.2 (2014-02-26)
        ----------------
        
        - Update the LocalRolesToPrincipals fields to use zope.schemaevent
          [mpeeters]
        - Integrated documentviewer
          [vincentfretin]
        - Add signed version
          [vincentfretin, cedricmessiant]
        - New default view for all documents
          [vincentfretin, cedricmessiant]
        - Allow tasks to be added to document
          [fpeters, vincentfretin, cedricmessiant]
        
        
        0.1.1 (2013-03-08)
        ------------------
        
        - Corrected MANIFEST.in
        
        
        0.1 (2013-03-06)
        ----------------
        
        - Package created using templer
          [cedricmessiant]
        - Added portal types
          [sgeulette]
        - Related field
          [davidconvent]
        - LocalRolesToPrincipals field
          [gauthierbastien]
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
