Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge resolution branch into biorepo master #559

Open
wants to merge 774 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6bc4f69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1339 from BioKIC/temp-resolve-dwca-pub-conf…

    …lict
    
    Hotfix 2024-05-17
    egbot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7f91afe View commit details
    Browse the repository at this point in the history
  3. Media API development

    - Convert Media POST and PUT data input from parameter values to a data object passed within the body
    - Some improvement with response documentation
    - Fix duplicate operationId values
    - Rebuild Swagger API documentation
    egbot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1845565 View commit details
    Browse the repository at this point in the history
  4. Coloring of Non Observation Points with Direct Updating (BioKIC#1337)

    * uses leaflet path method to set color so that it will update when group is not re drawn closes 1319
    
    * close BioKIC#1320, addes check for catnum
    MuchQuak committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b19d741 View commit details
    Browse the repository at this point in the history
  5. Bugfix/collection meta data status fix (BioKIC#1334)

    * adds check for duplicate collectionCode / institutionalCode key when updating collection meta data and gives status msg upon failure closes BioKIC#1311
    
    * changes wording of duplicate error
    
    * link error to new tab
    
    * fixes lang tag error for collmetadata.php title
    MuchQuak committed May 17, 2024
    Configuration menu
    Copy the full SHA
    288e43f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00eda61 View commit details
    Browse the repository at this point in the history
  7. Update searchform.js (BioKIC#1336)

    * Update searchform.js
    
    Fix sessionStorage.querystring bug.  Javascript was not handling setting db (collections) checkbox array from user sessionStorage.
    
    * Update searchform.js
    
    Correcting variable name
    GregoryPost committed May 17, 2024
    Configuration menu
    Copy the full SHA
    79e2a1b View commit details
    Browse the repository at this point in the history
  8. Revert "Update searchform.js (BioKIC#1336)" (BioKIC#1342)

    This reverts commit 79e2a1b.
    GregoryPost committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8966d4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    760e6f0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Fix Occur Editor Nav visiblity with no results closes BioKIC#1333 (Bi…

    …oKIC#1343)
    
    * cloFix Occur Editor Nav visiblity with no results closes BioKIC#1333
    
    Shifts conditional hiding search form down a level so it only blocks
    tabs that way navigation is still possible when there is no query
    results
    
    * shifts formating to correct from one less conditional
    MuchQuak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1747df9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. occurrence editor images tab (BioKIC#1350)

    The image info was being pushed down to the baseline of the displayed image.  This fix creates a new class that resets the cell alignment to top aligned.
    GregoryPost committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d84bfc6 View commit details
    Browse the repository at this point in the history
  2. Update ProfileManager.php (BioKIC#1347)

    * Update ProfileManager.php
    Confirms if 'accessibilityPref' is set in user's dynamic properties and sets AccessibilityPreference to false by default if not.
    GregoryPost committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8ca7ab9 View commit details
    Browse the repository at this point in the history
  3. Fits Table to row size when Smaller than 80vh closes BioKIC#1340 (Bio…

    …KIC#1348)
    
    # Issue 1340
    # Summary
    This should fit the bottom scroll bar into view when their is few
    results.
    MuchQuak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bf52c85 View commit details
    Browse the repository at this point in the history
  4. [3.1] Font unification (BioKIC#1301)

    * remove some font-family references
    
    * remove in-line styling for font-family in all files not .scss, .css, vendor, .js, .less, .html, or .map
    
    * remove <b> from one of the fieldset-likes
    
    * add reference to font-family in reset.css
    
    * remove unecessary font-size restriction on fields-available chips
    Atticus29 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cd4ec15 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. 3.1 search page flow bugfix (BioKIC#1351)

    * fix the page flow bugs but confirm existing collection persistance issues
    
    * display which collections are to be queried in harvest params
    
    * solve the collection selection for the new search page
    
    * clean up and subfunctionalize
    
    * slight refactor to improve readability
    
    * add minor aesthetic improvement
    
    * add styling class
    
    * remove collection display in harvest params
    
    * remove translations that are now cruft
    Atticus29 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    17b9844 View commit details
    Browse the repository at this point in the history
  2. Occurrence Dataset Refactor

    egbot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6580a7a View commit details
    Browse the repository at this point in the history
  3. Revert "Occurrence Dataset Refactor"

    This reverts commit 6580a7a.
    egbot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8ce1dba View commit details
    Browse the repository at this point in the history
  4. othercatalogNumber parsing bug fix

    - Parse tags and values found within omoccurrences:otherCatalogNumbers field and display within additional identifiers table within the occurrence editor. If form is saved, parsed values are saved within omoccuridentiers table.
    egbot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5f15019 View commit details
    Browse the repository at this point in the history
  5. Merge pull request BioKIC#1359 from BioKIC/3.1-otherCatalogNumber-s-fix

    othercatalogNumber parsing bug fix
    egbot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    54ceaeb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Taxonomy remap bug

    - Fix issue with taxon remapping/merging into another taxon failing due to key violations within taxstatus (relationship already exists). This is another issue with PHP 8.2 throwing fatal error for mysql warnings. Adding an IGNORE to statement solves the issue since already existing relationships don't need to be  transferred, and will be deleted when secondary taxon is deleted.
    egbot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a50eee5 View commit details
    Browse the repository at this point in the history
  2. 3.1 hamburger menu fix (BioKIC#1363)

    * Update header.css
    
    Center hamburger menu and flow menu content into body so that menu content is scrollable on small screens.
    Remove transitions
    Reduce padding around hamburger to unblock 'Home' menu link
    GregoryPost committed May 23, 2024
    Configuration menu
    Copy the full SHA
    19dd9a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42e62c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a20a64 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge info button (BioKIC#1368)

    * Add dialog box with info about merging records
    
    * Remove redundant lang tags
    
    Discovered when finding lang tags corresponding to "more information" via dialog box code that I copied
    
    * Change dialog box to a link to Symbiota Docs
    
    Seems more consistent with where we're going now
    themerekat committed May 24, 2024
    Configuration menu
    Copy the full SHA
    53b3c41 View commit details
    Browse the repository at this point in the history
  2. Update defaultinvoice.php (BioKIC#1370)

    $loanType is a string - was being sanitized as a Int.  Variable is not used in any output to client, so should be safe to just use for comparison without filtering.
    GregoryPost committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1f8c1d0 View commit details
    Browse the repository at this point in the history
  3. Taxonomy Editor format adjustment

    - Minor adjustment to display of parent taxon to fix issue with lack of space between scientific name and author, with additional minor improvements
    - Minor improvement to only italicize taxa at genus rank or above
    - Move htmlspecailchars and formatting into class assignment so that rankid can be used to decide formating
    egbot committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7f56cca View commit details
    Browse the repository at this point in the history
  4. Update ImageLocalProcessor.php (BioKIC#1372)

    php current() expects an array while parse_url with  PHP_URL_PATH paramter should return a string or false.
    
    This changes were also committed to hotfix-2024-05-22
    GregoryPost committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2b4396b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Merge pull request BioKIC#1371 from BioKIC/3.1-taxonomy-editor-format…

    …-issue
    
    Taxonomy Editor format adjustment
    egbot committed May 25, 2024
    Configuration menu
    Copy the full SHA
    fb60b4e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Merge pull request BioKIC#1376 from BioKIC/master

    * 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 BioKIC#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: BioKIC#1375
    
    Co-authored-by: Greg Post <gregory.post@asu.edu>
    egbot and GregoryPost committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b5a0216 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. 3.1-upload-bug

    - Avoid fatal error that are now thrown by PHP v8.1+ instead of the previous warning
    egbot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2a23a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182d3bd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Bugfix/3.1/collection list map clustering (BioKIC#1373)

    * reroute map result to map search b/c this is fully featured
    
    * closes BioKIC#1345 add add reference marker functionality to map/index so that no funtionality is lost
    
    * inversing switch so logic works out
    
    * default clustering off
    
    * moved cluster switch on by default from needing param and it just defaults to no clustering
    MuchQuak committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f43d897 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. oFixes Map Search Auto searching with no Parameters (BioKIC#1388)

    # Summary
    Only adds lat long data restrictions if something is present in the
    `sqlWhere` property. That way if checks to sqlWhere don't fire with
    everything searches ever.
    MuchQuak committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2d0e476 View commit details
    Browse the repository at this point in the history
  2. Bugfix/3.1/record search contrast (BioKIC#1386)

    * add important to screen reader only class
    
    * fixing contrast adding styling class for the insert border labels
    
    * collection search uses body color instead of grey for better contrast
    
    * updating screen-reader-only for base.css
    
    * fixing use of data-labels with content to just normal spans
    
    * focus now uses medium color for contrast
    MuchQuak committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    09a6087 View commit details
    Browse the repository at this point in the history
  3. adds guard to do either 'AND' or 'WHERE' if $sqlWhere is empty (BioKI…

    …C#1391)
    
    * adds guard to do either 'AND' or 'WHERE' if $sqlWhere is empty
    
    * fix accidental populating of sqlWhere in setGeoSqlWhere
    
    ---------
    
    Co-authored-by: Mark <mark.aaron.fisher@gmail.com>
    MuchQuak and Atticus29 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3e330ff View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. [3.1] Merge Duplicate Record bugfix (BioKIC#1344)

    * swaps all the merge record queries to be prepared statements (mostly) and puts them in a try catch so blank errors don't occur on the user side
    
    * Add $collId as arg for dupManager merge Records since collId would be undefined otherwise and fixed control flow to only navigate you when error occurs
    
    * Adds Ignores to mergeRecord and Error Control Flow to deleteOccurrence
    
    * Add forgotten lang tags for dupManager
    
    * saving determinations work
    
    * determination history priortizes source records current determinations
    MuchQuak committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    04ba2e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8847af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4730673 View commit details
    Browse the repository at this point in the history
  4. [3.1] - burpsuite - emlhandler fix: adds is_numeric checker for colli…

    …d in collections/datasets/emlhandler… (BioKIC#1398)
    
    * adds is_numeric checker for collid in collections/datasets/emlhandler.php
    
    * respond to code review feedback. If it does not pass the is_numeric check off the bat, it probably should not be treated as valid
    Atticus29 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    15e2000 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. [3.1] - select collections from the url if present (BioKIC#1400)

    * select collections from the url if present
    
    * DRY up sanitizedCollectionSource section, which has the same pattern as occurs elsewhere
    
    * fix typo
    
    * change default to empty array
    
    * add better type checking to collIdsFromUrl
    Atticus29 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    be64c2c View commit details
    Browse the repository at this point in the history
  2. Update ImInventories.php

    egbot committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    75765a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1408 from BioKIC/minor-sanitation-bug-2024-06

    Update ImInventories.php
    egbot committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9b4318a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    450385f View commit details
    Browse the repository at this point in the history
  5. attempt to fix the injection issues in collections/list.php (BioKIC#1401

    )
    
    * attempt to fix the injection issues
    
    * change setSciNamesByVerns to use prepared statement
    
    * remove extra htmlspecialchars call now that prepared statement is in place
    
    * removed extra spaces
    
    ---------
    
    Co-authored-by: Mark <mark.aaron.fisher@gmail.com>
    NikitaSalikov and Atticus29 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b01fcc1 View commit details
    Browse the repository at this point in the history
  6. Fixes Geothesaurus Searching Closes BioKIC#1396 (BioKIC#1404)

    # Issue BioKIC#1396
    # Summary
    Adds Parameter to let rpc call reduce output to distict results
    Fixes parent dependent search detection so that initial id is used
    forever even after the parent param changes
    MuchQuak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3426880 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. sort by lenght so more exact match comes up when typed (BioKIC#1416)

    Issue came up when `calif` would show `Baja California` before
    `California` because it was sorted by alphabetical but it really should
    be the more exact match ie the smaller one usually first
    MuchQuak committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2ca47c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Enhancement/3.1/mappoint aid better edit (BioKIC#1417)

    * pointaid only autoselects tool if point not present and click to edit is now possible with leaflet draw
    
    * fixes deletion problem with marker and circle present. Also fixes drag not being possible when click editing
    
    * change checklist point aid to just use collection point aid to reduce duplicated effort
    
    * fixed problem that occured while in edit mode and changing the error radius
    
    * more form enhancements so that circle and marker move with each other during position edits
    MuchQuak committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    47f778d View commit details
    Browse the repository at this point in the history
  2. 3.1 new search to list display (BioKIC#1411)

    * add display format radio button and handle case where user navigates back from table display to list display and then clicks breadcrumbs
    
    * handle logic flow of list->table->list
    
    * add translation and respond to self code review
    
    * fix bug where breadcrumbs in collections/listtabledisplay.php were not respecting whether user was coming from new search page
    Atticus29 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5e11ee2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    215917a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c592a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f8c0e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202bf05 View commit details
    Browse the repository at this point in the history
  3. fixes voucher alignment when no search variables are present closes B…

    …ioKIC#1378 (BioKIC#1423)
    
    # Issues BioKIC#1378
    
    # Summary
    Default css in reset.css removed default table vertical alignment which
    skewed the inputs in the table
    MuchQuak committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    78b2200 View commit details
    Browse the repository at this point in the history
  4. fix types for taxa id-related prepared statements to match sqls expec… (

    BioKIC#1426)
    
    * fix types for taxa id-related prepared statements to match sqls expectation of integer types as well as make some cosmetic fixes to spacing for code readbility
    
    * change result to statement for close
    Atticus29 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a78afb0 View commit details
    Browse the repository at this point in the history
  5. 3.1 schema patch adjustments (BioKIC#1413)

    Schema patch adjustments based on running patch through a new portal 3.0 install and a 1.x => 3.0 => 3.1 portal update. Install/update tests were run both through command line and using the schema manager tool.
    - Remove omoccurrences index keys that are never set within previous schema updates
    - Temporarily turn off foreign key checks to allow renaming of omoccurrences collid index
    
    Schema Manager adjustments 
    - Adjust code to accept and run the 3.1 patch
    - Add try-catch and other db checks to avoid PHP 8.1 throwing fatal errors when SQL statements fail, where the previous action only involved a return of a NULL result set
    egbot committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4673ff1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. 3.1 burpsuite fixes 19 june 2024 (BioKIC#1433)

    * address xss vulnerability for taxa in imagelib/search.php
    
    * fix sql injection bug for cntperpage in imagelib/search.php
    
    * address sql injection of taxa parameter in checklists/checklist.php and, indirectly, /collections/list.php
    
    * hopefully resolves sql injection issue with db/searchvar in /collections/map/kmlhandler.php
    
    * hopefully address sql injection for downloadhandler.php
    Atticus29 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8bda2ba View commit details
    Browse the repository at this point in the history
  2. [3.1] Minimal header - part 1 (incomplete implementation that default…

    …s as disabled until [3.2] part 2 is done) (BioKIC#1429)
    
    All requested changes made by @MuchQuak have been incorporated into the Part 2 of the ticket.
    
    * establish minimal_header_template.php
    
    * remove defaults
    
    * freeze of current work to address burpsuite stuff
    
    * continue making aesthetics improvements at both small and large screen sizes for the minimal header
    
    * makes the map header configurable and handles some styling that has to be dynamic depending on presence or absence of map header
    
    * adds minimal header optionally to collections/tools/mappointaid.php
    
    * adds minimal header optionally to CHECKLISTS/tools/mappointaid.php
    
    * move the z-index styling to the css file so that it can be overwritten more easily in collections/georef/georefclone.php. Implements the minimal header in collections/georef/georefclone.php
    
    * fix bug where clicking advanced search from coll profile had a parsing error from the db query param in the url
    
    * implement minimal header in collections/individual/index.php
    
    * remove cruft
    
    * handle cass where [db] is not set
    
    * make progress on /checklists/checklistmap.php?clid=78&thesfilter=0&taxonfilter= and on http://localhost/Symbiota/checklists/clgmap.php?pid=7 but both are currently buggy but commented out
    
    * add default  = false; value to symbini_template
    
    * change defaults to false
    
    * remove absolute and top styling
    Atticus29 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8c4f088 View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1437 from BioKIC/api-media-data-input

    Media API development
    egbot committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9a31c85 View commit details
    Browse the repository at this point in the history
  4. Remove imported stylesheet (BioKIC#1441)

    The hardcoded import of the variables.css breaks portals customized using a css/custom folder. (issues presented in /collections/misc/collprofiles.php )
    
    The import also appeared to be unnecessary / redundant as both the customized and v202209 folder version were being brought in.
    GregoryPost committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0253ffc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f34ebd View commit details
    Browse the repository at this point in the history
  6. Determinations import fix (BioKIC#1435)

    * added checks for sciname, date, identifiedBy, added try catch to skip errors instead of stopping
    
    * replaced ERROR with SKIPPED
    
    * unified styling for error/skip displaying
    
    * fixed the sql errors displaying
    
    * go back to original error display
    
    * added note at the end and translations
    NikitaSalikov committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    de4b0c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5386227 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Taxonomy API Development (BioKIC#1442)

    - Change sciName to scientificName alias
    - Make Taxa searchable by taxon search variable
    - Support exact, starts with, wildcard, and wholeword search types
    - Standardize taxa table indexes
    - Update Swagger documentation with new functionality
    egbot committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    869d6a9 View commit details
    Browse the repository at this point in the history
  2. Taxonomy Search API Endpoint Dev (BioKIC#1443)

    - Fix bug associated with Swagger documentation
    - Update API title output
    egbot committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    40cc0b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update harvester.php (BioKIC#1447)

    Modifies logic to display available boundary tool when no active geographic thesaurus exist in the DB
    GregoryPost committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    99d83b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. CSS drop-down menus (BioKIC#1452)

    * CSS drop-down menus
    
    Add styling to header.css that enables top drop-down menus
    GregoryPost committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    68e3634 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Update OmCollections.php (BioKIC#1455)

    Errant line of code short circuiting collection meta data update.
    GregoryPost committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e7ae01c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Occurrence editor crowdsource adjustments

    - Add formatting for eventDate2
    - Adjust exsicati
    - Remove from display: additional identifiers, behavior, vitality
    egbot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0df343c View commit details
    Browse the repository at this point in the history
  2. occurrence editor crowdsource adjustments

    - Add vertical-align to crowdsource css to override value set within reset.css
    - Force refresh of crowdsource.css within client's browsers
    egbot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca08ef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b430331 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. crowdsource editor styling issue

    - resolve vertical-align issue, which persisted when opening in crowdsourcing mode and then switching between long and short forms
    - Fix fieldset padding issue within image popout
    egbot committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    10451be View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1457 from BioKIC/occur-editor-crowdsourcing

    Occurrence editor crowdsource adjustments
    egbot committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9275fe5 View commit details
    Browse the repository at this point in the history
  3. Api media 2024 06 (BioKIC#1463)

    - Fix route bug interfering with POST write calls
    - Add recordID UUID to POST call
    - Improve error output media object isn't found (400 error)
    - Improve standardization of all response output
    - Add sort fields to api documentation
    - Add function that attempts to determine mime type via file header. Has added benefit of ensuring input file exists.
    - Update swagger documentation
    egbot committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1372c9a View commit details
    Browse the repository at this point in the history
  4. Media API

    - Add ability to match images based on recordID UUID within PATCH call
    egbot committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6716d60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8daa98 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    5086af5 View commit details
    Browse the repository at this point in the history
  2. [3.1] -burpsuite-fix: do not add taxa to query if there are special c…

    …haracters or quotes (BioKIC#1436)
    
    * do not add taxa to query if there are special characters or quotes
    
    * cherry pick fix in 6250abd where getTaxonWhereFrag was getting un-cleaned taxon string
    
    * respond to code review feedback
    Atticus29 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    00900f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Occurrence download bug (BioKIC#1478)

    - searchvar term is being sanitized prior to being set as a session variable, which is converting & to &amp;, thus interfering with parsing of all terms after the first term. Translating &amp; to & fixes the issue.
    - The cleanOutStr function santizes output using htmlspecialchars. The htmlspecialchars on line 638 will double sanitize output, thus converting "east & west" to "east &amp;amp; west".
    - Variable is getting sanitized within index.php with htmlspecialchars twice. Once on line 12 and again on line 205
    
    Addresses GH issue: BioKIC#1470
    egbot committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e9081cd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. increase font size globally (BioKIC#843)

    * increase font size globally to 14 instead of 12, and then make improvements to other parts that looked a little weird in light of this change and addressed them as well
    
    * Update header_template.php
    
    * swap fonts to 1rem so it always matches html font size, 1rem = font-size of html
    
    * header and footer font fixing
    
    * removing footer font styling
    
    * overhauling base/main/variable css files font sizing
    
    * fixing head template font-size usage
    
    * fixing sitemap fonts
    
    * fixing leafletmap fonts
    
    * removing fonts from occur editor and adding reactive styles to button element
    
    * reactive fonts for occurrencelist from map search page
    
    * jquery-ui-icons-fix
    
    * map search font fixes
    
    * checklist/index.php font fixes
    
    * fixing fonts on collections/list
    
    * font fixes taxa profile and taxa editor
    
    * fixing missing span
    
    * fix merge issues on map search
    
    * fixing sitemap badges to scale with font via height based on rem
    
    * adjusting font styles and solving conflicts with contrast change on col search
    
    * saving col profile layout fixes
    
    * move quicksearch to side and make sticky
    
    * collections/list/spacing
    
    * spacing fix for maps
    
    * making checklist.php layout reactive so it works with different font sizes
    
    * font and layout fixes for checklistadmin
    
    * #tabs font size uses body variable
    
    * Reactive quicksearch colprofile
    
    * layout and font fixes for query form
    
    * fieldset-like alteration
    
    * updating header template
    
    * standardize some spacing in checklists/checklistadminmeta.php
    
    * cleanup on unecessary fonts specs
    
    * fixing collectiontitle layout
    
    * fixing collection group layout with new font size
    
    * fixing error from merge
    
    * more clean up of unused font-size declarations
    
    * add font-size-normalization on tabs ui
    
    * fixing checklist "games" font
    
    * modify jquery ui classes to normalize font
    
    * adjusting searchStyles inner to use rem
    
    * cleanup on some old map inlines that are uneeded
    
    * removing redundant font-size3
    
    * removing uneeded font-family
    
    ---------
    
    Co-authored-by: MuchQuak <loganpwilt@gmail.com>
    Co-authored-by: Logan Wilt <91149982+MuchQuak@users.noreply.github.com>
    3 people committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3b2016c View commit details
    Browse the repository at this point in the history
  2. Bugfix/3.1/spiderfy fix (BioKIC#1476)

    * make random color function produce a color above 40 luminence so that very dark colors are never produced
    
    * add custom clustering strategy so for map/index so that clusters fit in with other points better and also don't cluster far less aggressively
    
    * init slider for clustering aggressiveness
    
    * fix random color gen create rgb values larger than 255
    
    * add cluster to google maps and point oms.js to cdn so it is up to date
    
    * cleaning old gen clusters from leaflet section of map/index
    MuchQuak committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4a80b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Paleo bug fix

    - Resolve issue interfering with activation of paleo tools
    egbot committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    21a2e20 View commit details
    Browse the repository at this point in the history
  2. Collmetadata lang tag audit (BioKIC#1097)

    * Audit collmetadata lang tags
    
    * Minor fix
    
    * Fix popup issue
    themerekat committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    75a6aa5 View commit details
    Browse the repository at this point in the history
  3. Fix to Spanish translations per Samanta's feedback (BioKIC#1489)

    * Shorten Select Language
    
    * Change Contact Us
    
    * Change sample search language
    
    * Search page fix
    
    * Change html characters
    
    * Fix lang tags
    
    * Spacing fix
    
    * Es translation fixes
    themerekat committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7df5a89 View commit details
    Browse the repository at this point in the history
  4. Audit lang tags for guidmapper.php (BioKIC#1083)

    * Audit lang tags for guidmapper.php
    
    * Fix guidmapper buttons
    
    * Fix inputs for different actions
    themerekat committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2faeb82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fefd4d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Translation fixes from Samanta's feedback, pt 2 (BioKIC#1499)

    * Translation edits to collprofiles
    
    * List and listtabledisplay translations
    
    * Fix table display translations
    
    * Add basic translation files for usagepolicy
    themerekat committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3763a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1726617 View commit details
    Browse the repository at this point in the history
  3. symbbase.php refactor

    - Remove no longer needed code fragments that ensure that old configuration variable formats are supported after a minor update
    egbot committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    297ce40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    330f839 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    94eb3df View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    8c9e5f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1508 from BioKIC/Development

    Update Development branch
    egbot committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    fdae670 View commit details
    Browse the repository at this point in the history
  3. Paleo bug fix

    - Add activate material sample to collection metadata array
    egbot committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    947ee65 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    f101141 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1510 from BioKIC/material-sample-style-adjust

    Material Sample minor style adjust
    egbot committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    5c82417 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge pull request BioKIC#1486 from BioKIC/3.1-paleo-bug

    Paleo bug fix
    egbot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    362590a View commit details
    Browse the repository at this point in the history
  2. Duplicate tool title too long crash fix (BioKIC#1511)

    * added a check for the title length
    
    * added trim for last name, added IGNORE to sql insert query
    NikitaSalikov committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3616979 View commit details
    Browse the repository at this point in the history
  3. Minor bug fix

    egbot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    40d4e40 View commit details
    Browse the repository at this point in the history
  4. Merge pull request BioKIC#1509 from BioKIC/remap-old-config-variables

    Remap old config variables
    egbot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    82852df View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    cc97bd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge pull request BioKIC#1528 from BioKIC/master

    * Hotfix 2024-06-24
    - Image tools
    -- Return false when file size cannot be determined within getImgDim1 function
    - Glossary (resolves issue: BioKIC#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**
    egbot committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    37e0cc5 View commit details
    Browse the repository at this point in the history
  2. Null result handle in collections/misc/collstats.php (BioKIC#1453)

    * added null result handle, taxon not found alert
    
    * remove extra line, return empty array for incorrect taxon
    
    * added a check for families and countries
    NikitaSalikov committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c58f246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0178315 View commit details
    Browse the repository at this point in the history
  4. Colprofile Lang Fix (BioKIC#1517)

    # Issues BioKIC#1488
    # Summary
    Exchanged hardcoded string to use a string in the language file
    MuchQuak committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1a67719 View commit details
    Browse the repository at this point in the history
  5. MappointAid Error Radius Check closes BioKIC#1487 (BioKIC#1516)

    # Issue BioKIC#1487
    # Summary
    Added check for error radius input to error radius. If it doesn't exist
    default to 0 so no circle is drawn nor value sent outbound.
    MuchQuak committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6dd47fd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Head template adjustment and base.css into main.css merge (BioKIC#1514)

    - Move majority of php coding out of head_template into symbbase.org. Trying to keep code to a minimum within head import file in order to maintain ability for us to modify code algorithms without having to explicitly change head.php files within each portal install.
    - Move css out of head_template.php into separate css file, to again maintain ability to globally modify these styles within future code versions.
    - Move header and footer link/import head so that portal administrator can point to different version if they want (e.g. header_button_menu.css)
    - Remove css definitions from base.css duplicated within main.css
    - Move unique css definitions from base.css into main.css
    - Transfer main.css styles that are only used within a single file into target file
    - Remove unused or duplicated css from checklist.css
    - Remove collectiontable and categorytitle styles, which do not appear to be used anywhere within code
    egbot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9b0ea85 View commit details
    Browse the repository at this point in the history
  2. CSS Refactor

    - Remove dependence on $CSS_VERSION_RELEASE and v202209 directory path
    - Move all css files out of v202209 directory one directory down into css base directory
    - Add $CSS_VERSION to CSS imports within head_template.php, thus allowing force reload of CSS files when that variable is changed within symbbase.php file
    - Remove deprecated css/base.css file
    - Remove deprecated files within css/symb/directory
    - Reduce pixel size of Symbiota icon, which is much larger than a typical icon. Large version of icon is still conserved, but not used as the default icon.
    egbot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f6eac39 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix bold on taxon names closes BioKIC#1490 (BioKIC#1529)

    # Issue BioKIC#1490
    # Summary
    Remove font weight normal from taxon name so that it is going to be bold
    (as it should be
    )
    MuchQuak committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3b68541 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fixing Data Management Tool Subheader Styles (BioKIC#1531)

    # Summary
    Css rule to make subheaders not display absolute got overruled during
    css fixes so I made the rule more precise to ensure it doesn't get
    overridden.
    MuchQuak committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    437f29f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix minors reported within Apache log files

    - Ensure that NULL value are not sent to exif_thumbnail function
    - Correct a couple language tags used within collections/map/occurrencelist and taxa/index.php
    - Add EXTERNAL_RECORDS and PORTAL_LIST language tags to map language files
    - Remove unneeded htmlspecialchars used on controlled language tags
    egbot committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    df6e51f View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1537 from BioKIC/3.1-misc-minor-errors

    Fix minors reported within Apache log files
    egbot committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a2f391a View commit details
    Browse the repository at this point in the history
  3. Occurrence Search bug (BioKIC#1536)

    * Occurrence Search bug
    - Fix issue with validation of infraspecific taxon names by allowing abbreviations with periods (e.g. var.)
    - Allow taxon names to contain hybrid crosses and extinction dagger
    - Fix issue with NULL being passed to string function strtoupper
    egbot committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5731ead View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. CSS modification by Logan

    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    079305b View commit details
    Browse the repository at this point in the history
  2. header and footer adjustments

    - Move javascript code out of footer into separate js file. This will allow us to make adjustments to code without needing individual non-template footer files to be adjusted to code changes.
    - Remove code out of header_template file in preference to code run within symbbase.php file
    - Given condition at top of header page testing if language file is imported, individual isset statements for each LANG variable is not needed.
    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5b35f71 View commit details
    Browse the repository at this point in the history
  3. minimal header adjustments

    - Remap minimalheader_template.php to minimalheader.php in support of the currently supported template system
    - Add minimalheader_template.php to setup.sh file
    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5712daf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48bde48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ba1f75 View commit details
    Browse the repository at this point in the history
  6. Merge pull request BioKIC#1542 from BioKIC/Development

    Update CSS dev branch
    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bb703b0 View commit details
    Browse the repository at this point in the history
  7. Remove dependence on v202209

    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    44962eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35b23dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71852b2 View commit details
    Browse the repository at this point in the history
  10. Misc adjustments

    - Bug fix: remove php code out of new js file
    - Standardize syntax within footer template file
    - Remove deprecated code within symbini config file
    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    857ee8d View commit details
    Browse the repository at this point in the history
  11. Merge pull request BioKIC#1544 from BioKIC/Development

    fixed the profile accessibility setting (BioKIC#1534)
    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c80e58d View commit details
    Browse the repository at this point in the history
  12. Very minor code adjustment

    egbot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    656079f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fadb043 View commit details
    Browse the repository at this point in the history
  14. Fix for Merge Duplicates Failing when no Determinations need Downgrad…

    …ing (BioKIC#1484)
    
    * add conditional check for if there are any determinations to downgrade before trying closes BioKIC#1451
    
    * adds copies of some functions from occurrenceEditorDeterminations to properly merge determinations records
    
    copied functions have been label as such with todos to remove in 3.2
    when occurrence editor work to remove latest identification section has
    been done
    
    * removing dead code comments
    
    * fix determination merging priority to favor the lasting record
    
    * adds temp function to transfer attributes over to omoccuridentifers if none are present before record merge takes place
    MuchQuak committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a7afc04 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Increase Symbiota size of icon

    egbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    04b6e75 View commit details
    Browse the repository at this point in the history
  2. Template Lang File Refactor

    - Move language variables files for template files into /content/lang/templates/
    - Remove template from language file names with intention of including the files as part of the base code
    - Standardize header/footer lang variables to ensure that there is not overlap with other existing page specific variables. This is done by adding a prefix of H_ or F_.
    - Remove some unused variables from header language file
    - Remove /content/lang/header.[LANG_TAG].php include statement from non-header files (clgmap.php, mappointaid.php, georefclone.php).
    - Some code cleaning and input variable sanitation adjustments to non-header files referenced above.
    egbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ee4601e View commit details
    Browse the repository at this point in the history
  3. adding variable to control menu font-size for easy customization (Bio…

    …KIC#1547)
    
    * adding variable to control menu font-size for easy customization
    
    * move font size control to be out of media query
    MuchQuak committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    846f365 View commit details
    Browse the repository at this point in the history
  4. Misc adjustments

    egbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9fb0022 View commit details
    Browse the repository at this point in the history
  5. Merge pull request BioKIC#1558 from BioKIC/Development

    Update Development branch
    egbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    03b1dae View commit details
    Browse the repository at this point in the history
  6. Remove 202209 again

    egbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    501d87a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f44a5b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    b3fe035 View commit details
    Browse the repository at this point in the history
  2. Template lang file adjustments

    - Move image contributors language tags out of header lang file into their own file includes
    egbot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    169b15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b69db View commit details
    Browse the repository at this point in the history
  4. Merge pull request BioKIC#1541 from BioKIC/css-refactor

    CSS structure refactoring
    egbot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    24c1c0e View commit details
    Browse the repository at this point in the history
  5. Update variables.css

    correct default header background image path.
    GregoryPost committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1e68174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe8c237 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63426f2 View commit details
    Browse the repository at this point in the history
  8. Add header override files

    egbot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8fe9628 View commit details
    Browse the repository at this point in the history
  9. Adjustment to resolve conflicts

    egbot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    17e6b5d View commit details
    Browse the repository at this point in the history
  10. minor adjustment

    egbot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    45c0d0e View commit details
    Browse the repository at this point in the history
  11. Merge pull request BioKIC#1562 from BioKIC/Development

    Update branch with latest Developments
    egbot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    84675a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ecd040 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    596fbaf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ddd0488 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98e74ec View commit details
    Browse the repository at this point in the history
  16. Create customizations.css (BioKIC#1567)

    * Create customizations.css
    
    Creates a new file customizations.css that can be used to store overrides of Symbiota's default styling.  This file should never be modified by Symbiota Dev's so as to not trample on a portal's changes.
    GregoryPost committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d7f5e9b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Continued adjustments

    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    62c4085 View commit details
    Browse the repository at this point in the history
  2. More developments

    - dynamic map bug fix: fix link to page that lists all collections
    - mappointaid bug fix: fix error importing language files
    - Add missing LANG variables within collection search pages
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    232250f View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1570 from BioKIC/Development

    Update branch with latest Developments
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f132adc View commit details
    Browse the repository at this point in the history
  4. Additional styling adjustments

    - Remove all inline styling of the img elements that were tagged with the "navIcon" attributed. The height of these elements were defined as 15px within the imported css and the inline width defined to 1.3em, thus creating image warping.
    - Modified img styling within imported css file to width of 1.3em, which is what was defined within the inline for all elements
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6bcc090 View commit details
    Browse the repository at this point in the history
  5. Merge pull request BioKIC#1569 from BioKIC/NEW-taxon-profile-icon-fix

    Remove inline styling for nav icon
    themerekat committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1eae631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89d9949 View commit details
    Browse the repository at this point in the history
  7. Taxon Description issues

    - Add condition testing for language file existence, defaulting to English file upon false
    - Make use of cleanOutStr function, thus avoiding null used within htmlspecialchars string function
    - Fix bad language keys
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2912bc5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request BioKIC#1573 from BioKIC/taxon-description-bugs

    Taxon Description issues
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    71bfe37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10eef5c View commit details
    Browse the repository at this point in the history
  10. Dynamic Map adjustments

    - Make use of getDomain() function within the shared Manager class. This function will return the SERVER_HOST value that is set within the symbini config file, or if that variable is not set, generate it dynamically. This reduces the need for this variable to be set within every portal, and centralizes the generation of this so that it can be done safely.
    - KML failed to validate within dev environments due to Deprecated Code warning thrown due to undeclared class variable used within a local scope.
    - Sanitation adjustments
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5b65b50 View commit details
    Browse the repository at this point in the history
  11. Merge pull request BioKIC#1571 from BioKIC/template-lang-file-refactor

    Template Language Files Refactoring
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    71294b8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request BioKIC#1580 from BioKIC/Development

    Update Development branch
    egbot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e196c75 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Collection Search variable adjustment (BioKIC#1578)

    - Improve the translation of collection input variable (e.g. db) to a database query string, which also improves copy link functions.
    - Exclude commas from uri encoding
    egbot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0e18fc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1581 from BioKIC/Development

    Collection Search variable adjustment (BioKIC#1578)
    egbot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1000196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab3004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    024e9a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3664b26 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Add link to data usage policy to prompt citing glossary (BioKIC#1590)

    * Add link to data usage policy to prompt citing glossary
    
    * Add placeholder for glossary citation
    themerekat committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e9e9045 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    2357808 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1592 from BioKIC/temp-branch-to-resolve-con…

    …flict
    
    Hotfix 2024 07 25 (BioKIC#1591)
    egbot committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bf501a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6930f5 View commit details
    Browse the repository at this point in the history
  4. Adjustment to previous submit

    egbot committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    88e99d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request BioKIC#1577 from BioKIC/dynamic-map-links-issue

    Dynamic Map adjustments
    egbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d7bd6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8403b67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1595 from BioKIC/checklist-lang-file-adjust…

    …ments
    
    Minor adjustments to checklists lang files
    egbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    444d5bb View commit details
    Browse the repository at this point in the history
  4. Rename Taxon / Transfer Vouchers fix (BioKIC#1594)

    * Rename Taxon / Transfer Vouchers fix
    
    Resolves an issue when author is included in the Target Taxon autocomplete suggestions. 
    
    * Modifications
    
    - Add on-change function that nulls tid when data return is null (e.g. invalid name). This clears out tid when one selects a taxon, which populates tid field, but then enters a taxon that is not in the list. Otherwise, the tid would submit the old selected value rather than correctly displaying message that tid is null.
    - Remove checkScinameExistence function and rpc call, since it is no longer needed
    
    * Language and JS logic.
    
    ---------
    
    Co-authored-by: Edward Gilbert <egbot@asu.edu>
    GregoryPost and egbot committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    21373d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Button styling fix in collprofiles.php (BioKIC#1535)

    * fixed the font styling
    
    * change the primary button font color to white
    
    * unify all buttons styling with body-font-family variable
    NikitaSalikov committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3148dc6 View commit details
    Browse the repository at this point in the history
  2. Occurrence Editor otherCatNum NULL search

    - Bug fix within occurrence editor for when user searches otherCatalogNumbers IS NULL
    - Fatal error fix when searching otherCatalogNumber NOT LIKE
    Addresses issue: BioKIC#1582
    egbot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ae561b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request BioKIC#1603 from BioKIC/occurrence-editor-otherCat…

    …Num-NULL
    
    Occurrence Editor otherCatNum NULL search
    egbot committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    136cb59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf0dc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1607 from BioKIC/master-copy-to-resolve-con…

    …flicts
    
    Hotfix 2024 08 07 (BioKIC#1606)
    egbot committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c3e912f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Header / Footer adjustments

    - Fix incorrect language tag variables within footer file
    - Remove test of H_WELCOME variable, given that no other variables are present
    - Comment out js console log output used for debugging
    egbot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    96543a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1609 from BioKIC/footer-revamp-bug

    Header / Footer adjustments
    egbot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b82c381 View commit details
    Browse the repository at this point in the history
  3. Checklist Add taxon bugfix (BioKIC#1604)

    * Checklist Add taxon bugfix
    
    see BioKIC#1602. This fix ties the add taxon feature to a taxonomy.tid (instead of the sciname value returned by the autocomplete.
    
    * refactor based on footer_template.php
    
    Refactored the language value injection based on the pattern Ed used in footer_template.php
    GregoryPost committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    caf999d View commit details
    Browse the repository at this point in the history
  4. Reset CSS Adjustments

    - Remove reset.css from head_template.css in preference of pushing back official rollout of a reset stylesheet to 3.2. Ideally, with normalized.slim.css integrated into a single reset
    - Move normalized out of head.php into main so that once merged into reset, we can delete normalized from main without having to adjust head.php files.
    - Force refresh of main.css via $CSS_VERSION variable
    egbot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2955750 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    eda8520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e4fed View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1611 from BioKIC/reset-css-adjustments

    Reset CSS Adjustments
    egbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5c3e9f8 View commit details
    Browse the repository at this point in the history
  4. Accessibility adjustments (BioKIC#1610)

    - Move accessibility toggle button and associated components out of footer into single contained file that can be added to footer, header, or other location via an include function
    - Move accessibility files into accessibility directory
    - Migrate accessibility.footer.css js into accessibilityUtil.js file
    - Move accessibility language terms into their own lang files
    egbot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6aa3e55 View commit details
    Browse the repository at this point in the history
  5. Remove Vertical-align from reset.css closes BioKIC#1498 (BioKIC#1518)

    * Remove Vertical-align from reset.css closes BioKIC#1498
    
    # Issue BioKIC#1498
    # Summary
    Causes undesirable before for things that don't have a default vertical
    align like tables, will expand height for some tds if valign top is
    used. Also I don't know why reseting the vertical alignment would be
    needed
    
    * adding back vertical align but making it top instead of baseline
    
    * fix vertical aligntop for taxa main image
    
    * change over remaing valign propties to styles instead
    MuchQuak committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    71c6373 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    6084bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c11c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d4b73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dfa386 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Make SVG icons color controlled by values in variables.css (BioKIC#1473)

    * added styling for svg in icon-buttons, removed inline fill for svgs
    
    * remove fill attributes from svgs in list and occurrencelist
    
    * fixed the css class for icon-button
    NikitaSalikov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9eb36e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Geo thesaurus default data (BioKIC#1627)

    - Add a default thesaurus to 3.0 fresh install. Note that this data file was not included within the 3.1 data patch. Some databases already have some form of a thesaurus, or may wish to create a thesaurus from transferring data from their lookup tables. Running the insert statements when the table is already populated with data would result in an PK conflict errors.  
    -- Addresses issue BioKIC#1605
    - Add data file into /schema/3.0/data/ directory so that it could be run as an optional insert. We may want to add a menu option that allows user to run this install from the management interface, and maybe remove the keys from the insert statement so that data would be appended without duplicate key errors, and unique indexes that ensure that duplicate entries are avoided. And/or add a separate script file that only contains SQL that adds continents and links existing countries as children. 
    - Deactivate links on non-accepted terms
    - Remove ability to add children to non-accepted terms
    - Don't display map nor map controls for non-accepted terms
    - Add function that appends synonym terms to term output and add synonyms to terms details
    egbot committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a8b4caf View commit details
    Browse the repository at this point in the history
  2. Snapshot collection menu adjustments (BioKIC#1628)

    - Collection admin menu change 
    -- Disactivate certain menu options for snapshot collections. The goal is to further discourage folks from live managing specimen records within a Snapshot dataset, which is happening more often than it should. 
    -- Keep deactivated items listed within the menu with a clear message stated that these items are only available to Live Managed collection. It is important for snapshot collections to know that these options are still available, but they need to go through the correct channels to activate them.
    - Standardization of language tags (internationalization)
    -- Add condition test to language file import
    -- Remove no longer needed term specific conditions with default language terms
    -- Add missing language terms
    -- Delete French language file, which only contained English terms. This language file should be created within a separate PR.
    - Misc adjustments 
    -- Move html output generation out of class file
    -- Add rights formatting into a static function within the Utility class. There are a number of locations where this functions need to be called (e.g. images), but this will be done within a separate PR. 
    -- Add rights html styling to main.css
    -- Misc styling tweaks to collection profile page
    
    Before:
    ![image](https://github.com/user-attachments/assets/11051792-84d1-48b0-8959-f7eb105c68b5)
    
    After:
    ![image](https://github.com/user-attachments/assets/0082a9f8-b180-4c0f-b892-788056e2d47e)
    egbot committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a2a9dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Audit of specupload lang tags (BioKIC#1084)

    * Fix specupload lang tags
    
    * Add home to lang tags
    
    * Update specupload.es.php
    
    * Update specupload.fr.php
    themerekat committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4a6d1b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Collection menu adjustment

    - Comment out code that deactivates certain menu options within snapshot collections, with the goal of better reviewing these changes and reactivating within 3.2 rollout
    - Remove restrictions to label making options, since there are valid reasons for snapshot to make labels
    egbot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8d98ae9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1638 from BioKIC/push-snapshot-menu-adjustm…

    …ents-to-3.2
    
    Collection menu adjustment
    egbot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b07eaa5 View commit details
    Browse the repository at this point in the history
  3. Update setup.sh (BioKIC#1630)

    * Update setup.sh
    
    Update script to:
    - dynamically find all template files
    - avoid overwriting existing files unless 'force' option is used
    - 'test' option to show example output
    - 'verbose' option to give more information about what the script does
    
    Update INSTALL/md
    GregoryPost committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d6b3e6c View commit details
    Browse the repository at this point in the history
  4. Hide h1 titles on popups and pages with duplicate titles (BioKIC#1633)

    * added screen-reader-only class
    
    * hide dynamic map heading
    NikitaSalikov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    281b1a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update OccurrenceIndividual.php (BioKIC#1648)

    * Update OccurrenceIndividual.php
    
    Apply html elements after cleaning DB value
    GregoryPost committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    21e654a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e84bf View commit details
    Browse the repository at this point in the history
  3. Update geothesaurus (BioKIC#1636)

    - Add counties for Mexico and U.S.A.
    - Add accented letters for Mexican states (and fix some too-long state names)
    - Remove 3-letter abbreviations for states that were previously just those of the country
    themerekat committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5535adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cce41 View commit details
    Browse the repository at this point in the history
  5. Bugfix/3.1/geothesaurus map fixes (BioKIC#1635)

    * Add check for geojson parsing on mapcoordaid that will not parse output into json if there is nothing to parse
    
    * if coordaid changes are made but not saved then save them if save and close is selected
    
    * add warning of unsaved changes when leaving geothesaurus index after making an edit
    
    * removing custom dialog option because they are not allowed
    
    * saves and closes coordaid if edits are saved in leaflet plugin
    MuchQuak committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e2471aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad1e6a6 View commit details
    Browse the repository at this point in the history
  7. Contacts header on collprofiles font fix (BioKIC#1651)

    * removed inline styling
    
    * merge adjustment
    
    * return inline styling on listed colls sections
    NikitaSalikov committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    784b99b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    1f14511 View commit details
    Browse the repository at this point in the history
  2. Checklist html tags (BioKIC#1637)

    - Fix bug that was html encoding input data prior to be added to the database. All database specific input variables were removed from the view bag in preference to be handled by the class data handlers. 
    -- Addresses issue: BioKIC#1596 
    - Removed writable database calls from the ChecklistVoucherAdmin class in preference for shared write statements within the ImInventories class. 
    - Add checklist voucher write functions to the shared ImInventories class. 
    - Mics bug fixes to the ImInventories class
    - Misc style adjustments to improve layout of editor forms
    egbot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3627f01 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Populated individual Date fields

    - Add code to the occurrence editor that automatically populates year, month, day, startDayOfYear, and endDayOfYear from eventDate fields whenever they are are modified
    - Add code to the statistics generator code that populates missing or incorrect individual date fields for a given collection.
    egbot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    50a7401 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1658 from BioKIC/date-fields-update

    Populated individual Date fields
    egbot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8ac8062 View commit details
    Browse the repository at this point in the history
  3. fix geographic cleaning tool (BioKIC#1659)

    * restore the previous code
    
    * restore the badcountrycount functionality
    
    * remove lkupcountry
    NikitaSalikov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4eaee2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85c69d2 View commit details
    Browse the repository at this point in the history
  5. Schema Manager adjustments (BioKIC#1655)

    Changes include improved error reporting when database does not exist or is misspelled within connection config file, as well as reporting authentication issues associated with portal base users. If user goes to sitemap and database tables do not yet exist, the user will be forwarded directly to schema manager to assist installing base schema.
    
    Note that the first 3 commits are only associated with batch code adjustments that remove unnecessary code fragements. Looks directly are the last commit to review modifications that are associated with logistically changes (e.g. BioKIC@c54952e).  
    
    Specific changes: 
    - Add try/catch to db_connection file and connection test within Manager class that reports when connection to database fails (e.g. no connection, authentication issue, etc)
    - Sitemap adjustments that automatically forwards user to schema manager whenever schema is missing (e.g. fresh install).
    - Add backward ticks to all table and stored procedure names within schema files so that installation logger is able to properly report table name within logs
    - Misc adjustments to schema manager to improved output reports
    - Add message to schema manager that warns user when log directories are not writable by web user (e.g. apache)
    - Only check users accessibility settings if they are logged in to the portal
    egbot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a6fce79 View commit details
    Browse the repository at this point in the history
  6. Update DwcArchiverCore.php

    - fix issue when custom where statement gets an extra "where" added when string begins with an empty space
    Addresses issue: BioKIC#1653
    egbot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3faddaf View commit details
    Browse the repository at this point in the history
  7. Merge pull request BioKIC#1660 from BioKIC/map-download-bug

    Update DwcArchiverCore.php
    egbot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    46ebf64 View commit details
    Browse the repository at this point in the history
  8. Dynamic map checklist dev

    - Include points from child checklists when dynamic map is selected within the checklists page
    - Add IGNORE to stats INSERT statement in order to avoid fatal error when a duplicate entry it inserted.
    egbot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2280d32 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Taxon links bug

    - Remove second declaration of taxonlinks array, which was causing the array to be redefined throughout each record loop.
    egbot committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    89d6cff View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1661 from BioKIC/checklist-dynamic-map-dev

    Dynamic map checklist dev
    egbot committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e9dd5da View commit details
    Browse the repository at this point in the history
  3. Fix redundant map (BioKIC#1663)

    That also wasn't reading projArr['displayMap'] variable
    themerekat committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    20a7032 View commit details
    Browse the repository at this point in the history
  4. Merge pull request BioKIC#1664 from BioKIC/taxon-links-bug

    Taxon links bug
    egbot committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    28280d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. adjust sort comparator to return explcit numbers so v8 doesn't get co… (

    BioKIC#1669)
    
    * adjust sort comparator to return explcit numbers so v8 doesn't get confused
    
    * add origin linking to tid
    
    * add origin linking to google map search
    MuchQuak committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    86cdafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a2bd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    503dab9 View commit details
    Browse the repository at this point in the history
  4. Update INSTALL.md

    Formatting
    GregoryPost committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ebd3a11 View commit details
    Browse the repository at this point in the history
  5. Update INSTALL.md

    Additional formatting
    GregoryPost committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    507b134 View commit details
    Browse the repository at this point in the history
  6. Update search.php

    - Bug fix resolving issue where collection administrators and editors did not have permission to tag images from their collection.
    Addresses issue  BioKIC#1616
    egbot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f631779 View commit details
    Browse the repository at this point in the history
  7. Merge pull request BioKIC#1678 from BioKIC/master

    Hotfix 2024 08 22 (BioKIC#1677)
    egbot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fbf1086 View commit details
    Browse the repository at this point in the history
  8. Merge pull request BioKIC#1676 from BioKIC/image-batch-tagging-bug

    Image batch tagging bug fix
    egbot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8d722a2 View commit details
    Browse the repository at this point in the history
  9. 3.1 preparation updates

    - Move still relevant data files into 3.0 data directory
    - Update INSTALL.md documentation
    - Fix misc spelling error
    - Update version number
    egbot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    01f4fcd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix typo

    themerekat committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8afabf2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request BioKIC#1679 from BioKIC/3.1-documentation-update-Ed

    3.1 preparation updates
    egbot committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b91de92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50a0db View commit details
    Browse the repository at this point in the history
  4. Fix Backward Compatiblity Issue involving mysqli_execute_query (BioKI…

    …C#1682)
    
    * Adds util function to make use of mysqli_execute_query for older versions of php
    
    # Summary
    `mysqli_execute_query` or `$mysqli->execute_query` function is an 8.2
    only function provided by mysqli which could break portals that cannot
    upgrade to 8.2 from 8 or are running 7.3. Solution is to make a util
    function with the same api as mysqli_execute_query but will use the php
    version to decide wether to use mysqli_execute_query or normal statement
    binding.
    
    * removing comment left over from prototyping
    MuchQuak committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6279f1e View commit details
    Browse the repository at this point in the history
  5. usage of taxa thesaurus family over occurrence family (BioKIC#1675)

    * usage of taxa thesaurus family over occurrence family
    
    * Modifications
    
    - "ts.taxauthid = 1" needs to be added to the where condition or the recordset would return duplicate records for each taxonomic thesaurus defined within taxstatus table (e.g. there are 4 defined within SEINet). I suppose not including it would not be a big problem since the occid would be the same for each record, and thus the output data array would just copy over existing data. However, it would iterate through more records than needed. Another solution would be to change the statement to "SELECT DISTINCT...", but this can significantly slows down an ordered query.
    - Since "ts.taxauthid = 1" is added to the where clause, the getTableJoins function should always add the taxstatus left join, thus we can leave out that test.
    
    * Minor fix to previous submit
    
    ---------
    
    Co-authored-by: Edward Gilbert <egbot@asu.edu>
    MuchQuak and egbot committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    71f9b8e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. bugfix barcodes (BioKIC#1683)

    fix label printing barcode 500 error
    GregoryPost committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bd855cd View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    egbot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ecada26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request BioKIC#1684 from BioKIC/3.1.-change-log-updates

    Update CHANGELOG
    egbot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9a6a4a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request BioKIC#1667 from BioKIC/Development

    3.1 Merge of Development into Master
    egbot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9b951c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Api occurrence 2024 08 (BioKIC#1688)

    - Occurrence API endpoint development
    -- Add collector, collector last name, and collector number as searchable functions
    -- Develop write functions (insert, update, delete), but not yet activated for public use 
    -- Add new endpoint for loading and processing skeletal occurrence data
    -- Add swagger documentation for skeletal record processing 
    - Taxonomy API endpoint development
    -- Refactor to use query builder for defining search terms (bring code in sync NEON taxonomy developments)  
    - Mics
    -- Add helper functions to Lumen API
    egbot committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    532fbf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Reset gitignore

    egbot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a6ea0c4 View commit details
    Browse the repository at this point in the history
  2. Add API changes

    egbot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    412b245 View commit details
    Browse the repository at this point in the history
  3. Add temp old css

    egbot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2017763 View commit details
    Browse the repository at this point in the history
  4. adjust page specific css

    egbot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1d37be2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. API modifications

    egbot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0f5ff46 View commit details
    Browse the repository at this point in the history
  2. NEON specific API adjustments

    egbot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9674a80 View commit details
    Browse the repository at this point in the history
  3. Resolve Occurrence class files

    egbot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    800a93b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    57f07bf View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Needed adjustments

    - Archive NEON styles to conserve in case needed later
    - Adjust head to accommodate biorepo CSS reorganizations
    - misc customizations required for the Biorepo portal
    egbot committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    96b31e6 View commit details
    Browse the repository at this point in the history