Metadata-Version: 1.0
Name: Products.SimpleAttachment
Version: 3.7
Summary: Simple Attachments for Plone
Home-page: UNKNOWN
Author: Martin Aspeli
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        Several Plone products have a need to handle simple attachments: content
        types that do not have a workflow of their own but will reuse the
        permissions on their container. SimpleAttachment implements simple file
        and image attachment types that can serve this need.
        
        SimpleAttachment is released under the GNU General Public Licence, version 2.
        Please see http://gnu.org for more details.
        
        Installation
        ============
        
        Install in the usual way, using the QuickInstaller.
        
        Acknowlegements
        ===============
        
        These types were taken from the RichDocument product.
         
        
        Changelog
        =========
        
        3.7 (2010-12-27)
        ----------------
        
        - Fixed images and attachments in widgetmanagers were displayed in random 
          order because default catalog query (implemented in 3.4) does not sort on
          'getObjPositionInParent' by default.  [saily]
        
        3.6 (2010-07-29)
        ----------------
        
        - Fixed the setuphandler step dependency.
          [rossp]
        
        - removed tabindex for plone 4 compatibility because of 
          http://dev.plone.org/plone/changeset/36610/Plone/trunk/Products/CMFPlone/utils.py
          [hpeteragitator]
        
        3.5 (2010-05-18)
        ----------------
        
        - readded old profile name for backward compatibility.
          Both profiles exist now. Please use default.
          [do3cc]
        
        3.4 (2010-04-28)
        ----------------
        
        - fix attachments not being shown from migrated sites since
          getFolderContents didn't work correctly.
          [vangheem]
        
        - change profile name to default like normal products should
          [vangheem]
        
        
        3.3 (2010-04-21)
        ----------------
        
        - have import step handle kupu and tiny mce and not rely
          on kupu being there since it's not the default in Plone 4
          [vangheem]
        
        
        3.2 (2010-04-21)
        ----------------
        
        - registerType needs PROJECTNAME as second parameter
          [toutpt]
        
        - tabindex needs to be imported for Plone 4
          [vangheem]
        
        - fixed reference to get tool for Plone 4
          [vangheem]
        
        
        3.1 (2010-02-09)
        ----------------
        
        - Add caching of portal transformation to `text/plain` to speed up reindexing.
          [witsch]
        
        - Fixed i18n domain for label_click_to_get_file fileattachment_view.pt.
          [vincentfretin]
        
        - Adding missing history file and resurrecting the past contributions.
          [andrewb]
        
        - Reconfigure test setup.  Ensure that our zcml configuration deferred until 
          the setup of the Plone site testing layer.  Helps for use with roadrunner
          [andrewb]
        
        3.0.2 (2007-11-28)
        ------------------
        
        - Attachment support for Plone 3. SimpleAttachment is now distributed as a 
          python egg.
          [wichert]
        
Keywords: Plone attachments RichDocument
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
