Metadata-Version: 1.0
Name: plone.app.viewletmanager
Version: 2.0.1
Summary: configurable viewlet manager
Home-page: http://pypi.python.org/pypi/plone.app.viewletmanager
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL version 2
Description: Introduction
        ============
        
        by Florian Schulze <fschulze@jarn.com>.
        
        This component expects you to register storage.ViewletSettingsStorage as a
        local utility providing IViewletSettingsStorage (CMFPlone does this). The
        viewlet manager in manager.OrderedViewletManager can then get the filter and
        order settings. These settings can be configured by 3rd party products and
        TTW to customize the viewlets per skin.
        
        Changelog
        =========
        
        2.0.1 - 2010-07-18
        ------------------
        
        - Update license to GPL version 2 only.
          [hannosch]
        
        2.0 - 2010-07-15
        ----------------
        
        - Silence `Nothing to import / export.` log messages.
          [hannosch]
        
        2.0b5 - 2010-06-03
        ------------------
        
        - Removed duplicated class statement in manage-viewlets.pt for compatibility
          with Chameleon.
          [pilz]
        
        2.0b4 - 2010-05-01
        ------------------
        
        - Implement IViewView so viewlets registered to this interface can be managed.
          [elro]
        
        - Use Unicode up/down arrows in @@manage-viewlets.
          [esteele]
        
        2.0b3 - 2010-03-03
        ------------------
        
        - Provide some basic styling for @@manage-viewlets. Remove the use of
          .portletHeader and .portletItem styles and define everything inline.
          Closes http://dev.plone.org/plone/ticket/10006
          Closes http://dev.plone.org/plone/ticket/10178
          [esteele]
          
        - Push @@manage-viewlets css into style_slot instead of css_slot.
          [esteele]
        
        2.0b2 - 2010-02-17
        ------------------
        
        - Updated manage-viewlets.pt to the recent markup conventions.
          References http://dev.plone.org/plone/ticket/9981
          [spliter]
        
        2.0b1 - 2009-12-27
        ------------------
        
        * Use the new zope.site package.
          [hannosch]
        
        2.0a2 - 2009-12-16
        ------------------
        
        * Protect forced Acquisition wrapping by an interface check on IAcquirer. This
          closes http://dev.plone.org/plone/ticket/9862.
          [hannosch]
        
        2.0a1 - 2009-11-14
        ------------------
        
        * Added translations for Show/Hide labels in @@manage-portlets view:
          label_show_item and label_hide_item. These msgids are shared with 
          @@manage-viewlets view to show/hide viewlets. This closes
          http://dev.plone.org/plone/ticket/9733
          [naro]
        
        * Use JS calls to handle show/hide/move actions instead of forcing a page
          reload. Will fall back to old method if JavaScript is not available.
          [esteele]
        
        1.2.2 - 2009-03-07
        ------------------
        
        * Specified package dependencies.
          [hannosch]
        
        * Made the manager code more tolerant and not fail when no storage is found.
          [hannosch]
        
        * Made the @@manage-viewlets screen use the 'managedPortlet' CSS class instead
          of 'portlet', so it's more usable with a custom theme.  This closes
          http://dev.plone.org/plone/ticket/8391.
          [davisagli]
        
        1.2.1 - 2008-07-07
        ------------------
        
        * Fixed bogus AttributeError masking the real ExpatError on syntax errors in
          viewlets.xml.  (See test in r21161.)
          [davisagli]
        
        1.2 - 2008-03-09
        ----------------
        
        * Separated the base functionality and the parts necessary for TTW
          customization into two classes, so we can use this manager in the html
          head.
          [fschulze]
        
        1.1 (unreleased)
        ----------------
        
        * Fix a syntax error in the export/import code
          [wichert]
        
        * Add a HISTORY.txt file
          [wichert]
        
        1.0
        ---
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
