Changelog
=========


1.15.0 (2020-07-27)
-------------------

- Fix german formatted date translation for open-ended events [Nachtalb]
- Fix plone 5 upgrade step, which accidentally broke ftw.keywordwidget [mathias.leimgruber]
- Remove obsolete dependency from Plone 5. From now on install the "plone4" extra for Plone 4 installations [Nachtalb]
- Add possibility to show a leadimage within the block. [busykoala]


1.14.4 (2020-01-09)
-------------------

- Add ftw.events portal_types translations to plone domain. [tinagerber]


1.14.3 (2019-12-18)
-------------------

- Fix condition introduced in release 1.14.2. [mathias.leimgruber]


1.14.2 (2019-12-17)
-------------------

- Improve reindex_indexes install hook - to not reindex if not necessary. [mathias.leimgruber]


1.14.1 (2019-12-14)
-------------------

- Provide precompiled bundle. [tinagerber]


1.14.0 (2019-12-05)
-------------------

- New styling for event_listing view [jone, tinagerber]


1.13.2 (2019-10-02)
-------------------

- Use same rss label text as ftw.news for a more unified experience [Nachtalb]


1.13.1 (2019-09-12)
-------------------

- Add a location-setter to fix the ics-importer. [elioschmutz]


1.13.0 (2019-09-03)
-------------------

- Be able to add custom "more items" link for EventListingBlocks. [tinagerber]


1.12.0 (2019-08-29)
-------------------

- Add customizable title to archive portlet [Nachtalb]


1.11.4 (2019-07-25)
-------------------

- Fix event accessor location field (includes features like location in the ics export) [Nachtalb]


1.11.3 (2019-05-29)
-------------------

- Change sort order to match the same the EventListingBlock (next events on top) [Nachtalb]


1.11.2 (2019-05-21)
-------------------

- Fix typo in "Veranstalgungsauflistung" => "Veranstaltungsauflistung" [Nachtalb]


1.11.1 (2019-05-14)
-------------------

- Fix event archive portlet compatibility issue with ftw.news [Nachtalb]


1.11.0 (2019-05-14)
-------------------

- Add event archive portlet [Nachtalb]
- Add missing plone 5 registry.xml records (previously plone 4 propertiestool.xml) [Nachtalb]

1.10.0 (2019-05-01)
-------------------

- Add event_listing view for EventFolder [Nachtalb]
- Add plone 5.1 support [busykoala]


1.9.0 (2019-01-18)
------------------

- Add simplelayout view to plone views action.
  The prefix "@@"" hides the simplelayout view in plone views action.
  Removing this makes it accessible. [busykoala]

- Add arrow in front of "more"-button, to create a similar appearance as
  in ftw.news. [busykoala]


1.8.0 (2018-11-05)
------------------

- Enable "ics_view" on event folder, so a ICS file can be exported containing
  all the events within the event folder. [mbaechtold]


1.7.1 (2018-02-06)
------------------

- Add RSS view for eventlisting block.
  [raphael-s]


1.7.0 (2017-12-08)
------------------

- Add collective.taskqueue to test-dependencies [raphael-s]

- Group fields of the event listing block into separate fieldsets for
  better user experience. [mbaechtold]

- Use ReferenceObjSourceBinder for filter by path field in eventlistingblock.
  [mathias.leimgruber]

- Fix filter for subject on eventlistingblock: UnicodeDecodeError of the subject had umlauts.
  [mathias.leimgruber]

- Use "ftw.keywordwidget" for setting the keywords on the event listing
  block and the event page. [mbaechtold]


1.6.2 (2017-04-28)
------------------

- Add compatibilty with lates ftw.testbrowser 1.21.0.
  [mathias.leimgruber]

- Respect `exclude_past_events` setting of block, also on the event listing view.
  [mathias.leimgruber]


1.6.1 (2017-03-30)
------------------

- Fix a bug which prevented inactive event pages from being shown in
  combination with Solr. [mbaechtold]


1.6.0 (2017-03-22)
------------------

- Add option allowing to hide the event listing block if there are no
  events to be shown. [mbaechtold]

- Show inactive events if the user has the permission to add
  events. [mbaechtold]


1.5.0 (2017-02-28)
------------------

- Move the global ics export documentaction.
  [Kevin Bieri]

- Make Event and EventFolder linkable in TinyMCE
  [raphael-s]


1.4.0 (2017-01-19)
------------------

- Convert "filter_by_path" references of the event listing blocks.
  This should have been done in 1.2.0.
  [mbaechtold]

- Show text of "ICS Export" action again.
  [Kevin Bieri]


1.3.0 (2016-12-06)
------------------

- Use a text field for the value of the zip code instead of an integer
  field. [mbaechtold]


1.2.1 (2016-10-20)
------------------

- Fix chameleon support for mopage export. [jone]


1.2.0 (2016-10-18)
------------------

- Use ftw.referencewidget for saving path relations in eventlistingblocks.
  Beacuse of a bug in MultiContentTreeFieldWidget, references were not saved
  after a restart of the instance which lead to the blocks not working anymore.
  [raphael-s]

- Implement mopage support. [jone]

- Split up location into structured fields title, street, ZIP and city. [jone]


1.1.0 (2016-09-26)
------------------

- Make EventFolder and EventListingBlock addable on the Plone Site.
  [lknoepfel]


1.0.1 (2016-09-20)
------------------

- Change German translation for event listing block. [jone]

- Fix AttributeError in create_event_listing_block. [jone]

- Added action for ics export. [tschanzt]


1.0.0 (2016-08-02)
------------------

- Fixed bug where default value on eventlistingblock was not set. [lknoepfel]

- Added ftw.calendar integration. [lknoepfel]

- Don't list EventPage in the navigation [lkoepfel]

- Initial implementation [jone]
