OpenMRS Core Master

Build: #1018 was successful Run by child build TRUNK-STAND

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Daniel Kayiwa

    Daniel Kayiwa 6cc98201c385faba864fdfb081deec6a1a982ef7

    Merge pull request #1559 from thilobeckmann/TRUNK-2280
    TRUNK-2280: Refactor maximum length checking in the view layer

  • Daniel Kayiwa

    Daniel Kayiwa 0804e59be5da525ce9dc6de5b8a255c44b8adfd1

    Yet another attempt at fixing travis failing test - NameSupportTest.getInstance_shouldFindNameSupportBean:31 null: https://travis-ci.org/openmrs/openmrs-core/builds/75245768

    • web/src/main/java/org/openmrs/layout/web/name/NameSupport.java (version 0804e59be5da525ce9dc6de5b8a255c44b8adfd1)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> bb58f376d53f91473374415a8cd3d95f78de1197 m

    TRUNK-2280: Add hint to all limited textarea elements. Refactor event handling on textareas so that cut, paste, typing and deletions are recognized and update the hint message accordingly.

    • webapp/src/main/webapp/WEB-INF/messages.properties (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/messages_de.properties (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/template/headerFull.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/template/headerMinimal.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/view/admin/encounters/encounterTypeForm.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/view/admin/locations/locationAttributeType.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/view/admin/provider/providerAttributeTypeForm.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/view/admin/visits/visitAttributeTypeForm.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/view/admin/visits/visitTypeForm.jsp (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/WEB-INF/view/scripts/openmrsmessages.js.withjstl (version bb58f376d53f91473374415a8cd3d95f78de1197)
    • webapp/src/main/webapp/openmrs.js (version bb58f376d53f91473374415a8cd3d95f78de1197)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> f6bb7c1d3c3c2de8dab49d9b39d39c38afea7f62 m

    TRUNK-2280: remove duplicated forceMaxLength methods and change onkeypress to oninput, to get user input after instead of before being inserted into the textareas

    • webapp/src/main/webapp/WEB-INF/view/admin/encounters/encounterRoleForm.jsp (version f6bb7c1d3c3c2de8dab49d9b39d39c38afea7f62)
    • webapp/src/main/webapp/WEB-INF/view/admin/locations/locationAttributeType.jsp (version f6bb7c1d3c3c2de8dab49d9b39d39c38afea7f62)
    • webapp/src/main/webapp/WEB-INF/view/admin/provider/providerAttributeTypeForm.jsp (version f6bb7c1d3c3c2de8dab49d9b39d39c38afea7f62)
    • webapp/src/main/webapp/WEB-INF/view/admin/visits/visitAttributeTypeForm.jsp (version f6bb7c1d3c3c2de8dab49d9b39d39c38afea7f62)
    • webapp/src/main/webapp/WEB-INF/view/admin/visits/visitTypeForm.jsp (version f6bb7c1d3c3c2de8dab49d9b39d39c38afea7f62)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> c12986fcbd978246c8ed12f152d85c45df8e680f m

    TRUNK-2280: Add return false to cancel user input on exceeded size limit and not remove last character silently

    • webapp/src/main/webapp/openmrs.js (version c12986fcbd978246c8ed12f152d85c45df8e680f)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> bffcc2034a452eec437a3b0f0050423af8d02951 m

    TRUNK-2280: add unit tests for additional description length validation

    • api/src/test/java/org/openmrs/validator/EncounterTypeValidatorTest.java (version bffcc2034a452eec437a3b0f0050423af8d02951)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> 5830f6486cf6aa73442e1682585a77d828971610 m

    TRUNK-2280: improved stability of javascript length check

    • webapp/src/main/webapp/WEB-INF/view/admin/encounters/encounterTypeForm.jsp (version 5830f6486cf6aa73442e1682585a77d828971610)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> dbaf84c923646725a50a6b25740c2f5cb4c7a6d4 m

    TRUNK-2280: Removed duplicate status check

    • webapp/src/main/webapp/WEB-INF/view/admin/encounters/encounterTypeForm.jsp (version dbaf84c923646725a50a6b25740c2f5cb4c7a6d4)
  • thilobeckmann <github@thilobeckmann.de>

    thilobeckmann <github@thilobeckmann.de> 3fa67a92a2e3fe9c08d8172c2a67f2ddd035aa71 m

    TRUNK-2280: added description field to field length validations

    • api/src/main/java/org/openmrs/validator/EncounterTypeValidator.java (version 3fa67a92a2e3fe9c08d8172c2a67f2ddd035aa71)