There's a frood who really knows where his towel is.
- Nothing changed yet.
- Drop support for Python 2.6. [hvelarde]
- Remove dependency on five.grok (closes #11). [rodfersou]
- Remove hard dependency on plone.app.referenceablebehavior as Archetypes is no longer the default framework in Plone 5. Under Plone < 5.0 you should now explicitly add it to the eggs part of your buildout configuration to avoid issues while upgrading. [hvelarde]
- The
IExcludeFromNavigation
behavior is now enabled by default. [hvelarde]
- Fix issue accessing blogs with VHM urls (closes #9). [jpgimenez]
- The method that returns the content types that are considered blog posts
was fixed and renamed from
query_portal_types
toget_blog_friendly_types
. [hvelarde]
- Add support for object relations. [hvelarde]
- RobotFramework tests (closes #7). [jpgimenez]
- Implements recursion into views to display posts than there are inside subfolders of the blog (closes #5). [jpgimenez]
- Fix blog_summary_view (closes #3). [jpgimenez]
- Remove dependency on collective.nitf; now any content type inside a blog (except Image, File and Folder) can be a post. [jpgimenez]
- Register static resource directory manually as Grok no longer does it. Package is now Plone 4.3 compatible. [hvelarde]
- Refactor template of blog header: now it will display the blog image, if present, or the blog title, if not. [hvelarde]
- Image field is no longer required by default. [hvelarde]
- In order to fix ordering in plone.abovecontent viewlet manager, we had to register the plone.path_bar viewlet before everything and then register the sc.blog.blogheader viewlet after everything. [hvelarde]
- Fix batch size and ordering of posts on blogs. Now up to 10 posts are shown per page and they are sorted by effective date in descending order. [hvelarde]
- Disallow comments on blogs by default as users comment on posts. [hvelarde]
- Initial release.