pulls translations from transifex and commits them to github

Build: #257 was successful

Job: coreapps was successful

Code commits

coreapps

  • Cosmin <cioan@pih.org>

    Cosmin <cioan@pih.org> 733c1c8130cf82a98b12a8070e60f3daf558f9aa

    Merge pull request #101 from cioan/PROV-79
    PROV-79, fix NPE bug in list CHW page

  • Romain Buisson <rbuisson@users.noreply.github.com>

    Romain Buisson <rbuisson@users.noreply.github.com> 4a5e8184dd27bf5e661f4e3019612f38617925e4

    RA-1287: Add a Sticky Note to the patient dashboard (#99)
    Java controller to pass some config elements, such as the sticky note concept, locale... to the front-end AngularJS controller
            new file:   omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/StickyNoteFragmentController.java
            modified:   api/src/main/java/org/openmrs/module/coreapps/CoreAppsConstants.java

    Insert the Sticky Note in the patient header at secondLineFragments extension point
            modified:   omod/src/main/resources/apps/patientHeader_extension.json

    Add a global property to set the concept used as sticky note
            modified:   omod/src/main/resources/config.xml

    Declare AngularJS module dependencies
            new file:   omod/src/main/webapp/resources/scripts/stickyNote/app.js

    Controller and view that displays the clickToEditObs AngularJS directive
            new file:   omod/src/main/webapp/resources/scripts/stickyNote/controllers/stickyNoteCtrl.js
            new file:   omod/src/main/webapp/fragments/stickyNote.gsp

    Main directive that displays an editable text field when user clicks on it
            new file:   omod/src/main/webapp/resources/scripts/stickyNote/directives/clickToEditObs.js
            new file:   omod/src/main/webapp/resources/partials/clickToEditObs.html
            new file:   omod/src/main/webapp/resources/scripts/stickyNote/resources/xeditable.min.js

    Dialog popup for deletion confirmation
            new file:   omod/src/main/webapp/resources/partials/deleteDialog.html

    Fontawesome sticky note icon
            new file:   omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.eot
            new file:   omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.svg
            new file:   omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.ttf
            new file:   omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.woff

    i18n messages
            modified:   api/src/main/resources/messages.properties

    Add dependency on 'webservices.rest' OMOD module and update version due to Context loading failure in tests
            modified:   omod/pom.xml
            modified:   pom.xml

    • api/src/main/java/org/openmrs/module/coreapps/CoreAppsConstants.java (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • api/src/main/resources/messages.properties (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/pom.xml (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/StickyNoteFragmentController.java (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/resources/apps/patientHeader_extension.json (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/resources/config.xml (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/fragments/stickyNote.gsp (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.eot (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.svg (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.ttf (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/fonts/fontawesome-stickyNote.woff (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/partials/clickToEditObs.html (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/partials/deleteDialog.html (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/scripts/stickyNote/app.js (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/scripts/stickyNote/controllers/stickyNoteCtrl.js (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/scripts/stickyNote/directives/clickToEditObs.js (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • omod/src/main/webapp/resources/scripts/stickyNote/resources/xeditable.min.js (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
    • pom.xml (version 4a5e8184dd27bf5e661f4e3019612f38617925e4)
  • Mark Goodrich <mgoodrich@pih.org>

    Mark Goodrich <mgoodrich@pih.org> f6a5fea96dca8a76027d80245d1dca2d360d3367

    Merge pull request #100 from craigappl/master
    RA-1364 Adding Clear: Left to fix multiple items per line

  • Cosmin Ioan <cioan@pih.org>

    Cosmin Ioan <cioan@pih.org> 021bf11255137ce1af79bc98c02e46fc0b940d11

    PROV-79, fix NPE bug in list CHW page

    • omod/src/main/java/org/openmrs/module/coreapps/page/controller/providermanagement/EditProviderPageController.java (version 021bf11255137ce1af79bc98c02e46fc0b940d11)
    • omod/src/main/java/org/openmrs/module/coreapps/page/controller/providermanagement/ProviderListPageController.java (version 021bf11255137ce1af79bc98c02e46fc0b940d11)
    • omod/src/main/webapp/pages/providermanagement/editProvider.gsp (version 021bf11255137ce1af79bc98c02e46fc0b940d11)
    • omod/src/main/webapp/pages/providermanagement/providerList.gsp (version 021bf11255137ce1af79bc98c02e46fc0b940d11)
  • andrewmoko <andrewm@openhmisafrica.org>

    andrewmoko <andrewm@openhmisafrica.org> 66c8105fa77d6092203c84c1834bd95fdba80b40

    RA-1297 Add functionality to Expand All encounters on the Patient Dashboard (#61)
    * RA-1297 Add functionality to Expand All encounters on the Patient Dashboard

    * RA-1297 - Add functionality to Expand All encounters on the Patient Dashboard

    * RA-1297 Add functionality to Expand All encounters on the Patient Dashboard

    • api/src/main/resources/messages.properties (version 66c8105fa77d6092203c84c1834bd95fdba80b40)
    • omod/src/main/compass/sass/encounterToggle.scss (version 66c8105fa77d6092203c84c1834bd95fdba80b40)
    • omod/src/main/webapp/fragments/patientdashboard/visits.gsp (version 66c8105fa77d6092203c84c1834bd95fdba80b40)
    • omod/src/main/webapp/resources/scripts/visit/encounterToggle.js (version 66c8105fa77d6092203c84c1834bd95fdba80b40)
  • Craig Appl <craigappl@gmail.com>

    Craig Appl <craigappl@gmail.com> 41c5dc65acc89fb3432521d1d5354b561aa9585d m

    RA-1364 Adding Clear: Left to fix multiple items per line

    • omod/src/main/compass/sass/clinicianfacing/patient.scss (version 41c5dc65acc89fb3432521d1d5354b561aa9585d)