pulls translations from transifex and commits them to github

Build: #257 was successful Scheduled with changes by 6 people

Build result summary

Details

Completed
Queue duration
19 seconds
Duration
20 seconds
Labels
None
Revisions
Release scripts
3b213fe8979ee0c47b7779f9db3410334c97dfd1 3b213fe8979ee0c47b7779f9db3410334c97dfd1
uicommons
def72fad1794547590e040a85943085a578426a5 def72fad1794547590e040a85943085a578426a5
htmlformentry
3a7d18d9028437a1677d678ebecf1a5dc3964ba9 3a7d18d9028437a1677d678ebecf1a5dc3964ba9
htmlformentryui
ac4cf5966fedf24fe77ef83d8448aa5f46970595 ac4cf5966fedf24fe77ef83d8448aa5f46970595
allergyui
50b4ad26980647935245b4844627acfc92974256 50b4ad26980647935245b4844627acfc92974256
allergyapi
2adbdbd837440b6e5a65aa399c00991a471c215d 2adbdbd837440b6e5a65aa399c00991a471c215d
appointmentschedulingui
e438d6ee9a11f48e336ddb846f24fb38626e73ea e438d6ee9a11f48e336ddb846f24fb38626e73ea
coreapps
733c1c8130cf82a98b12a8070e60f3daf558f9aa 733c1c8130cf82a98b12a8070e60f3daf558f9aa
dispensing
898f9484bf4522bf566e608480451dc3249f35f4 898f9484bf4522bf566e608480451dc3249f35f4
mdrtb
4829b4fbfe8d53cd84f6561b85cfb6b6a3d8b44b 4829b4fbfe8d53cd84f6561b85cfb6b6a3d8b44b
printer
cbf17c324461a18bc48ae9905b47fccb43d26293 cbf17c324461a18bc48ae9905b47fccb43d26293
radiologyapp
159e11fe404805b254b4983998020fb1de722a59 159e11fe404805b254b4983998020fb1de722a59
radiology
5ebd49d2c98902dd42725b861c1409194c3a7dbc 5ebd49d2c98902dd42725b861c1409194c3a7dbc
referenceapplication
551be3a599c7fd576c66acaa3fd14753206ee8b7 551be3a599c7fd576c66acaa3fd14753206ee8b7
registrationapp
128ac5830a9f50ebf120a47dc1d46f2d964ff649 128ac5830a9f50ebf120a47dc1d46f2d964ff649
reportingui
033a6abccdcc79b324fc8f2cf4b8e2e5d8cb5fab 033a6abccdcc79b324fc8f2cf4b8e2e5d8cb5fab
Successful since
#15 ()

Code commits

uicommons
Author Commit Message Commit date
Mark Goodrich <mgoodrich@pih.org> Mark Goodrich <mgoodrich@pih.org> def72fad1794547590e040a85943085a578426a5 def72fad1794547590e040a85943085a578426a5 Merge pull request #35 from craigappl/master
RA-1364 Adding 96% width to UL Action container
Craig Appl <craigappl@gmail.com> Craig Appl <craigappl@gmail.com> 607ef3d9b7aecdb33f606abcd02a4958fb5bb64b 607ef3d9b7aecdb33f606abcd02a4958fb5bb64b RA-1364 Adding 96% width to UL Action container
this guarantees that the blue box stretches to the width of the container.
coreapps
Author Commit Message Commit date
Cosmin <cioan@pih.org> Cosmin <cioan@pih.org> 733c1c8130cf82a98b12a8070e60f3daf558f9aa 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 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
Mark Goodrich <mgoodrich@pih.org> Mark Goodrich <mgoodrich@pih.org> f6a5fea96dca8a76027d80245d1dca2d360d3367 f6a5fea96dca8a76027d80245d1dca2d360d3367 Merge pull request #100 from craigappl/master
RA-1364 Adding Clear: Left to fix multiple items per line

Jira issues

IssueDescriptionStatus
Unknown Issue TypeADDR-111Could not obtain issue details from Jira
Unknown Issue TypePROV-79Could not obtain issue details from Jira
Unknown Issue TypeRA-1287Could not obtain issue details from Jira
Unknown Issue TypeRA-1297Could not obtain issue details from Jira
Unknown Issue TypeRA-1364Could not obtain issue details from Jira