1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1530

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> b50ee678f10d776b22e3198fe018e121c55ad425 Merge pull request #2084 from teleivo/TRUNK-5111
TRUNK-5111 Replace refs to deprecated isVoided in javadocs
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 74f75f7b952471f1392c039189784d85fd915fb9 TRUNK-5111 Replace refs to deprecated isVoided in javadocs
some javadocs, comments were still referencing the deprecated isVoided
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 6c51a50ef6c48083d6b9a1dd2e969837428aeee8 Merge pull request #2083 from teleivo/TRUNK-5104
TRUNK-5104 Replace use of Person.isPersonVoided
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 1bd8ab503ad35d9c8bfebdfe01e1154e11c2fb3b TRUNK-5104 Replace use of Person.isPersonVoided
replace use of Person.isPersonVoided which
is deprecated in favor of getPersonVoided
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> b8a19169dc83e58ab06987ea3cfc8819f9d89417 Merge pull request #2082 from teleivo/remove-unused
Remove unused PatientServiceTest.assertEqualsInt
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> f7f83d7c00e9cd6b8a161b58cda0df1d794065e1 Remove unused PatientServiceTest.assertEqualsInt
remove unused private helper method PatientServiceTest.assertEqualsInt
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 0c0bf8b20d41367abf41bfa67701222eb47b74e7 Merge pull request #2081 from teleivo/fix-readme-toc
fix readme after github markdown changes
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 506306f7cdec1ec6a3f025ccb276e8ba69bb289a fix readme after github markdown changes
github changed the way markdown are rendered, see
https://githubengineering.com/a-formal-spec-for-github-markdown/

* fixed the toc

however, github doesnt add a newline in the ordered sublist.
if you copy the toc into for example a PR and use the preview it will
render the toc correctly. you can add a lot of newlines and more indentation
which will solve this but then the toc gets very long.
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 00da6e03a316b364977b8e582edfe5e053d1e618 Merge pull request #2080 from teleivo/TRUNK-5114
 TRUNK-5114 Using different logging implementations instead of facade
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 76b93340b7de6501cbda337278b53ee2583c8531 TRUNK-5114 Using different logging implementations instead of facade
* replace use of log4j with slf4j logging facade in PersonValidator
* use parametrized message with log.debug which avoids superfluous
object creation when the logger is disabled for the DEBUG level and
removes if clause which causes a double check for wether DEBUG level is
enabled