Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Minor bugfixes and integration of rss feeds

Compare
Choose a tag to compare
@svenhoutmeyers svenhoutmeyers released this 20 Nov 12:00
· 1218 commits to master since this release

New features

culturefeed

The rss feeds are available at agenda/search/rss + query parameters, for example:

http://www.uitinvlaanderen.be/agenda/search/rss?facet[datetype][0]=today

It adds this rss link to <head> when visiting search pages:

<link rel="alternate" type="application/rss+xml" title="Vandaag" href="http://www.uitinvlaanderen.be/agenda/search/rss?facet[datetype][0]=today" /> 

culturefeed_search

  • culturefeed_search add max parameter to searchSuggestions (BVV-906) Please upgrade to search to v1.2.2 to use this feature.

Bug fixes

culturefeed_agenda

  • b8126df fix Fatal error: Call to undefined method CultureFeed_Cdb_Item_Production::getContactInfo() (UIV-1525)
  • e0a324f fix error for events with organiser without cdbid (CF-429)

culturefeed_entry_ui

  • 73c1f9a fix for ajax buttons triggering the single click protection (MSS-213)

culturefeed_mailing and culturefeed_ui

  • e9c5e52, eb6158b as logged in user can i only change my email in my profile (instead of also in culturefeed_mailing) (CUL-11)