Metadata-Version: 1.0
Name: simplelayout.types.common
Version: 3.0b2
Summary: simplelayout common types
Home-page: http://plone.org/products/simplelayout.types.common
Author: Mathias LEIMGRUBER (4teamwork)
Author-email: m.leimgruber@t4amwork.ch
License: GPL
Description: Introduction
        ============
        
        This package is a dependency of simplelayout.base. 
        following features for simplelayout are provided by this package 
        
        * Page Type
          - folderish
          - contains blocks (paragraph, images, links, files)
        * Paragraph 
          - special content type for simplelayout Pages
          - configurable like show title, show references, etc...
        * make image, link and files to blocks
        * provides block views and a fallback view
        
        
        
        
        
        Copyright and credits
        ----------------------
        
        simplelayout is copyright 2009 by 4teamwork_ , and is licensed under the GPL. See LICENSE.txt for details.
        
        .. _4teamwork: http://www.4teamwork.ch/ 
        
        Changelog
        =========
        
        
        3.0b2 (2012-03-05)
        ------------------
        
        - Fixed changelog.
          [tschanzt]
        
        
        3.0b1 (2012-03-05)
        ------------------
        
        - Activate versioning and diff for paragraphs.
          [jone]
        
        - Add view download_image for jquery.lightbox in simplelayout.ui.base
          [22.12.2011, eschmutz]
        
        - Applied patch from Carsten Rebbien. Changes for plone 4.1
          [15.11.2011, mathias.leimgruber]
        
        - Plone 4.1 compatibility: do not render scales when no image
          should be displayed anyway.
          [03.08.2011, jbaumann]
        
        - Do not use document_relatedItems macro.
          [20.06.2011, mathias.leimgruber]
        
        - fixed getBlockHeight function
          [27.12.2010, mathias.leimgruber]
        
        - added upload action for PloneFlashUpload to Page.
          [05.10.2010, mathias.leimgruber]
        
        - implemented image scaling by plone.app.imaging.
          [30.09.2010, mathias.leimgruber]
        
        - Added plone.app.blog support
          [20.09.2010, jbaumann]
        
        - Made simplelayout file view work again. Cleaned up the views
          [07.09.2010, jbaumann]
        
        - included patch, which fixes a problem with long image captions
          thanks to Carsten Rebbien <cr at comlounge dot net>
        
          [29.07.2010, mathias.leimgruber]
        
        - added icon_expr directly to the content types xml
          [12.07.2010, mathias.leimgruber]
        
        - removed old zope2 style imports
          [12.07.2010, mathias.leimgruber]
        
        - some changes in views and templates for plone4
          [12.07.2010, mathias.leimgruber]
        
        2.5.2
        -----
        - use orderable schema from schemaextender [mathias.leimgruber]
        
        
        2.5.1
        -----
        - removed AddRemoveWidget dependency [mathias.leimgruber]
        
        
        2.5
        ---
        
        - removed unused checkforeditmode method  [mathias.leimgruber]
        - removed simplelayout-edit-button and replace it by the plones
          default one [mmathias.leimgruber]
        - removed move up/down actions [mathias.leimgruber]
        
        
        2.4
        ---
        
        - fixed minor bug in page.py [victor.baumann]
        
        
        2.3
        ---
        
        - fix permissions for delete actions in blockable types [mathias.leimgruber]
        
        
        2.2
        ---
        
        - add mixinklasse module
        - use simplelayout sizes for atct image scales
        - fix translations [julian.infanger]
        
        
        2.1
        ---
        
        - don't show regular Document(Page) [mathias.leimgruber]
        - remove leadimage from Page schemata [mathias.leimgruber]
        - extend plone image with alternative-text field [arno.blumer]
        
        
        2.0
        ---
        
        - Bug Fixes
        
        1.0
        ---
        
        - Initial release
        - Base simplelayout types:
        - Paragraph (default block)
        - makes images, link and file blockable
        - includes some configs made by GS
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
