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
