Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update hotfix version (3.1.6)
closes #1954 Fixes use of hidden button and button submit value
Fix transfer taxa form so that action is submited in the request
Issue #1975
Summary
input id value for email was "login" and css rule
#login {float: right}
was being applied to this accidently causing some odd behavior. Changed id of login so the collid wouldn't happen and bumped the width of the form so that it will display correctly.resolve merge conflict
Occurrence Profile bugs
Fixes minor typo that occurs in error message
added the changes to hotfix
Bug adding image
remove associations changes
Closes #2040 Sorts By Sciname within family (#2052)
Issue #2040
Summary
Adds extra sort conditions so that records are sorted by sciname after being storted by family.
Issues #2049
Summary
Fixes typo for
IMAGE_ROOT_PATH
andIMAGE_ROOT_URL
global variables. Note this will be overritten in the coming 3.2 changes with the multimedia changes so maybe it would be worth merging.Fix country synonyms, some U.S. states, add U.S. state abbreviations (#2059)
Closes #2064 Fixing String Number multiply
Issues #2064
Summary
Adds as is_numeric check on 'page' request variable so that the
$pageNumber
variable is alwasys a numberSee BioKIC#1702 (comment)
removed arrow functions and union types
replaced str_contains with str_pos
Pull Request Checklist:
Pre-Approval
master
branch and PR'd using the merge option (not squashed) into thehotfix
branch.Development
branch, NOTmaster
Post-Approval
Development
branch, remember to use the squash & merge optionhotfix
branch, remember to use the merge option (i.e., no squash).Development
branch into the master branch, remember to use the merge optionhotfix
branch into themaster
branch use the squash & merge optionmaster
intoDevelopment
should be made with the merge option (i.e., no squash).hotfix
branch and create a newhotfix
branchhotfix
branch.Development
branch before a tagged release (i.e., before an imminent merge into the master branch), make sure to notify the team and lock theDevelopment
branch to prevent accidental merges while QA takes place. Follow the release protocol here.Thanks for contributing and keeping it clean!