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

Release: openmrs-trunk-1518

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
Wyclif Luyima Wyclif Luyima 1a413763067ea6dda819314816db344ee3d60d76 Refactored the exception classes - TRUNK-4696
Refactored the exception classes - TRUNK-4696

Refactored the exception classes - TRUNK-4696
Lluis Martinez <lluismf@gmail.com> Lluis Martinez <lluismf@gmail.com> 4a25b845ea81c0c71229bd9ef8b03f9b7ac81908 Replace deprecated assertEquals for doubles. Formatting.
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> d4f5750dc69659566d829aef6910a259885478d4 Merge pull request #2060 from teleivo/TRUNK-5111
TRUNK-5111 Replace use of deprecated isVoided
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> dc5b043a3cb13e44f4454a3c2e7e22f0ce557448 TRUNK-5111 Replace use of deprecated isVoided
Voidable.isVoided is deprecated in favor of getVoided. Replace the use of isVoided
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 3bf7c4d2948ba9b3609a223bdbef5f5b1b1842fc Merge pull request #2059 from teleivo/TRUNK-5106
TRUNK-5106 Replace use of deprecated isPreferred
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 8ffaa4fd3d905eda628af8f453339112afafbed8 TRUNK-5106 Replace use of deprecated isPreferred
Replace use of PersonAdress/PatientIdentifier/PersonName/RelationshipType.isPreferred
which is deprecated with getPreferred
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 365f7551680de241c36ed93f08d51097c37bf0e5 Merge pull request #2058 from teleivo/baseopenmrsmetadata-deprecated
Replace deprecated Retirable.isRetired
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 39db1e0dc5ab24f962df3ab83140b1691db2076a Replace use of deprecated Retirable.isRetired
* replace use of deprecated Retirable.isRetired with getRetired
* replace expression of isRetired() == Boolean.TRUE with isRetired
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 66de0820117a024a56a78de94b794e61eeacf0e5 Merge pull request #2044 from mavrk/TRUNK-5066
TRUNK 5066 : Add tests to ConceptServiceImpl
Sanatt Abrol <sanatt.abrol.in@gmail.com> Sanatt Abrol <sanatt.abrol.in@gmail.com> f80d37b0db2d44184c3dd71155113266f4a2bb3d TRUNK 5066 - Add tests to ConceptServiceImpl
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 89e0fb7ab92937233db2e10cf037e68f8f515dbc Merge pull request #2056 from teleivo/update-readme
fix link in readme to IDE setup
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 08c90fb7bb2d5fdc02db904c79365b28ae49366d fix link in readme to IDE setup
the wiki page on IDE setup got a new landing page which links to
different IDEs
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> f1eaeb13e83638a661a0df95dc92d611aa405a2d Merge pull request #2055 from teleivo/TRUNK-5108
TRUNK-5108 Remove Vagrantfile and puppet
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 1a2cd5380c7281e59ca4bfc44e034d6eb5b0f75b TRUNK-5108 Remove Vagrantfile and puppet
Remove Vagrantfile and puppet since they are not used and are not
maintained and only add issues due to ruby files from third party
dependencies that were just inserted into this repo instead of using
proper dependency management.