- Add robot testing environment and first robot test. [cedricmessiant]
- Better string normalization when setting type id from type title (change accented or special characters with corresponding letters). [cedricmessiant]
- Show a warning when editing the default page of a folder. [davisagli]
2.0.10
-------------------
- Fix determination of allowed types so it checks permission in the context of the original folder when inheriting allowed types. [davisagli]
2.0.9
------------------
- Add documentation for defaultFactory tag in XML ref. [smcmahon]
- Removed line breaks within documentation URLs in modeleditor.py. [smcmahon]
- Fixed XML export so that GenericSetup's parser can successfully parse it later on at install time. [zupo]
- Use ploneform-render-widget to render widgets in display mode. [cedricmessiant]
- Call the IBasic description field 'Summary' and give it help text that is actually helpful. [davisagli]
- Don't show the 'Allow Discussion' field on an item's default view. [davisagli]
2.0.8
------------------
- Add XML Model Editor based on plone.resourceditor. If plone.resourceditor is available, this is exposed by an "Edit XML Field Model" button on the fields tab of a content type -- if the content type is editable TTW. [smcmahon]
- Added catalan translations [sneridagh]
2.0.7
------------------
- Fix bug in determining whether to show the allowed contained type fields. [ericof]
- Let the behavior INameFromFileName also set the title from the filename if the type has such a field and it is left empty. [pbauer]