Skip to content

v8.24.0

Compare
Choose a tag to compare
@johnvanbreda johnvanbreda released this 11 Jan 13:31
· 167 commits to master since this release
  • Standard parameters quality filters updated to support requirements for issue
    BiologicalRecordsCentre/iRecord#1493.
    • autocheck_rule and autochecks filter parameters merged. New code should use autochecks as a
      filter parameter name in preference to autocheck_rule.
    • addition of a certainty filter parameter.
    • addition of a licences filter paremeter.
    • addition of a coordinate_precision filter parameter.
    • switch from using match to term query where appropriate for slightly better performance.
  • Standard parameters who filters updated - see
    BiologicalRecordsCentre/iRecord#1492.
  • Fix to confidential=all filter parameters for Elasticsearch queries.
  • Add Licence (licence code) to the list of columns available for an Elasticsearch dataGrid.
  • New ElasticsearchReportHelper::mediaFilter control outputs a standalone control for filtering
    based on the presence of photos and other media, similar to on the Create a filter tool.
  • Enhancements to v2 importer - see BiologicalRecordsCentre/iRecord#1477.
    • Separates available fields for mapping into a standard set and an advanced set, making the
      tool easier to use for most scenarios.
    • Improves auto-matching of supplied column titles to database fields.
  • New [rss] control in the species_details_2 prebuilt form for displaying a list of associated
    recording schemes and societies.
  • Resources for visualisation with D3 added to the helper_base class.
  • Resources BRC's Atlas quality mapping added to the helper_base class.
  • IForm User UI Options module now puts its control at the bottom of the user form.
  • Updates required for PHP 8.2.
  • Bug fixes.