Skip to content

v2.1.4

Compare
Choose a tag to compare
@briri briri released this 05 Dec 00:38
· 1918 commits to master since this release
f807b5f

General

  • All of the text area fields will now provide spellcheck (browser dependent) #2169
  • We moved the 'Request Feedback' button to its own tab #2234
  • Fixed a bug with the progress bars on the write plan page for plans with multiple phases (e.g. Horizon2020) #2095
  • Updated Português (Brasil) translations #2303
  • Template published date now shows the date the template was published #2199
  • Fixed a bug that was preventing some users from updating their profile #2208
  • Clicking your institution's logo no longer brings you to your institution's website #2173
  • You can now create a plan for a specific public template by clicking on the icon in the public templates page instead of going through the create plan page (you can also copy the link to do this) #2284

Accessibility

  • Links, buttons, table cells and fields now show a visible cue when they have focus #2206, #2230
  • A new 'Opens in a new window' tooltip appears when selecting or hovering over a link that goes to a different site #2211
  • Now providing alternate text as well as tooltips for assistive technologies like screen readers #2222
  • Addressed some issues encountered when using zoomText or Windows Magnifier #2223
  • Fixed some accessibility issues with tables #2253
  • Fixed an issue where radio button labels were not correctly associated with their radio buttons #2273
  • The Guidance and Comments tabs when editing a plan are now accessible by keyboard #2283

PDF Downloads

  • Fixed an issue with long plan title's #2251
  • Fixed an issue with non-latin characters #2249
  • Fixed an issue with the display of some bullet points #2147

Org Admins

  • You can now define departments for your Organization (e.g. 'School of Engineering')
  • Added user's 'department' and their 'number of plans' to the Users table #2266
  • You can now export your own templates #2091
  • Fixed some issues with searching on table #2236
  • Fixed a bug that was causing errors when sorting guidance #2207
  • Fixed a bug when changing a template's visibility (only effected organizations that are both a funder and an organization) #2264

Super Admins

  • You can now merge user accounts on the Admin -> Users page #2245, #2224
  • You can now archive a user account. The account is anonymized so that all personal information for the user is no longer available. Their plans and comments remain. #2224
  • Fixed an issue with updating an organization's shibboleth entityID (only applicable to installations that filter the list of organizations that can use institutional login) #2289

API

  • The full text API is now filterable by user ids, template ids or plan ids #2293

Developers

  • Updated gem and JS dependencies
  • Cleaned up deprecated methods in the Rspec tests #2258
  • Fixed an issue where annotations were being added to removed questions #2216
  • Updated cookie serialization from hybrid to JSON #2256 Note this may invalidate any very old user cookies
  • New branding.yml attribute for the suffix to use when 'anonymizing' a user account. Make sure you update your copy of the branding.yml file (e.g. archived_accounts_email_suffix: '@removed_accounts-dmproadmap.org'). Rather than an account being deleted from the system, it will be anonymized using the email domain you enter here. This prevents records from being orphaned in the DB.
  • There is a new JS variable called OPENS_IN_A_NEW_WINDOW_TEXT that you should ensure is part of your views/layouts/application.html.erb file (if you have replaced the default with your own)