Skip to content

Releases: CDLUC3/dmptool

v5.11

01 Apr 22:12
900a4ab
Compare
Choose a tag to compare
v5.11 Pre-release
Pre-release

Fixes for issues found when testing the new React pages for the pilot project #554

  • Removed the addition of the entered input value from the item list in "lookup-field.js"
  • Updated "typeaheads_controller.rb" to prevent the addition of the entered search value if it matches one in list.
  • Updated "typeaheads_controller.rb" to sort the resulting list
  • Updated "contributors.js" to address issue with error message not displaying when a user clicks "Save & Continue" without having a contributor who is a "primary contact"
  • Updated "projectsearch.js" to prevent the addition of an empty contributor with role "other" when adding a project.
  • Added asterisk to the URL field on the repository selector on the research outputs page
  • Fixed an issue with the Typeahead fields

v5.11rc3

01 Apr 18:12
900a4ab
Compare
Choose a tag to compare
v5.11rc3 Pre-release
Pre-release

Changes made to the React pilot project pages

  • Added asterisk to the URL field on the repository selector on the research outputs page
  • Fixed an issue with the Typeahead fields

v5.11rc1

28 Mar 22:58
d4df1a9
Compare
Choose a tag to compare
v5.11rc1 Pre-release
Pre-release
  • Removed the addition of the entered input value from the item list in "lookup-field.js"
  • Updated "typeaheads_controller.rb" to prevent the addition of the entered search value if it matches one in list.
  • Updated "typeaheads_controller.rb" to sort the resulting list
  • Updated "contributors.js" to address issue with error message not displaying when a user clicks "Save & Continue" without having a contributor who is a "primary contact"
  • Updated "projectsearch.js" to prevent the addition of an empty contributor with role "other" when adding a project.

v5.10

20 Mar 23:43
Compare
Choose a tag to compare
v5.10 Pre-release
Pre-release
  • Fix bug in deploy.rb
  • Fixes issue where the PDF narrative URL was not being passed to the React UI Issue #537
  • Changes to some of the language on the Finalize tab for Issue #539
  • Fixed bad URL for the 'Project Details' link on the Finalize tab for Issue #538
  • Fixed an issue that was causing the public pages search box to return a 403 error when the search included non-alphanumeric characters. Added some JS to the search text field that restricts which characters can be entered. Also updated the SQL in the search to ensure that we are ignoring any non-alphanumeric characters in the DB records. Part of Issue #541
  • Fixed issue with the Faceting logic on the public plans page Part of Issue #541
  • Updated the header on the Uploads page, and added a new paragraph below the page header as part of issue #537
  • Added new columns to the Projects table called DMP PDF and DMP ID. The DMP PDF column displays a PDF icon, and when clicked, takes the user to the PDF in a new tab. The DMP ID column displays the dmpId, and they link to the associated DMP landing page as part of issue #537
  • Fix typos for #550, #551
  • Fix issue with PDF download URL on Uploads dashboard #549
  • Fix search box on Public Plans page to prevent non alphanumeric characters from being pasted into the field #541
  • Update WickedPDF initializer to be compliant with the current gem's configuration settings
  • Prepared for support for AWS Linux 2023 by adding necessary gems to the Gemfile, but left commented out until we upgrade

v5.10rc3

20 Mar 23:09
968f0d1
Compare
Choose a tag to compare
v5.10rc3 Pre-release
Pre-release
  • Fix typos for #550, #551
  • Fix issue with PDF download URL on Uploads dashboard #549
  • Fix search box on Public Plans page to prevent non alphanumeric characters from being pasted into the field #541

v5.11rc2

28 Mar 23:14
0c4bcc3
Compare
Choose a tag to compare
v5.11rc2 Pre-release
Pre-release
  • Fix issue with contributors list disappearing in the UI when an error occurs

v5.10rc2

20 Mar 13:56
Compare
Choose a tag to compare
v5.10rc2 Pre-release
Pre-release
  • update Gemfile to be compatible with AmazonLinux 2023
  • fix bug in deploy.rb
  • Fixes issue where the PDF narrative URL was not being passed to the React UI Issue #537
  • Changes to some of the language on the Finalize tab for Issue #539
  • Fixed bad URL for the 'Project Details' link on the Finalize tab for Issue #538
  • Fixed an issue that was causing the public pages search box to return a 403 error when the search included non-alphanumeric characters. Added some JS to the search text field that restricts which characters can be entered. Also updated the SQL in the search to ensure that we are ignoring any non-alphanumeric characters in the DB records. Part of Issue #541
  • Fixed issue with the Faceting logic on the public plans page Part of Issue #541
  • Updated the header on the Uploads page, and added a new paragraph below the page header as part of issue #537
  • Added new columns to the Projects table called DMP PDF and DMP ID. The DMP PDF column displays a PDF icon, and when clicked, takes the user to the PDF in a new tab. The DMP ID column displays the dmpId, and they link to the associated DMP landing page as part of issue #537

v5.9

01 Feb 22:14
Compare
Choose a tag to compare
v5.9 Pre-release
Pre-release

WARNING: The v5 versions are meant for systems that use the DMPHub system for minting and managing DMP-IDs.

  • Added check for SSM_ROOT_PATH env variable on startup
  • Updates to the new DMP Upload dashboard so that it includes all DMPs with a registered DMP ID.
  • Updated DMP Upload pages so that changes made to a DMP (that was registered through the normal create plan workflow) are reflected in the normal plan tables
  • Fixed a few minor issues with functionality of DMP Upload pages

Full Changelog: v5.8...v5.9

v5.8

26 Jan 19:42
Compare
Choose a tag to compare
v5.8 Pre-release
Pre-release

WARNING: The v5 versions are meant for systems that use the DMPHub system for minting and managing DMP-IDs.

  • Updated new React Dashboard to show registered DMPs registered via the normal DMPTool workflow
  • Updated React pages to properly handle primary contacts

v5.7

24 Jan 22:25
Compare
Choose a tag to compare
v5.7 Pre-release
Pre-release

WARNING: The v5 versions are meant for systems that use the DMPHub system for minting and managing DMP-IDs.

  • Update to new DMP Upload pages so that admins can see all of thei uploaded DMPs for their Org regardless of who uploaded it