You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional flags supported in filter builder for terrestrial, freshwater and non-native species.
Updated jQuery default supplied version to 3.5.1. Normally this will be replaced by the current
version loaded for Drupal.
Updated to latest jQuery UI code, though note that jQuery UI is deprecated in Drupal 9 so
dependencies on this library are significantly reduced in this release of Indicia.
Upgrade to Fancybox 3.
Standardised and tidied code used for display of media thumbnails (e.g. Record Details, Species
Details).
Replace jQuery.UI datepicker with HTML5 date input, as jQuery.ui.datepicker not supported in
Drupal 9.
Adds a datepicker polyfill for browsers which don't support HTML 5 dates, e.g. MacOS Safari.
Switch from jQuery.ui.progress to HTML5 progress in preparation for Drupal 9 support.
Remove use of jQuery.UI's shake effect in preparation for Drupal 9 support.
Replace jQuery.sortable with Sortable.js, in preparation for Drupal 9 support.
Replace jQuery.ui.dialog with a Fancybox derived dialog control, in preparation for Drupal 9
support.
Permissions filters for context filtering now applied in the Elasticsearch proxy for better
security.
Support for blurring sensitive records using a locally defined scratchpad list of the taxa to
blur.
Species data entry controls have option which allows user to add a missing taxon to a sandbox
list, so they can at least enter the record.
Google Maps API JavaScript lazy-loaded on demand, avoiding additional hits on the service which
might increase costs even when the layer never shown. BiologicalRecordsCentre/iRecord#891
An Elasticsearch [download] control which is linked to a [dataGrid] to determine the data and
columns to download can now specify additional columns in an @addColumns option to add extra
columns even if they are not in the [dataGrid].
Elasticsearch [dataGrid] control now supports a new #taxon_label# column type which formats a
taxon name for viewing, including the vernalar where appropriate.
Removed out-of-date prebuilt forms for verification. Existing forms using these should be converted
to verification_5.php:
verification_1.php
verification_2.php
verification_3.php
verification_4.php
Removed other redundant prebuilt_forms:
ofs_pollinator_2013.php
ecmc_data_portal.php
New [elasticsearch_event_reports:group_integration] control allows additional functionality for
integrating an Elasticsearch reports page with recording groups.