- Fix news rss date format test. [mathias.leimgruber]
- Fix encoding error in filename of textblock image when rendering. [jone]
1.10.0
-------------------
- Extend IContentCategories behavior with a new field "new content categories". [mathias.leimgruber]
- Don't limit the number of news entries when rendering all news. [mbaechtold]
- Render the news item's publication date on the RSS feed. [mbaechtold]
- Fixed a bug which prevented whole day events from being listed on the event listing view. [mbaechtold]
- Fix cache decorator (from view to instance) for archive base portlet. If you have both archive portlets (news and event) on the same page the second archive portlet will use the result from the first one. [mathias.leimgruber]
- Upgrade news portlets: add always_render_portlet default value to assignments. [jone]
- Render the title of the portlet on the news listing view and hide the generic description. [mbaechtold]
- Add a special class to the news portlet list item if there are no news. [mbaechtold]
- Accessiblity improvements. [Kevin Bieri]
1.9.0
------------------
- Add caption to listingblock. Summary on table is no longer valid for accessiblity. [Kevin Bieri]
- A new config option can be used to always render the news portlet, even if there are no news entries available. [mbaechtold]
- Bugfix: render the news on the newslisting view when the news portlet is inherited from an ancestor. [mbaechtold]
- Fixed a bug during the rendering of the captcha on the feedback form. [mbaechtold]
- Remove empty paragraph tags from address block. [mbaechtold]
1.8.6
------------------
- Fix dowload url generation, do not pass unicode in attrs for ftw.table table generator, it needs utf-8 for all attrs. [mathias.leimgruber]
- Added captcha to feedback form. [lknoepfel]
1.8.5
------------------
- Changed styling for colorbox. Title and description on one line. [Bieri Kevin]