Metadata-Version: 1.0
Name: p4a.subtyper
Version: 1.2.0
Summary: Subtyping framework for Plone
Home-page: https://svn.plone.org/svn/collective/p4a/p4a.subtyper/trunk
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: GPL
Description: p4a.subtyper
        ============
        
        p4a.subtyper is a subtyping framework for Plone.  In this context, subtyping
        means to provide additional specific types onto existing content types.  An
        example to standard Plone would be to have only one File content type (and no
        Image content type).  The Image content type would then become a sub-type
        of the File content type.
        
        It also exposes the possible sub-types for a given object in the content menu
        with a sub-types dropdown menu.
        
        See ``browser/browser.txt`` for example usage.
        
        Requirements
        ------------
        
          * Plone 2.5 or Plone 3.x
        
        Credits
        -------
        
        Originally created by Rocky Burt (rocky AT serverzen DOT com --
        http://www.serverzen.com) on behalf of Jazkarta Inc (http://www.jazkarta.com).
        
        Changelog
        =========
        
        1.2.0 (2011-02-07)
        ------------------
        
        - Added new versions of folderish_possible_descriptors and
          nonfolderish_possible_descriptors that do not consult the for_portal_type
          setting.
          [davidblewett]
        
        - Moved folderish_possible_descriptors and nonfolderish_possible_descriptors
          functions to a more descriptive name to reflect their true functionality:
          portal_typed_*.
          [davidblewett]
        
        
        1.1.3 (2010-05-11)
        ------------------
        
        - Show the subtype-submenu only if the object actually has subtypes and you have
          the permission the change it. [WouterVH]
        
        - Avoid TypeError when checking the subtyper-view for has_possible_types, in the
          case that no subtypes are available. [WouterVH]
        
        
        1.1.2 (2010-04-29)
        ------------------
        
        - The permissions in p4a/subtyper/configure.zcml are now changed 
          from zope.Public to cmf.ManagePortal to prevent Anonymous subtyping
          [tbesluau]
        
        - Make sure active subtypes get the proper class in the menu even with
          plone.app.contentmenu 2.x
          [davisagli]
        
        - Fixed test setup for when running using zc.recipe.testrunner.
          [davisagli]
        
        - Add MANIFEST.in [WouterVH]
        
        - The subtypes adapter is now registered locally for Plone 3 and greater so
          that it does not show up in Plone sites where it is not installed.
          [yomatters]
        
        
        1.1.1 (2009-05-03)
        ------------------
        
        - Plone4ArtistsSubtyper is no longer loaded in tests if it doesn't exist
        
        - There is now an uninstall method that will remove the ISubtyped marker
          interface from all objects.
        
        - The way IDynamicallyViewable is imported has changes, so that p4a.subtyper can
          be used as a standalone egg.
        
        - Made Plone4ArtistsSubtyper setup optional.
        
        
        1.1.0 (2008-07-07)
        ------------------
        
        - Icon support for subtypes
        
        - Unselecting a subtype after you have selected a default view that is specific
          for the subtype caused an error.
          Fixes http://www.plone4artists.org/products/plone4artistscalendar/issues/65
        
        - Fixed status message type: type was not passed in, resulted in UI problem.
        
        
        1.0.1 (2008-02-13)
        ------------------
        
        - You couldn't unselect a subtype under Plone 2.5.
        
        
        1.0 (2008-02-13)
        ----------------
        
        - First public release
        
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
