pulls translations from transifex and commits them to github

Build: #327 was successful Scheduled with changes by 4 people

Code commits

coreapps

  • mgoodrich <mark.goodrich@live.com>

    mgoodrich <mark.goodrich@live.com> e732f6158ccbcf3359b5ecff4f532f204b87b248

    RA-1394: Datepicker Component: configure min and max dates

    • omod/src/main/web/dashboardwidgets/datepicker/datepicker.controller.js (version e732f6158ccbcf3359b5ecff4f532f204b87b248)
  • mgoodrich <mark.goodrich@live.com>

    mgoodrich <mark.goodrich@live.com> 50096f477e1fc22544c105fc7eb69e04b5bbffee

    add back in setting language in program status controller so that datepicker can be localized

    • omod/src/main/web/dashboardwidgets/programstatus/programstatus.controller.js (version 50096f477e1fc22544c105fc7eb69e04b5bbffee)
  • mgoodrich <mark.goodrich@live.com>

    mgoodrich <mark.goodrich@live.com> b78c3abff14352a49c449638554500f1b8868218

    update to use 0.6.2 of @openmrs/angularjs-openmrs-api

    • npm-shrinkwrap.json (version b78c3abff14352a49c449638554500f1b8868218)
    • package.json (version b78c3abff14352a49c449638554500f1b8868218)
  • Rafal Korytkowski

    Rafal Korytkowski 4e89c138c8958de01c9c49a558a877a123cbaef2

    RA-1394 Fixed dynamic setting of startDate and endDate

    • omod/src/main/web/dashboardwidgets/datepicker/datepicker.controller.js (version 4e89c138c8958de01c9c49a558a877a123cbaef2)
    • omod/src/main/web/dashboardwidgets/programstatus/programstatus.controller.js (version 4e89c138c8958de01c9c49a558a877a123cbaef2)
  • mgoodrich <mark.goodrich@live.com>

    mgoodrich <mark.goodrich@live.com> fc0e3c588511442d72e1440b6518516aa2d0b424

    Merge branch 'master' of https://github.com/openmrs/openmrs-module-coreapps

  • mgoodrich <mark.goodrich@live.com>

    mgoodrich <mark.goodrich@live.com> 71f5e162eab6707b63f9ffa4bf294112cc754a63

    update translations

    • api/src/main/resources/messages_de.properties (version 71f5e162eab6707b63f9ffa4bf294112cc754a63)
    • api/src/main/resources/messages_fr.properties (version 71f5e162eab6707b63f9ffa4bf294112cc754a63)
    • api/src/main/resources/messages_ht.properties (version 71f5e162eab6707b63f9ffa4bf294112cc754a63)
    • api/src/main/resources/messages_pt.properties (version 71f5e162eab6707b63f9ffa4bf294112cc754a63)
  • Rafal Korytkowski

    Rafal Korytkowski 3624e59c915438ddff263eb5617b47e48e8e7002

    Set language automatically from user session

    • npm-shrinkwrap.json (version 3624e59c915438ddff263eb5617b47e48e8e7002)
    • omod/src/main/web/dashboardwidgets/programs/programs.controller.js (version 3624e59c915438ddff263eb5617b47e48e8e7002)
    • omod/src/main/web/dashboardwidgets/programstatus/programstatus.controller.js (version 3624e59c915438ddff263eb5617b47e48e8e7002)
    • package.json (version 3624e59c915438ddff263eb5617b47e48e8e7002)
  • OpenMRS Administrator

    OpenMRS Administrator d6a23c0b511a13a56491bdcb840b4a20b5b09911

    committing translations from transifex

    • api/src/main/resources/messages_de.properties (version d6a23c0b511a13a56491bdcb840b4a20b5b09911)
    • api/src/main/resources/messages_fr.properties (version d6a23c0b511a13a56491bdcb840b4a20b5b09911)
    • api/src/main/resources/messages_ht.properties (version d6a23c0b511a13a56491bdcb840b4a20b5b09911)
    • api/src/main/resources/messages_pt.properties (version d6a23c0b511a13a56491bdcb840b4a20b5b09911)

registrationapp

  • Michael Seaton <mseaton@pih.org>

    Michael Seaton <mseaton@pih.org> 755f8c0a791f308df04898025e21e66230d1c72f

    Biometrics (#24)
    RA-1395 - Add ability to collect and enroll patient fingerprints during registration

    * Adds a new fingerprint widget and associated configuration
    * Adds javascript and html to registration page to alert user to matching biometric results if found
    * Submits biometric subject data within registration form
    * Upgrades required versions of registrationcore and uicommons due to required new features

    • api/src/main/java/org/openmrs/module/registrationapp/model/FingerprintWidget.java (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • api/src/main/resources/messages.properties (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/java/org/openmrs/module/registrationapp/form/RegisterPatientFormBuilder.java (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/java/org/openmrs/module/registrationapp/fragment/controller/MatchingPatientsFragmentController.java (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/java/org/openmrs/module/registrationapp/fragment/controller/RegisterPatientFragmentController.java (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/webapp/fragments/field/fingerprint.gsp (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/webapp/pages/registerPatient.gsp (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/webapp/resources/scripts/field/fingerprint.js (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/main/webapp/resources/scripts/registerPatient.js (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • omod/src/test/java/org/openmrs/module/registrationapp/fragment/controller/RegisterPatientFragmentControllerTest.java (version 755f8c0a791f308df04898025e21e66230d1c72f)
    • pom.xml (version 755f8c0a791f308df04898025e21e66230d1c72f)