DataWiz Update 1.1.4

BugFixes:

  • A bug was fixed that caused the English version of the study documentation not to load the page at all (Chrome, Opera) or to load it only partially (Edge, Firefox).
  • A bug was fixed that caused a study construct to throw an exception instead of being deleted.
  • There is a problem with multipart upload forms. The strings from the text fields were not transferred as UTF-8 but as ISO_8859_1. A workaround was developed because the error could not be found in either Tomcat or DataWiz. The problem only affects the record documentation.
  • Project and Study Materials:
    • Fixed “undefined” Description String in DropZone
    • New internationalisation for “delete” and “save description” button
    • Auto Upload Enabled
    • Upload and Clear Button removed
  • Temporarily fix an error that occurs when the user uses multiple browser tabs. The “_s” parameter is used to fix it, but to fix it permanently, the controller should be revised and the session attributes removed.

DataWiz Update 1.1.2

BugFixes:

  • An error has been fixed that caused the export to be aborted if a record does not contain any data.
  • An error has been fixed that occurred during ODF export of the data management plan and study documentation.
  • Fixed a JavaScript bug that caused the tabs in the study documentation of the English version of DataWiz to be without functionality.

Improvements:

  • Tables in the admin area can now be sorted by timestamps.
  • Breadcrumb on welcome page removed
  • Content of welcome page can now be edited directly by the administrator

DataWiz Update 1.1.1

UX-Improvements:

  • New Feature: It is now possible to add a description to project and study materials.
  • Page for additional materials for projects and studies revised. Pictures are displayed larger. The pages should now also look better on mobile devices. The download button is no longer necessary, because the download is now started by clicking on the file format icon or image.

Software Stack:

  • Spring 5.1.2.RELEASE (update)

DataWiz Update 1.1.0

Many changes have been made since the last update:

BugFixes:

  • JAVA Heap Size Exception could occur when uploading or downloading large files. This behavior was fixed by improving the algorithm for generating hash values and buffering the transfer to the minio storage system.
  • If the value “type” was left empty in the study constructs, an enumeration exception occurred. This field now accepts empty string.
  • Password Validation failed when using German umlauts. This could be fixed.
  • Also some minor bugs were fixed.

Security improvements:

  • reCaptcha is now required when registering a new account.
  • Accounts are now temporarily locked for 15 minutes if the login failed five times (password check failed).

UX-Improvements:

  • New HTML-Email Template based on Freemarker.

Software Stack:

  • Java 11.0.1 (update) – requires at least Tomcat 8.5.31, or Tomcat 9.0.8
  • Spring 5.1.1.RELEASE (update)
  • Spring Security 5.1.1.RELEASE (update)
  • Minio Version 5.0.2 (update)
  • Freemarker 2.3.28 (new)