More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #241 failed Changes by Michael Seaton <mseaton@pih.org>
Code commits
Git
-
Michael Seaton <mseaton@pih.org> 20b710d2217f13129c84767c05566194aacca6b2
REPORT-253: Localize Date parameters when rendering reports
Commit includes:
* Some clean up of global property management, including caching, convenience methods, constants, and adding missing entries to config.xml
* Adding the ability to specify the default date format for reports as a global property
* Adding localization of displayed dates, using either the passed in locale, global property default locale for reporting, or context locale, in that order.- api/src/main/java/org/openmrs/module/reporting/ReportingConstants.java (version 20b710d2217f13129c84767c05566194aacca6b2)
- api/src/main/java/org/openmrs/module/reporting/common/ObjectUtil.java (version 20b710d2217f13129c84767c05566194aacca6b2)
- api/src/test/java/org/openmrs/module/reporting/common/ObjectUtilTest.java (version 20b710d2217f13129c84767c05566194aacca6b2)
- omod/src/main/resources/config.xml (version 20b710d2217f13129c84767c05566194aacca6b2)