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
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.