Skip to content

Tags: Symbiota/Symbiota

Tags

v3.0.32

Toggle v3.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024 06 24 (#1527)

* Hotfix 2024-06-24
- Image tools
-- Return false when file size cannot be determined within getImgDim1 function
- Glossary (resolves issue: #1526)
-- SQL error causing term list display to fail when a taxon group was included in the search
-- Change table linkages associated with taxon group condition to LEFT JOINs so that all terms are displayed, including those without linkages to **synonyms**

v3.0.31

Toggle v3.0.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024 05 22 (#1374)

* Hotfix 2024-05-22

- Checklist management:
-- Adjust taxon merge function to accommodate PHP v8.1 fatal exceptions during foreign key conflicts within SQL update statements, which previously simply returned false value with a warning
- Image processing:
-- Bug resolution to avoid fatal error where an array function is incorrectly used on a string. Resolves issue #1366
- Occurrence Mapping:
-- Fix bug interfering with the exclusion of protected occurrences within the mapping tools when user is not approved to view these records. Associated with issue: #1375 

Co-authored-by: Greg Post <[email protected]>

v3.0.30

Toggle v3.0.30's commit message
Hotfix 2024-05-17

DwC-A Publishing
- Fix issue with file handler being closed prematurely

v3.0.29

Toggle v3.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024 05 15 (#1312)

* Hotfix 2024-05-09

- Fix error with fclose happening on a null
- Fix warning within citation template block

* Hotfix-2024-05-15

Occurrence editor: adjust code that removes duplicate values when comparing otherCatalogNumbers values against omoccuridentifiers tag/value combinations so that it catches compound tag/value combinations

v3.0.28

Toggle v3.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1261 from BioKIC/hotfix-2024-05-09

Hotfix 2024-05-09

v3.0.27

Toggle v3.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024 04 29 (#1254)

- DWC-A publushing 
-- Close and destroy file handlers and class instances, thus ensuring full output of buffers. Integrates [Dev bug fix #1223](#1233) into master.  
- Occurrence Search: 
-- URL encode search variables to ensure "copy link" function and map links work when spaces or special characters are included within terms. Addresses issue: #1212
- Occurrence Editor: 
-- Ensure that image tids are updated to make occurrence identifications. Integrates [Dev bug fix #1239](#1239) into master.

v3.0.26

Toggle v3.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024 04 08 (#1162)

Hotfix 2024-04-08
- Inventory Management 
-- Ensure that checklist parent-child relationships exclude the ability to define a checklist as its own child, and avoid the use of ill-defined relationships within data output.
- Occurrence Profile 
-- Ensure that rights set within image table take precedence over rights defined as the general default for the collection
- Taxon Description
-- Fix bug interfering with editing taxon description caption. Addresses the following issues:
--- #1142
--- https://github.com/BioKIC/symbiota-docs/issues/492
- Taxonomy Import Managers
-- Fix bug causing taxonomy harvester to fail during import of certain subgeneric taxa from Checklist Bank / Catalog of Life
-- Debug Taxonomic Node import tool resolving issues introduced when ChecklistBank replaced Catalog of Life API, including clarification of awkward points of the general workflow

v3.0.25

Toggle v3.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024 03 25 (#1116)

Hotfix 2024-03-25
- Occurrence export
-- Activate sampleProtocol within occurrence export tools
- Institution manger 
-- Fix error due to data entered into $retArr both as an object (line 190) and an associate array (line 186)
- Checklist Management
-- SQL bug fix with voucher transfer module
-- Add html tags that should be retained with html input

v3.0.24

Toggle v3.0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024-03-18 (#1051)

Hotfix 2024-03-18
- Batch Georeferencer bug 
-- Fix for FATAL error when user has editor permissions for more than one collections, but not admin permissions 
- Occurrence Editor bugs
-- Adjust occurrence editor to support filtering dynamic fields using 0 (zero) - resolves issue [#1038](#1038)
-- Don't trim % off of search terms to allow for \% type search to match only on % - resolves issue [#1039](#1039) 
- Checklist Management 
-- Only sanitize output data once it is in the view. Fixes issue where cloning a checklist corrupts embedded html

v3.0.23

Toggle v3.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix 2024-02-12 (#1025)

Hotfix 2024-02-12
- Occurrence editor:
-- Fix bug associated with locality security failing to auto-set when a globally protected taxon is entered
-- Fix issue where occurrence image input was being double escaped when a new image was added within the editor
- Occurrence import: 
-- Fix current determination update failure when one of required determination fields are null
-- Increase efficiency of SQL statements used to generate import report counts 
- DwC-A publishing and export: 
-- Fix bug that was failing to exclude extension file output upon request
-- Rework batch DwC-A generation to trigger rebuild of RSS feed and trigger of GBIF crawl after each DwC-A build event, which avoids the issue of these steps failing upon page timeouts.
- Occurrence Attribute coder bug: 
-- Ensure that country/state filter attribute is persistent after an attribute is coded. Github issue: #1012