pulls translations from transifex and commits them to github
Build: #1542 was successful Scheduled with changes by Michael Seaton <mseaton@pih.org>
Code commits
htmlformentry
-
Michael Seaton <mseaton@pih.org> ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4
Minor cleanup, including: (#211)
* log4j files should not be included in modules, as they overwrite the default openmrs appenders, this removes those in non-test projects
* CapturingPrintWriter is useful outside of a test context, so moving it
* A few private methods on DateWidget are useful to be able to use outside the class, make them public
* Remove unnecessary test dataset and just incorporate it into the main test dataset
* Add documentation for deploy web approaches in the pom
* Cleanup of incorrect javadoc- api-tests/src/test/java/org/openmrs/module/htmlformentry/CapturingPrintWriter.java (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api-tests/src/test/java/org/openmrs/module/htmlformentry/DrugOrderTagTest.java (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api-tests/src/test/resources/otherConceptMappings.xml (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api/src/main/java/org/openmrs/module/htmlformentry/CapturingPrintWriter.java (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api/src/main/java/org/openmrs/module/htmlformentry/FormEntryContext.java (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api/src/main/java/org/openmrs/module/htmlformentry/widget/DateWidget.java (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api/src/main/resources/log4j.xml (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- api/src/test/resources/org/openmrs/module/htmlformentry/data/RegressionTest-data-openmrs-2.1.xml (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- omod/pom.xml (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
- omod/src/main/resources/log4j.xml (version ebcb0b5b2b70dd200d24cc7d2136ec7486f486a4)
-
Michael Seaton <mseaton@pih.org> 09897c0b15d24f7f38e10eef4ae7dc620d5609a6
Formatter changes only
- api/src/main/java/org/openmrs/module/htmlformentry/element/PatientDetailSubmissionElement.java (version 09897c0b15d24f7f38e10eef4ae7dc620d5609a6)