Skip to content

v3.0.3

Compare
Choose a tag to compare
@briri briri released this 27 Jul 15:42
· 628 commits to master since this release
02f1dfb

Researchers:

  • Your project start and end dates and grant information now appear on the coversheet of the PDF export #2972
  • Fixed an issue with sharing plans #2874
  • Fixed a bug that was preventing plans with a quote in the title from being exported #2883
  • Fixed an issue with user's appearing on the collaborators list even after they have been removed #2954
  • You may now specify 'other' as a role on the contributors page #2961

Admins:

  • patched a bug with API V0 (full text API) #2892, #2965, #2966
  • fixed an issue with downloading some of the CSV files on the usage dashboard #2866
  • The sort, search and pagination options are now retained in the URL on the Public Plans and Funder Requirements pages so that you may copy, paste and share search results #2959

Developers:

Note that the new JS spinner was added to the app/views/layouts/application.html.erb. You have likely branded your own version of this file so be sure to copy the spinner div to your copy of this file.

  • The system has been translated into the Turkish language (tr-TR). If you wish to offer this language in your installation, you will need to add it to your local DB. INSERT INTO languages (abbreviation, name, default_language) VALUES ('tr-TR', 'Türk', 0); (Set the last value to '1' if you want this to be the default language for your site)
  • Added a new tab to the Super Admin's Org page that allows you to merge Orgs #2763
  • Added a JS spinner that appears when the site performs an AJAX call #2960, #2976
  • Added the ability to restrict_orgs in the configuration file so that the system will not query the ROR API. #2836, #2851, #2858, #2871
  • Fixed a bug that was generating a 500 error if a user left the email address blank when submitting the 'add collaborator' form
  • Fixed issues with the workflow for inviting users #2863, #2946