This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Releases: cultuurnet/culturefeed
Releases · cultuurnet/culturefeed
Bugfixes on 3.3.0
- fafe5d9, 8300be1 Enhanced methods related to file uploads, for this we upgraded culturefeed-php to v1.1.0 https://github.com/cultuurnet/culturefeed-php/releases/edit/v1.1.0
Important fix because otherwise files uploaded to UiTID API gets 'null' as filename (MSS-67).
Please runcomposer update
after deploying this release! - 453c745 Active class not set on sort options when sorting was active (WKS-244)
- de52708 import terms (drush csit) by default form production environment (test is unstaible)
- f51d7b3 define culturefeed_images_max_size constant
New features for UITPAS, Pages, Search_UI and split off lib in culturefeed-php
Important changes on cultuurnet PHP libraries
From this version on we use stable versions of the libraries. And the Culturefeed and OAuth PHP libraries which were still included in the lib folder of the Drupal module were moved outside (to https://github.com/cultuurnet/culturefeed-php). They need to be installed from now on with Composer as well. To adopt these changes please change the required packages and minimum-stability value in your composer.json to this (or add and change the used versions) and run composer update
afterwards.
"require": {
"cultuurnet/search": "~1.0",
"cultuurnet/cdb": "~2.0",
"cultuurnet/culturefeed-php": "~1.0"
},
"minimum-stability": "stable"
Certainly pay special attention to the "minimum-stability" value. We strongly recommend you to set this to "stable".
BC break on sorting options
The sorting options (and default setting) of hook_culturefeed_search_page_info() has been changed.
Before:
'sort_default' => 'date',
'sort_options' => array(
'relevancy' => t('Relevance'),
'date' => t('Date'),
),
Now:
'id' = 'agenda',
'sort_default' => 1, // key for date
'sort_options' => array(
array(
'value' => 'relevancy',
'label' => t('Relevance'),
'exposed' => TRUE,
'query' => '',
),
array(
'value' => 'date',
'label' => t('Date'),
'exposed' => TRUE,
'query' => 'permanent asc,startdateday asc,weight desc',
),
New features
culturefeed_agenda
- 969dd4d, 10935b0, f2459eb, 3479757 fix actor program block
- dda3684 coordinates in actor detail page (UIV-906)
- 99a2eba, ff5a31b, a3562ac, 000943b theming production program
- 1e70c0c, b6dfc87, eebc2c9, eb4f004, 3b25df9 add calendar to theming vars (next to calendarsummary) (UIV-904)
- 1e1100a, fbbf4e9, 5362420, 3ff738a, 7026d96, 329866d, 1cfa2cb, 7e9f818, f6f85f0 (also on culturefeed_search_ui) replace sort form by links and make available sort options configurable in block settings
culturefeed_search
- feac244, 55a1a2a, 8c8b000, 1ea3569, 503178d, 54564e5, d9f8de8, 50766ac, 5f7c67b, 8e5a1f0, 7126690 SEO solution for faster deindexation of deleted items on API (WKS-127)
culturefeed_search_ui
- 3a38fb5 extra block settings for culturefeed_search_ui/facet-flandersregion (MSS-7)
- add multi-level region facets (province > region > city > municipality)
- add block settings to control start level and display of subitems
- This will generate new markup. After upgrading the 'Compatibility markup' checkbox on admin/config/culturefeed/search-ui will be activated to make sure nothing breaks. Uncheck this to enable the new features
- efed748 changed js for consisten autocomplete submit in culturefeed city_facet (UIV-903)
- 1c6b3e6 theme proximity search form
- 76135c1, 64dfc36 allow unexposed filters filter form block (WKS-245 extra feature on WKS-182)
- ee90fe8 add datetype tomorrow (UIV-939)
culturefeed_social
- 2b36e3e, 1a47c61, ee1bb1f, 7222e56, a30b82a, ce9fa63, 48b6516, 9fc1c6b, 92a94b0 new block (Culturefeed social: summary of page activities) which creates a list with amount of followers, members, admins, recommends and comments to be places on a agenda/g/* page (WKS-212).
- 4941fb1, 86b5c4d, 3f3d2d3, 6ee0427 possibility to add news items (WKS-210)
- cdd3357 create setting for items to be shown in recent activities block (WKS-229)
- 4dc4296 new setting of amount of items in recent activities block (WKS-229)
culturefeed_pages
- dc66b66, d4ed1cd new block (Culturefeed pages: page suggestions) which creates a list with pages based on the user his zip code (or with a form element to fill zipcode for anonymous users). Extra filters can be added in block settings. (WKS-213)
culturefeed_ui
- 02f64c7, 156afc9, a9e0c55 adding cookie notification (CF-352)
- enable it on /admin/config/culturefeed/culturefeed_ui
- add path to the page with cookie information
culturefeed_uitpas
- 38df699, 2bc645f, 0e5bf37, 0fa3503, 05dad79, 2f10252, 78ef929, ebed8d0, 931eadc, 30238a0, eaa1e58, eaa1e58, 9e437d5, 98cb46f, 2070561, 8e0c230, 53ce2bb, 4b3e5ca,
d0d9c1d, 4703043, 716cd30, 5019e4c, 04be504, 815ffde, deb2576, 43862fb, new (separate) pages for advantages and promotions (UPS-989) - 9c49066, 8ec65bf new (separate) pages for my advantages and my promotions (UPS-982)
culturefeed tracking
- 229976a, e77b639, d43d450, aa53210, dbdef5a, f06c44d introducing culturefeed tracking which integrates Google Tag Manager (MSS-12). This is added in several modules.
extra things on lib library
- ef77e33, d7ff180 introduce classes for checkin constraint reason and buy… (MSS-59)
- 814a5f4 ajax error related activities (WKS-241)
Bugfixes
adding translations and other related stuff
culturefeed_agenda
- d9cbdcc always show agenda/search in breadcrumb (UPS-1345)
- de8a5e6 skip check_plain for page title (CF-359)
- 2a5408a, 8e2f040 fix bug that made it impossible to reset category filter (WKS-248)
culturefeed_social
culturefeed_pages
- cb2771f change translatable strings
- 0197023 fix quote sign in description (copy/paste causing invalid filter)
- 9a22939 fix duplicate key in page admin menu
- 02e100b Allow option to give title to show in breadcrumb
culturefeed_uitpas
- ade3ebf publication period for promotions (UPS-885)
- 154bcbd, 6a9c794 valid date on promotions (UPS-142)
- 0afc22b added stock variable in for promotion detail pages
- fa68e47 show SMS-field visible for Aalst (UPS-1275)
culturefeed_messages
- 545c35c extra module_exists check in messages (MSS-1)
- 071db1d fix fatal error when no recipientPage + make sure thread also has a default