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

Release: openmrs-trunk-2043

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
Dimitri R <dimitri@mekomsolutions.com> Dimitri R <dimitri@mekomsolutions.com> a520540c08ca1515814c8b8d8d837ea9f0c683c8 TRUNK-381: Authentication scheme is wired as a Spring bean. (#2838)
* TRUNK-381: Authentication scheme is wired as a Spring bean.

* TRUNK-381: Fixing compile error in OpenmrsFilter.

* TRUNK-381: Test credentials relying on 'client name'.

* TRUNK-381: Default auth scheme not Spring-wired anymore in Context.

* TRUNK-381: Temporary moving the alt. auth. scheme Spring test to /web.

* TRUNK-381: Moving back test classes to /api.

* TRUNK-381: Added Context.setAuthenticationScheme()

* TRUNK-381: ContextDAO/Daemon, added API to create a new user with roles.

* TRUNK-381: Daemon.createUser(..) to disallow user editions.

* TRUNK-381: Asserting exceptions with JUnit's ExpectedException.

* TRUNK-381: Cleaning up AltAuthSchemeContextTest.

* TRUNK-381: Removed TODO and comments in web's AltAuthSchemeContextTest.