* Changed permission for view of articles from zope.Public to zope2.View to prevent odd behaviour if accessing private article with title and description hidden where a completely unstyled login form was presented
2.0b9
------------------
* plone 4.1 compatibility by importing cmfcore permissions
2.0b8
------------------
* Added links to the manageable adapter to show and hide items in a component
2.0b7
------------------
* Fixed AttributeError raised if a Viewlet has been customized ttw, which resulted in a TTWViewletRenderer object which has no __name__ attribute (Thanks to Ron Zayac for reporting it)