Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-04-22 | 7.8 kB | |
Totals: 1 Item | 7.8 kB | 0 |
Update Instructions
If you are managing a SORMAS server, please do the following BEFORE updating to this version:
* Enable the unaccent extension for PostgreSQL: CREATE EXTENSION IF NOT EXISTS unaccent;
New Feature Configurations
Three new feature configurations have been added to the database:
* EVENT_GROUPS
: Allows users to group events for organizational purposes. Enabled by default.
* EVENT_GROUPS_MODIFICATION_NOTIFICATIONS
: Enables/disables the sending of email and SMS notifications to responsible users when events are added to or removed from event groups. Disabled by default.
* GDPR_CONSENT_POPUP
: Enables or disables the GDPR consent popup that the user has to confirm after logging in. Disabled by default, so if you want to continue using this feature, please enable it.
Minor Releases
There has been one minor release for this version; please download 1.59.1 instead of this main release: https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.59.1
Changelog
New Features
- [Cases & Contacts / Web] Added document management for cases and contacts, similar to how it's already possible for events (#1771)
- [Events / Web] Added event groups that can be used to organize events (#4256)
- [Events / Web] Added document management for event actions (#4502)
- [Campaigns / Web] Added a data aggregation view (#2937)
- [Campaigns / App] Added a list to display campaign data (#3161)
- [Configuration / Web] Added population data to communities (#4271)
- [Configuration / Web] Added a prompt that asks users logging in as default users with default passwords to change their password; can be turned off in the properties (#4690 & [#5081])
- [Internationalization] Added Czech language (#4449)
- [DEMIS / Web] Introduced an option to reject lab messages (#4851)
- [DEMIS / Web] Lab messages can now be viewed again from the sample and pathogen test lists (#4853)
Improvements
- [General / Web] Search fields are now insensitive to accents and umlauts; e.g. searching for "Máx Mûstermänn" will include "Max Mustermann" in the search results (#4168)
- [Cases & Contacts / Web] Added a bulk action to generate quarantine documents for all selected cases/contacts (#3575)
- [Pathogen Tests] Added disease variant and PCR test specification fields to pathogen tests (#5029)
- [Infrastructure] Added contact person details fields to facilities and locations (#4755)
- [Samples / Web] Significantly improved the performance of the detailed sample export (#4691)
- [Samples / Web] Significantly improved the performance of bulk-deleting samples (#4892)
- [Events] Added a feature configuration to turn off notifications sent out when an event participant becomes a case (#4732)
- [Persons] Added a general comment field for persons (#3936)
- [Persons / Web] Re-introduced and improved the performance of setting address geo-coordinates in bulk (#4938)
- [Persons / Web] Added the new person contact detail table to the database export (#5009)
- [Users / Web] Added an export for the current user role configurations (#4882)
- [Configuration / Web] The system does no longer try to send out SMS notifications when Nexmo is not configured (#5091)
- [Configuration / Web] Added a feature configuration for the GDPR consent popup when logging in (#3731)
- [SurvNet / Web] Added a number of usability improvements associated with the SurvNet interface (#3947)
- [SurvNet / Web] Introduced an option to delete cases from SurvNet while keeping them in SORMAS (#4683)
- [DEMIS / Web] Added delete option to lab messages (#4553)
- [DEMIS / Web] Added additional columns to the lab message directory (#4841)
Changes
- [Cases / Web] Duplicates are no longer automatically loaded when entering the duplicate merging view to prevent initial performance issues (#4111)
- [Cases / Web] Made some changes to the order of fields in the case form, and also moved persons to the top in the main menu (#3776)
- [SurvNet / Web] External ID is now disabled when the SurvNet interface is configured
- [Symptom Journals / Web] Gave surveillance users the right to manage external symptom journals (#4772)
Bugfixes
- Fixed country dropdown in locations only displaying countries from the server country's subcontinent (#4981)
- Fixed users being allowed to enter dates of birth in the future (#4138)
- [Web] Fixed a number of backend and UI problems associated with the calculation of follow-up until (#4191)
- [Web] Fixed an error when trying to bulk-archive facilities (#5083)
- [Web] Fixed an infinite loop when setting the outcome of multiple cases of the same person to deceased via bulk actions (#5099)
- [Web] Fixed superordinate event column in event import using the name instead of the UUID (#5132)
- [Web] Fixed broken symptom journal status filter in case directory (#5062)
- [Web] Fixed latitude and longitude getting mixed up for maps under certain circumstances (#4936)
- [Web] Fixed searching by name when selecting a source case for a contact not working properly (#5147)
- [Web] Fixed an error when filtering the task directory by date while not specifying a task status (#5008)
- [Web] Fixed an error when trying to import default subcontinents or countries (#5143)
- [Web] Fixed case contacts not being shown immediately after importing them, but requiring a reload instead (#5040)
- [Web] Fixed coma and somnolence symptoms not being exported or imported (#5092)
- [Web] Fixed country filter and column being shown in configuration views without any surveillance feature activated (#5019)
- [Web] Fixed population export and all import files not using the custom instance name if set up (#5018)
- [Web] Fixed date validation sometimes not preventing entries from being saved (#4928)
- [Web] Fixed wrong checkbox captions in custom event participant export (#4929)
- [Web] Fixed an error related to the community field in imports (#5093)
- [Web] Fixed unsaved changes warning prompt on event forms with entered geo coordinates (#5039)
- [Web] Fixed automatic schema updating breaking for PostgreSQL versions below 10 (#5111)
- [Web] Fixed missing translations for subcontinent and continent (#4987)
- [Web] Fixed missing translations for some column headers of the event participant list (#4929)
- [Web] Fixed district shapes on statistics map sometimes overlapping each other (#4864)
- [Web] Fixed scroll bar covering the last entry in sub-lists (e.g. exposures) when using Mozilla Firefox (#4053)
- [App] Fixed event list not being properly sorted by change date (#4962)
- [SurvNet] Fixed endless loading error when sending data with an inactive SurvNet user (#5153)
- [DEMIS] Fixed fields not being properly mapped when selecting an existing sample and then creating a new pathogen test (#4976)
- [DEMIS] Fixed UUID and lab message date being editable when the message is not properly displayed (#5049)
- [SORMAS2SORMAS] Fixed receiving instances being able to edit person data that was sent with read access only (#4975)
- [Symptom Journals] Fixed symptom journals not working without contact details marked as primary (#4941)
- [Symptom Journals] Fixed deleting a case in SORMAS not leading to its deletion in Climedo as well (#4898)
- Fixed a typo in one of the facility types (#4918)
Documentation
- Improved the GitHub Pages representation of SORMAS: https://hzi-braunschweig.github.io/SORMAS-Project/ (#5006)
- [Symptom Journals] Set up proper versioning of the External Journal API (#3383)
Technology
- [DEMIS] Updated the DEMIS importer dependency to the current version (#4740)