Skip to content

v9.15.1

Latest

Choose a tag to compare

@johnvanbreda johnvanbreda released this 09 Oct 14:34
· 4 commits to master since this release

Changes

  • Increase default number of photos allowed for a record to 8.
  • Switches time inputs from old jQuery time input to HTML5 time input.
  • Upgrades to the v2 importer for handling large import files - see BiologicalRecordsCentre/iRecord#1921. To use this option enable the "Enable background imports" on the import page's Edit tab. Includes the following:
    • Allows multiple files with the same structure to be combined into a single import.
    • Option to enable background imports for large files, which are processed via the work queue rather than requiring the user to wait on a progress screen. The user is notified by email on completion.
    • Adds a maximum file size allowed label to the v2 importer upload file page.
    • New background import status page type for displaying the status of a user's background imports. Also can be used by admins to view error information for another user where import problems occurred.
  • Upgrade the image upload library (plUpload) to version 3 for jQuery 4 compatibility.
  • Changes the verification redet button to show a label rather than an icon for clarity - see BiologicalRecordsCentre/iRecord#1903.
  • Preparation for jQuery 4 and Drupal 11.
  • Add experimental support for Bootstrap 5 (works, but further customisation might be required).

Bugfixes