Build: #116 was successful Changes by icrc-jfigueiredo <72515287+icrc-jfigueiredo@users.noreply.github.com>
Code commits
Git
-
icrc-jfigueiredo <72515287+icrc-jfigueiredo@users.noreply.github.com> 84127687313ce5c7f8c25566c65447058b7ccf5b
HTML-778: Using the UP with client timezone information to format dates on server side. (#240)
* HTML-755: <encounterDate showTime="true"/> tz conversions based on clientTimezone user property.
* HTML-755: remove unnecessary comments.
* HTML-755: Identations
* HTML-755: Change place where is set the UP_ClientTZ
* HTML-755: Fix some tests on ZonedDateTimeWidgetTest.java
* HTML-755: Fix some tests on ZonedDateTimeWidgetTest.java
* Fix multiple tests.
* HTML-755: After submiting check the submited TZ before DB UP_timezone
* HTML-755: Add VelocityFunctions to format with client timezone
* HTML-755: Add HFE-UI Dependency
* HTML-755: Remove HFE-UI Dependency
* HTML-755: If GP_timezone.conversions is false, it assume server TZ is the same as client TZ
* HTML-755: Fixing tests
* HTML-755: Only updating when submited timezone is not empty
* HTML-755: Identation
* retrigger checks
* HTML-755: Remove the update of the UP, when submitting a form with timezone.
* HTML-755: Add a comment.
* HTML-755: Add a new tests on EncounterDateTagTest
* HTML-755: refactoring method name
* HTML-755: Adding comments
* HTML-755: Changing method name
* HTML-755: Method renaming.
* HTML-755: Refactoring names
* HTML-755: Remove fallback value for HtmlFormEntryConstants.FORMATTER_DATETIME_NAME
* HTML-755: Add default value for global property
* HTML-755: Fix tests
* HTML-755: Rename GP from FORMATTER_DATETIME_NAME to FORMATTER_DATETIME
* HTML-755: Change exception to MissingRequiredPropertyException
* HTML-755: Add exception message htmlformentry.error.formattingTimeForEncounterDate
* HTML-755: Change dateWidget format.
* HTML-755: Add null check DateWidget
* HTML-755: Update comments
* HTML-755: Add new exceptions on velocityFunctions
* HTML-755: Add new constant DATETIME_FALLBACK_FORMAT
* HTML-755: Remove BooleanUtils that were not needed to evalutate.
* HTML-755: Remove BooleanUtils that were not needed to evalutate.
* HTML-755: Change message on messages.properties
* HTML-755: Change name of property to UP_CLIENT_TIMEZONE
* HTML-755: Change name of property to GP_FORMATTER_DATETIME
* HTML-755: Remove comment- api-tests/src/test/java/org/openmrs/module/htmlformentry/EncounterDateTagTest.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/module/htmlformentry/HtmlFormEntryConstants.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/module/htmlformentry/VelocityFunctions.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/module/htmlformentry/element/EncounterDetailSubmissionElement.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/module/htmlformentry/widget/DateWidget.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/module/htmlformentry/widget/TimeWidget.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/module/htmlformentry/widget/ZonedDateTimeWidget.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/java/org/openmrs/util/TimeZoneUtil.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/main/resources/messages.properties (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/test/java/org/openmrs/module/htmlformentry/widget/DateWidgetTest.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/test/java/org/openmrs/module/htmlformentry/widget/TimeWidgetTest.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- api/src/test/java/org/openmrs/module/htmlformentry/widget/ZonedDateTimeWidgetTest.java (version 84127687313ce5c7f8c25566c65447058b7ccf5b)
- omod/src/main/resources/config.xml (version 84127687313ce5c7f8c25566c65447058b7ccf5b)