- Avoid using an instance memoizer in the portlet as it could cause harm. [hvelarde]
- Hide uninstall profile. [hvelarde]
- Use plone.app.vocabularies.ImagesScales vocabulary (closes #17). [rodfersou]
- Fix exception with localized dates (closes #15). [rodfersou]
- Fix static resources location (closes #9). [rodfersou]
- 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]
- Drop support for Python 2.6 and Plone 4.2. [hvelarde]
- Registry resource folder. [cleberjsantos]
- Fix translation of weekdays on header viewlet; we were getting 'day' instead of 'weekday' from publication date. [hvelarde]
- Use effective date instead of creation date for getting the latest periodical; still not optimal, but it probably will work better. [hvelarde]
- Publication date format was localized and is now configurable via the viewlet template (closes #6). [hvelarde]
- A new rich text field was added to the Periodical content type. [hvelarde]
- Use 'preview' scale instead of 'mini' for image size in view template. [hvelarde]
- Remove dependency on unittest2 and fix package dependencies; tests could fail on Python 2.6; you have been warned. [hvelarde]
- Update Brazilian Portuguese and Spanish translations. [hvelarde]
- Remove unassociated template periodicals_list. [hvelarde]
- Do not allow discussion by default in Periodical content type. [hvelarde]
- Added image_thumb and tag methods to the content type allowing it to be listed on folder_summary_view. [ericof]
- Initial release.