Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Releases: CDLUC3/dmptool_late_2019

v2.1.1

24 Jan 21:56

Choose a tag to compare

Pulling in the latest changes from the DMPRoadmap project. The changes were extensive so please refer to the DMPRoadmap v2_x release notes for more information (refer to v2.0.0, v2.1.0 and v2.1.1).

Along with those changes the following modifications were made to update the DMPTool's customizations so that are in line with the new assets infrastructure:

  • Moved all view level customizations into the app/views/branded directory to make use of the built in mechanism that allows those files to override the default Roadmap views.
  • Rebuilt all of the site's custom CSS using the new Roadmap stylesheets app/assets/stylesheets/dmptool/
  • Moved all custom JS to the app/javascript/dmptool dir
  • Moved as many customizations to the Roadmap controllers, helpers, mailers, etc. into the lib/dmptool/ directory and load them into the appropriate Roadmap object as mixins

The following bugs were also addressed as part of this release:

  • Fixed some issues with sorting table columns #243
  • Multi-select boxes are no longer available when creating/editing templates. They have been replaced with checkboxes #205
  • All external links now open in a new tab #235
  • Institutional logos should no longer appear stretched #236
  • The template counts on the Admin Features -> Organizations section should now be accurate #142
  • Fixed some accessibility issues on static pages by making sure the headings are in the proper order #155

v1.1.6

18 Dec 23:07

Choose a tag to compare

v1.1.6 Pre-release
Pre-release

Latest beta. Pulls in latest from DMPRoadmap v2.1.1

v1.1.5

03 Dec 23:27
12fb2bc

Choose a tag to compare

v1.1.5 Pre-release
Pre-release

Addresses several bugs reported since the v1.1.4 release.

  • https://dmptool.cdlib.org/video now properly redirects to the DMPTool video #210
  • Super admin can now change org affiliation on the templates page #229
  • The 'x' close button on the 'sign in via institutional credentials' dialog window is now working on mobile devices #218
  • Org admins can once again add new questions to templates #239
  • The 'Learn' menu items are now properly sized when viewing in pt-BR #222
  • Org name is once again visible when logged in on a mobile device #221
  • Notification message colors have been updated #220
  • Emails are now being sent out again from the system

v1.1.4

29 Oct 19:17
32e8d7d

Choose a tag to compare

  • Changes to institutional branding in the header

    • swapped positions of the logo and institution name
    • logo is now constrained to a reasonable size
    • logos are no longer resized upon upload which should improve the resolution of logo images
  • Mobile ready

    • numerous adjustments to the site's stylesheets to improve the sites responsiveness
    • new mobile ready menus
  • Accessibility

    • Updated welcome message to make it clearer
    • Added assistive text to the social media icons for screen readers
    • Added screen reader cues to let users know when a link will open in a new window/tab
  • Bug fixes

    • #209 fixed an issue with Shibboleth (institutional credentials) workflows that were returning duplicated email addresses (e.g. john.doe@insitituion.org;john.doe@insitituion.org) which caused the system to create a new account instead of linking to the user's existing account.
    • #195 Add a redirect to the new site's public plans page to accommodate external links to the old DMPTool v2 address

v1.1.3

21 Jun 22:35

Choose a tag to compare

Pulled in latest changes from DMPRoadmap v1.1.2 and v1.1.3

Please see the release notes on DMPRoadmap

v1.1.1

31 May 23:32

Choose a tag to compare

This update pulls in the latest changes from Roadmap v1.1.1
Please refer to the release notes for further details:

v1.0.5

19 Apr 23:09

Choose a tag to compare

Pulling in latest bug fixes from DMPRoadmap: https://github.com/DMPRoadmap/roadmap/releases/tag/v1.0.4

  • Fixes bug where contact form could be submitted by a user who had not clicked the Captcha ' I am not a bot' checkbox DMPRoadmap/roadmap#501
  • Fixes issue with Organization logos being resized twice that caused them to be blurry (logos may need to be re-uploaded to correct existing issues) DMPRoadmap/roadmap#1357
  • Fixes issue where the customized version of a funder template was not found DMPRoadmap/roadmap#1363
  • Fixes issue with required field asterisks appearing multiple times on the create account form #150
  • Fixes issues with en_US spellings of text #128 #149
  • Addition of new links for promo materials on the promote page #79
  • Fixes issue where saving changes to the feedback tab of the Org details page caused the shib information to be deleted

v1.0.4

09 Apr 16:50

Choose a tag to compare

  • Bug fixes for template customizations #143
  • Bug fix for plan downloads #145

Upgrade to DMPRoadmap v1.0.2

29 Mar 22:36

Choose a tag to compare

Upgrade to DMPRoadmap v1.0 and minor bug fixes

14 Mar 22:51
97a5b26

Choose a tag to compare

Researchers:

  • Clicking on an Organization's logo in the header brings the user to their dashboard instead of their organization's homepage
  • Sections and Questions on the write plan page are now displayed in the correct order
  • Various fixes for plan downloads
  • Text/content changes on Help, General Guidance and Quick Start Guide

Org Admins:

  • Updated messaging after customizing a funder template to make it more clear what has been done ('updated your customization' instead of 'updated your template')

Developers:

  • Sync with final 1.0 release of DMPRoadmap
  • Updated Omniauth gem to the latest version (fixes issue with ORCID linking on profile page)
  • Moved JS constants to json embedded in views/layouts/application.html.erb so that they are available for localization
  • Added Google Analytics code and place to store api keys in config/branding.yml
  • Ran gettext:find rake task to update the localization files in config/locale