Metadata-Version: 1.1
Name: collective.fullview
Version: 1.2
Summary: Alternative full view for Plone with support for BrowserViews.
Home-page: http://github.com/collective/collective.fullview
Author: Johannes Raggam
Author-email: raggam-nl@adm.at
License: GPL
Description: Introduction
        ============
        
        This package provides an alternative full view for Plone with support for
        BrowserViews. BrowserViews weren't fully supported in the skin layer based
        folder_full_view Page Template. This package provides a @@full_view view.
        
        This package fixes: "Error when view folder with folder_full_view view"
        http://code.google.com/p/dexterity/issues/detail?id=172
        
        Author
        ======
        
        Johannes Raggam, BlueDynamics Alliance <raggam-nl [at] adm [dot] at>
        
        Changes
        =======
        
        1.2 (2013-02-06)
        ----------------
        
        - Allow recursive expansion of full_view views.
          [thet]
        
        
        1.1.1 (2013-01-18)
        ------------------
        
        - Fix pfg_prefix for PloneFormGen forms to really return a unique prefix per
          form in a full_view.
          [thet]
        
        
        1.1 (2013-01-16)
        ----------------
        
        - Render PloneFormGen FormFolder not via the content-core macro but via an
          @@embedded view.
          [thet]
        
        
        1.0 (unreleased)
        ----------------
        
        - Initial release.
        
Keywords: plone view
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
