Skip to content

v2.1.1

Choose a tag to compare

@briri briri released this 17 Dec 22:57
· 2184 commits to master since this release
4d9665e

This release includes some significant restructuring of the codebase's stylesheets. Please review your local customizations before deploying to your production environment. Information on the new Stylesheet organization can be found in the Branding wiki.

Also please note that assets have been moved from the lib/assets/ directory to app/assets directory. We are no longer using nom and webpack directly but instead are now using the Webpacker gem. Please use the standard rake assets:precompile to compile your assets.

You should also run rake upgrade:v2_1_0 which will make sure that any plans in your system that do not have at least one owner/co-owner/editor are set to 'private' visibility and any remaining reviewer/commenter roles are deactivated.

Admins:

  • Fixed an issue when viewing a plan in read-only mode that prevented you from seeing the entire answer #1683
  • Fixed an issue with the sorts on the admin's Users page #2016
  • Fixed an inconsistency between the number of plans reported on the Usage Statistics page #1703
  • The text field is now required when creating or editing a template question #1725
  • The remove plan function will now deactivate the plan if it no longer has any owner, co-owner or editor. This will also remove it from the organizational plans list #1663

Researchers:

  • Tooltips on the Create Plan page now appear below the textboxes instead of to the right where they hid the checkboxes from view #1161
  • Guidance selection options are no longer displayed if the plan you are working with has no applicable themed guidance that would be relevant #2020
  • Fixed an issue with the way the feedback request button appeared on the Share Plan page #2012
  • Fixed an issue with account creation via Shibboleth (Institutional credentials) #2014
  • All external links now open in a new tab/window #2005
  • Fixed an issue when downloading institutional plans as a PDF #2001
  • Fixed an issue that was preventing users from creating an account when a plan had been shared with them #1986
  • The links to download plans and templates are now icons #1164

Developers:

  • Updated the wiki Branding, Installation and Troubleshooting pages to reflect changes to asset management
  • Added support for storing organizational logos in an S3 bucket instead of on disk #1976