Skip to content

Releases: USGCRP/gcis

Version 1.57.1

15 Apr 14:42
Compare
Choose a tag to compare

Production Instance @ https://data.globalchange.gov

  • Bugfix to remove test filler text from Generic attributes.

Version 1.57.0

05 Apr 15:11
Compare
Choose a tag to compare

Production Instance @ https://data.globalchange.gov

  • Basic OpenGraph Metadata added to site
  • Generic objects display their contributors, title, and year when available (#689)
  • Generic attributes link like Reference attributes (#689)

API

  • Report level Figures can now use the TSU Origination API. (#695)

Data Management

  • Reference deletion bug fixed (#693)

1.56.0

29 Jan 13:54
Compare
Choose a tag to compare

Web Page Improvements

  • Tables, Findings, Figures, Chapters, & Reports now display their Keywords & Regions by default. #679
  • Tables & Findings now display their Provenance #680
  • The Report list page can now filter on type #686

Data Management Improvements

  • Relationship Edit Page now loads back to itself on successful save.
  • Generic publications can now be deleted. #684
  • Report Types are now manageable in the application. #687

Other

  • Activity page bugfix
  • Transient deletion error fixed in parent Controller object.

1.55.2 - Release in Support of NCA4

23 Nov 14:39
Compare
Choose a tag to compare

Web Page Improvements

Front Page

  • NCA4 is now the current report
    • Default report for the sidebar
  • GCIS Globe on the Front Page now features Indicator, Finding, and Table in place of Instrument, Model, and Platform
    • Indicator links to the Current Indicator Set page
    • Figure, Finding, and Table link to a list of Reports containing each respective item.
  • Featured Reports now has the 2018 Indicators Set and NCA4

Other Pages

  • Updated About Page
  • Reference with PMCID fields link to their articles at PubMed Central.
  • Reports with only a single region link directly to that region
  • Support for new tbib format of NCA4 figures, findings, and tables
  • Added tbib support for Report summary field
  • Cleaned up verbiage across GCIS HTML pages.

Other

  • Corrected previously flaky tests.
  • Added new semantic verbs dc:replaces and dc:isReplacedBy
  • Local images generate their thumbnail on upload instead of html retrieval.
  • Improved Reference edit form

1.55.1

16 Aug 16:37
Compare
Choose a tag to compare

Other

  • Correct travis configuration

1.55.0

16 Aug 15:29
Compare
Choose a tag to compare
1.55.0 Pre-release
Pre-release

Release Notes

Data Management

  • Fixed OrcID bug on person creation (#612)

GCIS Frontend

  • GCIS Activity page updated for new Activity model (#657)

GCIS API

  • File upload now supplies the file's GCIS identifier on success (#654)
  • Activity Model updated to match new, more detailed information available from TSU for assessments going forward, starting with NCA4. (#657)
    • Deprecated Fields: duration, data_usage, notes, output_artifacts, interim_artifacts
    • Modified Fields: start_time and end_time now explicitly refer to temporal data bounding on the input publication data.
    • New Fields: activity_duration, source_access_date, interim_artifacts, source_modifications, modified_source_location, visualization_methodology, methodology_citation, methodology_contact, database_variables, spatial_extent

Other

  • Replaced deprecated Mojolicious placeholder routing with ( ) to now use < >. (#651)
  • Refactored out the experimental smartmatch operator ~~.
  • Bumped Module::Database::Build

1.54.0

01 May 17:51
Compare
Choose a tag to compare

GCIS API

  • GCIS Arrays can now return their content formatted as CSV (#601)
    • Supports user feedback & NCA4 needs.

1.53.0

23 Apr 17:59
Compare
Choose a tag to compare

Data Management

  • Administrative Watch page date selectors (to/from) in addition to past interval. (#584)
  • all form fields in GCIS now clean up their leading and trailing whitespace (#409)

GCIS Frontend

  • GCIS Frontpage layout improvements (#598)

GCIS API

  • GCMD Keyword updates (#607)
    • can return their children
    • table is now audited
    • can be related with publications via API call
    • Enables the update to the latest GCMD keywords (#335)
  • Person OrcID redirect now supports OrcIDs with the check digit X (#409)

1.52.2

27 Feb 20:00
Compare
Choose a tag to compare

Data Management

  • Restrict Article DOIs to case-insensitive Uniqueness #536
  • Make author multiple role selection easier #590

Web Interface

  • Indicators Page dynamically generates the Year filter buttons #588
  • Search Page Improvements in support of Reference UUID Discovery #592

1.51.2

18 Jan 18:05
Compare
Choose a tag to compare

Data Management

  • generic publication type attr field can now be edited in the HTML interface. #582.
  • organizations auto-fill their identifier when creating an alternate name. #581.

Web Interface

  • chapter pages display publications that have cited them. #579. Example.
  • All list pages can now be queried in arbitrary quantities, instead of always 20 per page. Pages offer 20/50/100 by default. #368
  • Autocomplete searches no longer fail for queries longer than 80 characters. #542