Release Notes 1.4.0
For a list of current OpenMRS releases, see Releases
Be sure to run the associated update-to-latest.mysqldiff.sql file. This updates the database to have the tables and columns to what is expected by the OpenMRS application.
Stable releases
1.4 stable
The official release OpenMRS 1.4.0 is now available for download at Downloads. This is our new stable release, replacing 1.3.4.
Important note: Upgrading to 1.4 will update your database in a way that cannot be undone, so you cannot go back to 1.3 after upgrading. Please be sure to backup your database before doing the upgrade so you have a way out.
Thanks to everyone who contributed code to this release, as well as to everyone who found and reported bugs. The following are lists of the new features and bugfixes that have happened since 1.3.0, along with their ticket numbers. (This is approximate--I may have missed some, and several of these have been backported to 1.3.x maintenance releases.)
I've highlighted a few new features that people may find interesting, as well as some improved compatibility (IE as a browser, Solaris as a server OS, and 4-component names for Latin American installations).
FormEntry Module 3.6.3 is included in the openmrs war file.
User and Implementer-visible improvements and bugfixes
Cohort Builder does not handle questions whose datatype is Boolean | |
Patient dashboard header shows program enrollments in a hacky PIH-specific way | |
One-row-per-Obs Data Exports | |
Cohort Column broken in data exports | |
sometimes graphs on the patient dashboard don't show up | |
Adding a concept to the patient graphs tab doesn't work right | |
Duplicate values in lab results table in graphs portlet on patient dashboard | |
Error when trying to set a patient relationship through the patient dashboard using Internet Explorer | |
Add Solaris operating system | |
Add Relationship Feature on Create a New Patient Page | |
Cannot create a patient with 4 names | |
Error when editing voided patients | |
Order Drug Form: Unable to find a value for "userId" in object of class "java.lang.String" using operator "." | |
Enroll in program for new patients does not work | |
Merge patients: encounter.obs.person not updated_ will fail on obs without encounter | |
List of search results does not present item #1 as first item in list | |
Broken numeric normal high range for concept dictionary | |
Add support for sending scheduler errors to system admin | |
Admin Order Drug links incorrect | |
PersonAttributeType with a format of java.Util.Date | |
Patient can be created from user or person without required fields (eg_ DOB_ names_ etc.) | |
Find similar patient names needs to handle names with more than 3 components | |
Fix Person/Patient/User Name searches to include other columns | |
Found Similar People yields excessive results when adding a new person | |
Cleanup module startup errors: Error parsing dwr-modules.xml file | |
FormEntry Processing Error | |
Add new regimen problem... | |
Enable Search by Identifier or Name when adding relationships | |
Problem with updating Edit FormField | |
Encounter Obs don't match in Edit and View screens | |
Spring does not refresh if an error occurs during module upload | |
Deleting a concept which in use should give a more user friendly error message | |
Drug order: Error when adding drug order with future start date | |
Identifiers portlet on patient dashboard should use a smarter default location | |
Multiple concepts within an ObsGroup do not show up correctly on Encounter Viewer | |
Add Sort Obs By Number option to Encounter form | |
Attribute date_voided stays NULL | |
Incorrect Link to Encounter Form When Searching for Observations | |
Data Export fails for "first obs" with no additional properties set_ if a patient has no obs for that concept | |
Login Redirect not working after APIAuthentication error is thrown | |
Error Checking for Role Name Needed | |
Add Concept Source should have some documentation | |
Change description of global property layout.name.format in next openmrs liquibase update | |
Patient Viewing Attributes - Concept ID instead of concept name | |
Patient Search Timeout Error Handling | |
Adding task with no details of task allows you to save and get an exception | |
Patient Search Result | |
Edit FormField XSN | |
Authenticating using systemId without a hyphen fails on short systemIds | |
Person Attribute Type Changed By date doesn't change when Person Attribute Types are changed | |
Global Property use_patient_attribute.healthCenter isn't fully observed |
There are also improvements that will only be visible to those who develop on the API:
Developer-visible improvements and bugfixes
Add ability to append data to an encounter vi hl7 | |
Person.getAge doesn't always return the correct age sometimes | |
Add accessionNumber to Order | |
Module support for tag files | |
Set a person's birthdate from their age on a date | |
Setting Encounter on Obs or Order should set Patient | |
Absolute paths don't work on the admin page for modules | |
Field to enter the value of an obs_ given a concept | |
CohortService - getCohort('nameofcohort') | |
identical forms with null form ids throw an exception in .equals method | |
sqldiff throws error when running rename table statement | |
Refactor common default location code | |
Module Factory bypasses service layer | |
ConceptService.saveConcept should allow you to create a concept with a specified concept id | |
org.hibernate.NonUniqueObjectException caused by PatientIdentifierValidator | |
Convert test framework to juni4 | |
Logic Unit Tests | |
ModuleUtil.getModuleRepository() can create bad paths for module directory | |
Add server hostname to system variable map | |
ModuleClassLoader.setProbeParentLoaderLast() should be public | |
Demo data has concepts without concept names | |
Valid XML required for META-INF/context.xml | |
Create test dataset | |
sqldiff incorrectly handles Manage vs Add/Edit/Delete Encounter Types in 1.3.0.14 | |
CD4 Count Concept Contains Non-Alphanumeric Characters in the Units |
PS- In case you downloaded a pre-release version of 1.4 or did a nightly build yourself, you may have seen one of the following transient bugs. They're all fixed now as well. Most people can ignore this.
Errors that were both introduced and fixed in 1.4. You may have seen these if you used a beta version or release candidate
FormEntry module 3.3.4 fails to start in OpenMRS 1.4 | |
1.4 Synonym Migration Fails | |
Editing encounterDateime on an existing encounter that has obs attached_ and calling 'EncounterService.saveEncounter' doesn't work | |
Cannot edit encounter datetime | |
Cannot edit drug order | |
Concept editing broken after concept name branch merge | |
upgrading 1.3.2 -> 1.4.x breaks forms | |
Patient matching module not up-to-date | |
Error in HibernateConceptDAO in getAllConcepts_ getConcepts_ and getNextAvailableId | |
Void obs fails when using the admininistrative edit obs page | |
Adding a new Observation using the webapp is broken | |
Update Concept Word Table via sql | |
HIV Consult sheets broken in 1.4.x/sync | |
encounter view BROKEN in 1.4.x | |
ConceptService is missing a few methods related to ConceptNameTag | |
Obs form broken: cannot select concept | |
can't download form because of velocity error | |
Concept mappings are no longer editable | |
Add all locales to "allowed_locales" global property | |
Edit this Patient gives error when changing the tribe | |
Error converting parameters for call to DWRProgramWorkflowService.getStatesByWorkflow in Cohort Builder (in 1.4.x but not in trunk) | |
Calendar object does not appear: concept_name_tag branch | |
Verbose mode on concept search should show locale-specific definitions: concept_name_tag branch | |
Different behavior while searching for concepts by name in 1.4 |
Pre-released versions (most people should ignore this)
1.4.0 beta
Dec 3rd 2008
New Features
Added ability for observations to store the explicit concept answer name chosen
Added custom identifier validators
Added accession numbers to orders
A new and improved schedule administration interface
Several security changes over 1.3
Numerous bug fixes over 1.3: List of individual change commits during 1.4's development.
1.4.0 beta 2
Feb 20th 2009
Bug Fixes
Added sql update for automatic conversion of concept words
Fixed concept editor to not duplicate concept name tag
Added missing translations
Fixed the cohort column in data exports
Made concept deletion more graceful - Thanks Daniel Kayiwa!
Fixed the javascript search results to show the correct results size - Thanks Frank Knoll!
Fixed the age comparison when comparing same day - Thanks Tammy Dugan!
Fixed parsing of report macros
Changed orur01 appending of hl7 messages to use PV1-19
Fixed manage orders link on patient dashboard
Added help text for managing concept sources
Added automatic fix for corrupt dwr-modules.xml files
Fixed search results overwriting of earlier search results
Fixed duplicate lab values showing up on patient dashboard
1.4.0 Release Candidate
March 5th 2009
Bug Fixes
Fixed person/patient searches for more than 4 names
Added familyName2 to all name search queries
Fixed creation of new patients from existing users
Fixed sql update script for quirky database
Fixed editing of concept numeric hiNormal values
More detailed information can be found by looking at the tickets closed for this release.