Skip to content

CLARIN-DSpace 7.6.1 - 2024.06 - 9646425959

Compare
Choose a tag to compare
@milanmajchrak milanmajchrak released this 25 Jun 12:58
· 77 commits to dtq-dev since this release
28edc82

What's Changed

BE:

  • Fixed Google Analytics browser console error.
  • Updated ORCID functionality.
  • Updated Solr config to log warnings and errors into a separate file.
  • The item is not being exposed via OAI when it should not be.
  • Added OAI elg crosswalk.
  • Added OAI olac description.
  • Added data provider search facet like in v5.
  • Fixed importing the item via Python - the item used to has two handles.
  • Updated complex input field.
  • Changed DOI identifier to dc.identifier.doi (from dc.identifier.uri).
  • Added an option in the Edit Item page to edit the license.
  • Updated xoai.xml - changed filters, conditions, and refactored.
  • Updated downloading of the ZIP file - there is the same authorization as during downloading a regular bitstream.
  • Fixed problems displaying OAI in various formats.
  • Show "Download all as ZIP" button only when all conditions are met.
  • Shibboleth login - added email validation.
  • The user is redirected to the login page instead of seeing a 404 error when they are not allowed to see a restricted item.
  • Fixed issue with storing local.bitstream.redirectToURL metadata value when uploading a large file.
  • Changed config to reserve PID at the start of the submission.
  • The Matomo URL is loaded from the config.
  • The max file preview size is loaded from the config.
  • Added missing spider config from UFAL.
  • Updated log configuration to log file downloads into file: file_download.log.
  • Added Czech translation of submission-forms.xml.
  • Changed "true" value for CMDI crosswalk from "yes" to "true".
  • Updated interpolation of the subject in the email.
  • Updated searching options for the subject facet on the search page to show hierarchy.
  • Turned off signposting.
  • Updated sorting on the search page to have the same sort options as in v5.
  • Fixed missing items on the collection page.

FE:

  • Fixed some issues when editing the license on the /license page.
  • Updated ORCID functionality.
  • Added new required information.
  • Showed the Register DOI button in the Item Status: cherry-picked fix.
  • Updated complex input fields.
  • Added an option on the Edit Item page to edit the license.
  • Fixed downloading of the ZIP file – the authorization process is now the same as for downloading a regular bitstream.
  • Showed the "Download All as ZIP" button only when all conditions are met.
  • Redirected to login if a restricted item is accessed via ..handle/ URL. Previously, this showed a 404 error.
  • Stored IP addresses in the database when a restricted bitstream is downloaded.
  • Fixed SSR issue: Load scripts (discojuice) only in the browser, not in SSR.
  • Fixed redirecting to the distribution license during submission creation.
  • Updated the creation of the License Label to not require an icon.
  • Encoded search parameters.
  • Updated browsing links to prevent overflow to the next line on the home page.
  • Updated SCSS styles for buttons.
  • Updated text color on the /licenses page.
  • Updated browsing links for searching subjects from the home page.
  • Fixed refbox content and citation copying.
  • Updated some Czech messages.