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

The UiTinVlaanderen 3 release

Compare
Choose a tag to compare
@svenhoutmeyers svenhoutmeyers released this 23 Mar 16:29
· 1912 commits to master since this release

Upgrade to culturefeed-php v1.4

We had to upgrade culturefeed-php to v1.4.0 for this version. More info here.

If your composer.json looks like this you just need to run composer update to update the library to v1.4.0

    "require": {
      "cultuurnet/search": "~1.0",
      "cultuurnet/cdb": "~2.0",
      "cultuurnet/culturefeed-php": "~1.0"
    },
    "minimum-stability": "stable"

Introducing ICultureFeed decorators

A new base class for ICultureFeed decorators has been introduced. Whenever possible, use this base class when decorating other ICultureFeed implementations.

Adding the culturefeed_saved_searches module

This new module provides functionality that users can save a search query and get the results later on, on site or in a mail (possible frequencies ASAP, DAILY, WEEKLY). It gives only results when NEW events or procutions hit the query. It implements these api methods. The wiki page has to be written.

Adding the culturefeed_calendar module

This new module provides functionality that users can save events and productions to their personal calendar. First it's saved to as a like activity, when the users decides to plan the event on a certain date, it will create an attend activity. The wiki page has to be written.

Other new features

culturefeed_agenda

culturefeed_entry_ui

culturefeed_mailing

culturefeed_pages

  • ecc1466 update page_confirm modals
  • bc287c1, d98cb07 add geodist() sort on culturefeed_pages_get_page_suggestions_list when city is known (CEP-731)

culturefeed_search

culturefeed_search_views

culturefeed_search_ui

Bugfixes

culturefeed_agenda

  • 55e2fbd copy + translation for current location
  • 292d233 show current location field always right after where field
  • 60db13b add throbber message while loading current location
  • 64662d1 resolve conflict with globalredirect-support
  • 243646f added start_date to calendar_array when timestamps
  • b180ecb added beginTime to start_date of calendar array for timestamps
  • 3c40c9b fix for linked titles showing encoded characters (/pull/27)
  • 76110c5 search on actor id in active filters (UIV-1056)
  • f5bebb8, 9d9a863 added event types tpl to agenda module as well

culturefeed_pages

culturefeed_social

  • 59f1fed use culturefeed_social_get_activity_filter_options for culturefeed_pages_timeline_filter_form (CEP-804)
  • b3225f3 fix for broken cancel link when deleting comment (BVV-741)
  • 54e0492 removed a bootstrap css class on the form submit button of the abuse form (BVV-765)
  • b06bfc7 added css class to cancel button on abuse form

culturefeed_search

culturefeed_search_ui

  • 30c3caa fix Fatal error Class 'Cultuurnet\Search\Parameter\FilterQuery' not found
  • c811c66 make sure common.js is loaded

culturefeed_ui

  • 524c456 removed bootstrap css classes from the block profile menu (BVV-757)