This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Minor bugfixes and integration of rss feeds
svenhoutmeyers
released this
20 Nov 12:00
·
1218 commits
to master
since this release
New features
culturefeed
- 2e415ca, 3178ece, f3a860a, 4cab8aa,07c66cf61f06f1146a62790c9e58f57ff1cc85b6, a1f9ddb, 62b836f add RSS feeds (UIV-819)
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)