1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-2750

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
tendo kiiza Martyn tendo kiiza Martyn e9051da2c6338e0bb7774b35f706ab19c67e2faa TRUNK-6020:Add support for Storing user-specific settings for OpenMRS… (#3852)
* TRUNK-6020:Add support for Storing user-specific settings for OpenMRS 3.0

* Changing user_property string value length

* Fixing test failures

* Doing more refactoring

* Making Sure key/value user-properties are not truncated and silently saved

* Undoing previous commit changes

* Reflecting key size change in test

* removing unnecessary loop

* Changing from .stream().findFirst().get().length() to keySet().iterator().next().length()