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

Release: openmrs-trunk-1635

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> 58bac16a8152307887741c1b2298c3d6581f15a1 Merge pull request #2179 from teleivo/TRUNK-5154
TRUNK-5154 ProgramWorkflowStateEditor tries to get state by uuid twice
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> eba7a0a14e2ac86c5e55ab85b5f139ab972066b0 TRUNK-5154 ProgramWorkflowStateEditor tries to get state by uuid twice
the catch block will never be reached since getByUuid() just returns
null if nothing is found. The exception in the try block is normally
thrown by Integer.valueOf() if the text is a uuid and not a number

* use getState(Integer) first to try to get the ProgramWorkflowState by
its id
* is text is not an Integer, the exception in Integer.valueOf will lead
to the catch block being executed which then tries to fetch by the uuid
* added tests
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 084dde5112e327d75e44494fc182710a434a2e13 Merge pull request #2178 from teleivo/TRUNK-5155-real
TRUNK-5155 Add ProgramWorkflowService.getState(Integer)
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 415974dc7618f33a3b1af815e946689d136c3568 TRUNK-5155 Add ProgramWorkflowService.getState(Integer)
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 3076d9b4a0d3ef8e92c0f08d4791f550423f9c0c Merge pull request #2177 from teleivo/TRUNK-5155
TRUNK-5156 Add ProgramWorkflowService.getWorkflow(Integer)
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> bd101b57c69def40ebf3b83310eaf55e74e997c7 TRUNK-5156 Add ProgramWorkflowService.getWorkflow(Integer)
add ProgramWorkflow getWorkflow(Integer) in

ProgramWorkflowService
ProgramWorkflowServiceDAO
HibernateProgramWorkflowServiceDAO
ProgramWorkflowServiceImpl
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 7eafde62f5438c2632b7741a0f1ea01ba9084e29 Merge pull request #2176 from teleivo/TRUNK-5159
TRUNK-5159 Remove isAuthenticated check in PropertyEditors
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> fd9cfa9a9e4358d82c60218313d51aecb054fd28 TRUNK-5159 Remove isAuthenticated check in PropertyEditors
Remove isAuthenticated check in PropertyEditors.setAsText()

ConceptAttributeTypeEditor.java
LocationAttributeTypeEditor.java
LocationTagEditor.java

which is not needed
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 311b89196dfd11f73b117b6c7a1292a2e8f186c1 Merge pull request #2175 from Ankitkumar94/TRUNK-5052
TRUNK-5052 : Extract methods from getVisitTypesToStop
Ankit kumar <rajadelhi94@gmail.com> Ankit kumar <rajadelhi94@gmail.com> 2c427a65637b4d4fa26178c094d2ec628db587ef TRUNK-5052 : Extract methods from getVisitTypesToStop