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

2.26.0 release #2176

Merged
merged 38 commits into from
Aug 15, 2023
Merged

2.26.0 release #2176

merged 38 commits into from
Aug 15, 2023

Commits on Jun 30, 2023

  1. Make default geohash layer name to Dataset Counts

    Use this default in the ADC config
    robyngit committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    65fb9ae View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Jul 13, 2023

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

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    77d4398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a705185 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Minor fix to commit 77d4398

    robyngit committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c9aae3b View commit details
    Browse the repository at this point in the history
  2. Add models, views, collections for Missing Values

    - Enables entering missing value codes in the Attribute editor
    - Works but lacks styling & unit tests
    
    Issue #612
    robyngit committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9d1ff5d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Format, add text, & test Missing Value Code editor

    Fix two minor bugs found while testing
    
    Issue #612
    robyngit committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c07a210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ac205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d4bfc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a77f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e45bd0d View commit details
    Browse the repository at this point in the history
  6. Turn on spatial filter after 1st user interaction

    In new Cesium-based catalog search view
    
    Issue #2160
    robyngit committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    aa7ba09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67ebae8 View commit details
    Browse the repository at this point in the history
  8. Remove unused code

    Issue #612
    robyngit committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c7bb269 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Add serializing and parsing to EMLDistribution

    - Use in the EML211 model
    
    Issue #1380
    robyngit committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9409832 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add unit tests for EMLDistribution model

    Issue #1380
    robyngit committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7262f66 View commit details
    Browse the repository at this point in the history
  2. Add support for the distribution url function attr

    Include tests for parsing and updating the DOM when there's a url function
    
    Issue #1380
    robyngit committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    44d2aab View commit details
    Browse the repository at this point in the history
  3. Move/consolidate DOI methods to AppModel

    - CitationModel, DataONEObject, SolrResult, and MetadataView previously all used very similar DOI methods
    - These methods have been moved to the appModel, the other views/models call those
    - Also added getCanonicalDOIIRI to DataONEObject
    
    Relates to #1380
    robyngit committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f8ab572 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Turn on spatial filter after 1st user interaction

    In new Cesium-based catalog search view
    
    Issue #2160
    robyngit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e2f409c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5411110 View commit details
    Browse the repository at this point in the history
  3. Add serializing and parsing to EMLDistribution

    - Use in the EML211 model
    
    Issue #1380
    robyngit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e9a4f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c1d8f4 View commit details
    Browse the repository at this point in the history
  5. Add support for the distribution url function attr

    Include tests for parsing and updating the DOM when there's a url function
    
    Issue #1380
    robyngit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    efedb1f View commit details
    Browse the repository at this point in the history
  6. Move/consolidate DOI methods to AppModel

    - CitationModel, DataONEObject, SolrResult, and MetadataView previously all used very similar DOI methods
    - These methods have been moved to the appModel, the other views/models call those
    - Also added getCanonicalDOIIRI to DataONEObject
    
    Relates to #1380
    robyngit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e94e662 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bfe9b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e967576 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Allow prtl choice filters w/ sem_annotation field

    Only render the AnnotationFilterWidget when the field is sem_annotation AND the filter type is Filter (not ChoiceFilter)
    
    Fixes #2174
    robyngit committed Aug 3, 2023
    1 Configuration menu
    Copy the full SHA
    0f5fc16 View commit details
    Browse the repository at this point in the history
  2. Add info icon + help text to alt ID field

    Fixes issue #2103
    robyngit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ef88455 View commit details
    Browse the repository at this point in the history
  3. Link to ERP Page from web editor

    Fixes issue #2052
    robyngit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cf7f6a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b10ff03 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    50ce947 View commit details
    Browse the repository at this point in the history
  2. Fix D1 newsletter signup input CSS bug

    Fixes #2157
    robyngit committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    83ab37e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    122d370 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc45d7e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 8, 2023

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