pulls translations from transifex and commits them to github

Code commits

htmlformentryui

  • Nsereko Joshua <58003327+jnsereko@users.noreply.github.com>

    Nsereko Joshua <58003327+jnsereko@users.noreply.github.com> 811990972ea07649ae33c4b56c61c3b520895f07

    Ra 1424:  escapeJs is vulnerable to XSS attacks  (#51)
    * RA-1424: escapeJs vulnerable to XSS

    * RA-1424: escapeJs vulnerable to XSS

    • api/src/main/java/org/openmrs/module/htmlformentryui/HtmlFormUtil.java (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/java/org/openmrs/module/htmlformentryui/fragment/controller/htmlform/EnterHtmlFormFragmentController.java (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/java/org/openmrs/module/htmlformentryui/page/controller/htmlform/ViewEncounterWithHtmlFormPageController.java (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/webapp/pages/htmlform/editHtmlFormWithSimpleUi.gsp (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/webapp/pages/htmlform/editHtmlFormWithStandardUi.gsp (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/webapp/pages/htmlform/enterHtmlFormWithSimpleUi.gsp (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/webapp/pages/htmlform/enterHtmlFormWithStandardUi.gsp (version 811990972ea07649ae33c4b56c61c3b520895f07)
    • omod/src/main/webapp/pages/htmlform/viewEncounterWithHtmlForm.gsp (version 811990972ea07649ae33c4b56c61c3b520895f07)

coreapps

  • icrc-jfigueiredo <72515287+icrc-jfigueiredo@users.noreply.github.com>

    icrc-jfigueiredo <72515287+icrc-jfigueiredo@users.noreply.github.com> 22fc4958971f4ac2edf525965496fc64236ca976

    RA-1926: Merge Visits: Remove visitId from URL to prevent NPE if that visit was merged (#410)
    * RA-1926 Remove visitId from URL to prevent NPE if that visit was merged

    * RA-1926 Remove visit ID if that visit was merged

    * RA-1926 Add new method to remove URL visits if necessary

    * RA-1926 Add new test file, and 2 new tests, to remove url if that visit id was merged

    * RA-1926 Change MergeVisitsPageControllerTest.java file to correct package

    * RA-1926 Change variables names

    * RA-1926 Indentation

    * RA-1926 Add comment

    * RA-1926 Changed var names

    * RA-1926 Change tests MergeVisitsPageControllerTest

    * RA-1926 Changed method to protected

    * RA-1926 Renaming variables

    * RA-1926 Indentation

    * RA-1926 Change StringUtils Library

    • omod/src/main/java/org/openmrs/module/coreapps/page/controller/MergeVisitsPageController.java (version 22fc4958971f4ac2edf525965496fc64236ca976)
    • omod/src/test/java/org/openmrs/module/coreapps/page/controller/MergeVisitsPageControllerTest.java (version 22fc4958971f4ac2edf525965496fc64236ca976)
  • Nsereko Joshua <58003327+jnsereko@users.noreply.github.com>

    Nsereko Joshua <58003327+jnsereko@users.noreply.github.com> f4932d532f0725dbdb91a13f21614444b2506012

    RA-1424: Removed escapeJs which is vulnerable to xss (#422)
    * RA-1424: Removed escapeJs which is vulnerable to xss

    * Delete openmrs.log

    Removing sdk artifact

    Co-authored-by: openmrs-bot <infrastructure@openmrs.org>
    Co-authored-by: Isaac Sears <isaac.j.sears@gmail.com>

    • omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/diagnosis/EncounterDiagnosesFragmentController.java (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/encounter/mostRecentEncounter.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/htmlformentry/codedOrFreeTextAnswer.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/mergepatients/patientSearchAndSelectWidget.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/patientHeader.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/patientdashboard/activeDrugOrders.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/patientdashboard/visitDetailsTemplate.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/fragments/patientsearch/patientSearchWidget.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/conditionlist/addCondition.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/conditionlist/editCondition.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/conditionlist/manageConditions.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/markPatientDead.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/mergeVisits.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/patientdashboard/patientDashboard.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/relationships/list.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/summarydashboard/summaryDashboard.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)
    • omod/src/main/webapp/pages/vitals/patient.gsp (version f4932d532f0725dbdb91a13f21614444b2506012)