Releases: USGCRP/gcis
Releases · USGCRP/gcis
Version 1.57.1
Production Instance @ https://data.globalchange.gov
- Bugfix to remove test filler text from Generic attributes.
Version 1.57.0
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
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
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 Reportsummary
field - Cleaned up verbiage across GCIS HTML pages.
Other
- Corrected previously flaky tests.
- Added new semantic verbs
dc:replaces
anddc:isReplacedBy
- Local images generate their thumbnail on upload instead of html retrieval.
- Improved Reference edit form
1.55.1
1.55.0
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
andend_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
- Deprecated Fields:
Other
- Replaced deprecated Mojolicious placeholder routing with
(
)
to now use<
>
. (#651) - Refactored out the experimental smartmatch operator
~~
. - Bumped Module::Database::Build