Releases: cultuurnet/culturefeed_bootstrap
Release 4.0
Important note
In november 2019, publiq vzw (formerly known as CultuurNet) starts the End of Support phase of the Culturefeed Drupal 7 module suite. This means that you can continue to use Culturefeed, but publiq vzw will not invest anymore in this Drupal 7 module suite.
As an exception, critical security updates will still be provided if needed.
The End of Life (EOL) date of the module suite is set to the same date as the EOL of Drupal 7 core, ie. November 2021 (https://www.drupal.org/psa-2019-02-25).
We built this final 4.0 release, which contains a major security update, and some incompatible changes compared to the latest 3.10.2 release. Some less used modules are moved to a separate repository. If you update to this version please check & should you use one of these modules, reinstall them from a separate repository. After that all things should work as usual.
-
https://github.com/cultuurnet/culturefeed_pages [DEPRECATED]
-
https://github.com/cultuurnet/culturefeed_roles [DEPRECATED]
-
https://github.com/cultuurnet/culturefeed_messages [DEPRECATED]
-
https://github.com/cultuurnet/culturefeed_calendar [DEPRECATED]
-
https://github.com/cultuurnet/culturefeed_uitpas
-
https://github.com/cultuurnet/culturefeed_social
-
https://github.com/cultuurnet/culturefeed_userpoints_ui [DEPRECATED]
-
https://github.com/cultuurnet/culturefeed_entry_ui [DEPRECATED]
Alternatives
As an alternative for the Culturefeed Drupal 7 module suite, publiq vzw focused on:
-
A new, easy to use API in a developer-friendly Json format: https://projectaanvraag.uitdatabank.be/#!/integrations#api
-
An even easier to use widget platform: https://projectaanvraag.uitdatabank.be/#!/integrations#widgets
We also have a Drupal 8 version on https://github.com/cultuurnet/culturefeed_d8 with the most commonly used modules culturefeed_agenda, culturefeed_content, culturefeed_search, culturefeed_search_api and culturefeed_user.
However, these modules will not contain the full functionality as was provided in the Drupal 7 edition, and it will not be heavily extended by publiq the same way we did this for the Drupal 7 edition. We are still happy to review and accept pull requests from external developers or partners, though.
culturefeed uitpas & culturefeed calendar
This is the recommended version of the Culturefeed Bootstrap base theme after upgrading to Culturefeed 3.5 or later. It contains important updates for the support of the release of Culturefeed 3.8 that mainly affected:
- culturefeed_uitpas (support for multiple cardsystems)
- culturefeed_ui (UX-upgrade and privacy settings)
- culturefeed_calendar (upgrade theme)
For the Culturefeed 3.5 release this version of Culturefeed Bootstrap gives additional support for changes to
- culturefeed_search_ui (new daterangepicker, responsive facets, new facet blocks)
- culturefeed_agenda (add mobile detect library, social share links, nearby events block, nearby actors block, actor suggest, agenda search block, calendar summary variants…)
- culturefeed_saved_searches (new module)
- culturefeed_calendar (new module)
In this release the Fontawesome Icon Library has been upgraded to 4.4.0
Upgrade to Font Awesome 4.2.0, adding Bootstrap Gallery, and other theming
Changes
- 7dc58c4 make embedded videos responsive
- 69c553d, theme multiple images on detail page theme multiple images on detail page
- 58002a1 theme multiple videos
- 61bb3df theme Vlieg label (for kids)
- 7482cdb theme event and production teaser button
- UPS-1253 theme actor summary theme actor summary (UPS-1253)
- 2ef5ee4, b7a8da7, b180e21 adding theming for block created by culturefeed_search_views (CF-372)
- 5ebf742, 8f5d78d adding columns to operations (CF-370)
- 1e95e8d, 51db03b upgrade to Font awesome 4.2.0
- e261c31, 6261adf, 51db03b adding bootstrap image gallery (CEP-720)
If you want to integrate the Bootstrap Gallery please add following html:
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-use-bootstrap-modal="false">
<!-- The container for the modal slides -->
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="fa fa-arrow-left"></i>
<?php print t('Previous'); ?>
</button>
<button type="button" class="btn btn-primary next">
<?php print t('Next'); ?>
<i class="fa fa-arrow-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
And add the data-gallery attribute:
<a href="<?php print file_create_url($image); ?>" data-gallery>
<?php print theme('image_style',array('style_name' => 'thumbnail', 'path' => $image)); ?>
</a>