The UiTinVlaanderen 3 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.
- fad8db1, 5ac5acf, c9cf6c8, 9170a8b merges into develop
- 77192c6, 11a2175, 64e5b99 anonymous user are redirected to saved search page instead of the search page (Wunderkraut UIT-8) DOC?
- d3d5c19 copy changes
- 0ebfc86, 0fe9bc4, e854fc6, aad61b5 adding nl translations
- 2ad2493 other small fixes
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.
- dee62f5, 75874da, 620a154, 0d69066, 92d622a merges into develop
- cbbe03a use the search for calendar page. This will make facets work make sure we only show results for current language (Wunderkraut UIT-16)
- 0d60473, 1c96370, 9db73c0, df76ebd, 53857d9 added calendar share functionality (Wunderkraut UIT-15)
- e2066ee, fbde549, 2e6866e, 77d033c added calendar settings page (Wunderkraut UIT-14)
- cb75c79, 10b4734, ba78593, 7753a49, 5576ce5, d838f74, b34b4bc, d106c5b, c3fba2b add authenticated to theme function in order to check wether user is logged in or anonymous (Wunderkraut UIT-13)
- ca4045b Only show possible dates for periods where calendar summary is available
- 4c1ee04, befc9c5, 3eac97a, 5762ff2, 4595650, 5770451, 5a26816 minor copy changes
- 1259e51, de6fa86, 7ca699e, adding nl translations
- ece7bf7, e934a38, a76c7d5, bf2af4b, ee46181 other small fixes
Other new features
culturefeed_agenda
- acd03a3 enable searching on actors. More on our wiki page of this module
- c7a04ac, e70da6c, d0ee086, 5123b05, b3b9461 introducting settings for customizing the search block (Wunderkraut UIT-4) We updated our wiki page for this feature. Watch out, e70da6c includes a BC break, form alters on where and nearby will be broken. Replace them with ['location']['where'].
- 77e3149, 3f72068, 0490025, 3874ff3, 76dcf89, 39b7582, 1c5b607, 78ca05b, 39f823d, f74f865, 82c7455, 857d08a, 395beaf, ed95178 nearby activities block (Wunderkraut UIT-23) More documentation here
- ccebc3f, , 92472f3, ea1bede, ccebc3f extend city suggestion with venues in general search (Wunderkraut UIT-22 include in general search same features as in the location search block UIT-5)
- 64fbbf9, 7ffe8f9, 03f8a86 added permalink urls with 301 (Wunderkraut UIT-30)
- b7fb23b, 8e80486 added event types block which van be used for navigation (Wunderkraut UIT-29) More documentation.
- 8763025, 0e55392 enable links behind category labels (Wunderkraut UIT-24)
- a5fc03c, 7deecd6, 2623695, 87bd854 search on keywords (Wunderkraut UIT-28)
- 20f5126 set default sort options to permanent asc,availableto asc,weight desc (CF-399)
- 99582c0 adding translations
culturefeed_entry_ui
culturefeed_mailing
- 837e5ae, 8b4d141, ac82f6b, 6e48f20 integration of the mailing v2 API client implementation. Biggest change is the new difference between mailings and templates
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
- 5ce6fb1, 0e55392, 5e667f8 enable links behind category labels (Wunderkraut UIT-24)
- dfed9bd, 7147062, e642306, bd2deb4, a8aa5d0, 372aab3 set noindex metatag when Search API location points to acceptance and on staging environments (CF-387)
culturefeed_search_views
culturefeed_search_ui
- 5081227, a52fb68, be787b1, 8c0e611, 11c6fc0 location search block search with suggest on a combination of cities and actors (Wunderkraut UIT-5) See also the wiki page (in progress)
- cafe831, 5e667f8, ebe4cde make settings of display and working of filters for the filterform (Wunderkraut UIT-21) See also the wiki page (in progress)
- 4a720ff, 918c276 remove search filter on region when searching on cities in facet (Wunderkraut UIT-2)
- f2dc6ca adding translations
- fd36871, 67dc83f, 1abc829 add the geodist sort option (CEP-736)
- 44ef2b4, 055db70, 6a49d78, 0e750b2, 89e119d, 0441573 Edit search string interpretation and fixing search queries with special characters (Wunderkraut UIT-25)
- 5fac968 increase maxlength for api-filter-query (UIV-1058)
- f8a870a extend filter form options to 20 (UIV-1058)
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
- 1942622 fix typo in tpl name
- 5e5c1f2 fix remove member from page (CEP-765)
- 587ea06, b4e1ab8, 87fd67e fix remove page functionality (CEP-623)
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
- 1e27f95 fix drush_log cultuurnet/culturefeed-kickstart#1
- 8e11853 fix for github issue 30
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)