Known issues and errors
=======================

Images aren't working inline
----------------------------

http://sourceforge.net/tracker/index.php?func=detail&aid=1187859&group_id=55262&atid=645337

NewsItem raised unauthorized error when image isn't added
---------------------------------------------------------

http://sourceforge.net/tracker/index.php?func=detail&aid=1200825&group_id=55262&atid=645337

Size of object is wrong
-----------------------

http://sourceforge.net/tracker/index.php?func=detail&aid=1188042&group_id=55262&atid=645337

Document history is not available
---------------------------------

http://sourceforge.net/tracker/index.php?func=detail&aid=1192319&group_id=55262&atid=645337

Discussions aren't visible under Plone 2.0.x
--------------------------------------------

Discussion items aren't shown below an item because the viewThreadsAtBottom 
doesn't play nice with TemplateMixin. Replace the template with
http://svn.plone.org/plone/CMFPlone/branches/2.1/skins/plone_templates/viewThreadsAtBottom.pt
This issue is fixed in CMFPlone 2.1


Discussions aren't working under Plone 2.0.x
--------------------------------------------

You are getting a AttributeError: talkback. Replace the discussion_reply script
with http://svn.plone.org/plone/CMFPlone/branches/2.1/skins/plone_form_scripts/discussion_reply.cpy
This issue is fixed in CMFPlone 2.1

Template views for folders aren't working under Plone 2.0.x
-----------------------------------------------------------

Features like the photo album view for folders doesn't work under Plone 2.0.x
because the browserDefault method of plone utilities doesn't know how to handle
folders with template mixin.
This issue is fixed in CMFPlone 2.1

Permission error when viewing news (the portal news tab)
--------------------------------------------------------

The news template tries to access EditableBody which is a protected method.
Replace the news template with with 
http://svn.plone.org/plone/CMFPlone/branches/2.1/skins/plone_templates/news.pt
The issue is fixed in CMFPlone 2.1

WebDAV/marshaller errors with NewsItem
--------------------------------------

The RFC822 marshaller marshals the image field as <img src=... />
TODO: Not fixed

