Changeset 3673
- Timestamp:
- 03/20/08 01:18:07 (10 months ago)
- Files:
-
- openmrs/branches/data_synchronization_bidirectional/.classpath (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/build.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/lib/spring-framework/spring-2.0.jar (deleted)
- openmrs/branches/data_synchronization_bidirectional/lib/spring-framework/spring-2.5.1.jar (copied) (copied from openmrs/trunk/lib/spring-framework/spring-2.5.1.jar) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/lib/spring-framework/spring-mock.jar (deleted)
- openmrs/branches/data_synchronization_bidirectional/lib/spring-framework/spring-test.jar (copied) (copied from openmrs/trunk/lib/spring-framework/spring-test.jar) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/lib/spring-framework/spring-webmvc.jar (copied) (copied from openmrs/trunk/lib/spring-framework/spring-webmvc.jar) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/metadata/api/hibernate/org/openmrs/api/db/hibernate/Encounter.hbm.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/metadata/api/spring/applicationContext-service.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/metadata/model/test-data-conventions.sql (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/properties.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/Cohort.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/ComplexObs.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/Obs.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/Patient.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/PatientIdentifier.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/Person.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/PersonName.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/PatientSetService.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/PersonService.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/ProgramWorkflowService.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/context/Context.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/PatientSetDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/PersonDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/hibernate/HibernateAdministrationDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/hibernate/HibernateConceptDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/hibernate/HibernatePatientSetDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/hibernate/HibernatePersonDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/hibernate/HibernateUserDAO.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/PatientServiceImpl.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/PatientSetServiceImpl.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/PersonServiceImpl.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/ProgramWorkflowServiceImpl.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/UserServiceImpl.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/hl7/HL7InQueueProcessor.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/module/ModuleClassLoader.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/module/ModuleConstants.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/module/ModuleFactory.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/module/ModuleFileParser.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/module/ModuleUtil.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/notification/impl/AlertServiceImpl.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/reporting/DrugOrderFilter.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/reporting/ObsPatientFilter.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/FormConstants.java (copied) (copied from openmrs/trunk/src/api/org/openmrs/util/FormConstants.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/FormUtil.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/OpenmrsClassLoader.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/OpenmrsConstants.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/OpenmrsUtil.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/VelocityExceptionHandler.java (copied) (copied from openmrs/trunk/src/api/org/openmrs/util/VelocityExceptionHandler.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/module/web/WebModuleUtil.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/DispatcherServlet.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/ForgotPasswordFormController.java (copied) (copied from openmrs/trunk/src/web/org/openmrs/web/controller/ForgotPasswordFormController.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/GlobalPropertyPortletController.java (copied) (copied from openmrs/trunk/src/web/org/openmrs/web/controller/GlobalPropertyPortletController.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/PatientRelationshipsPortletController.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/PersonRelationshipsPortletController.java (copied) (copied from openmrs/trunk/src/web/org/openmrs/web/controller/PersonRelationshipsPortletController.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/PortletController.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/patient/NewPatientFormController.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/patient/PatientDashboardController.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/person/PersonDashboardController.java (copied) (copied from openmrs/trunk/src/web/org/openmrs/web/controller/person/PersonDashboardController.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/program/PatientProgramFormController.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/controller/user/UserFormController.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/dwr/DWRAdministrationService.java (copied) (copied from openmrs/trunk/src/web/org/openmrs/web/dwr/DWRAdministrationService.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/dwr/DWRConceptService.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/dwr/DWRPersonService.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/dwr/DWRProgramWorkflowService.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/servlet/LoginServlet.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/servlet/QuickReportServlet.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/src/web/org/openmrs/web/taglib/PortletTag.java (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/BaseContextSensitiveTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/BaseModuleContextSensitiveTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/CreateInitialDataSet.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/ObsTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/OrderTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/PatientTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/PersonTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/RoleTest.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/TestUtil.java (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/TestingApplicationContext.xml (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/api (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/include (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/reporting (deleted)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test (copied) (copied from openmrs/trunk/test/api/org/openmrs/test) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/BaseContextSensitiveTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/BaseContextSensitiveTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/BaseModuleContextSensitiveTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/BaseModuleContextSensitiveTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/CreateInitialDataSet.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/CreateInitialDataSet.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/ObsTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/ObsTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/OrderTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/OrderTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/PatientTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/PatientTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/PersonNameTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/PersonNameTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/PersonTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/PersonTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/RoleTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/RoleTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/TestUtil.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/TestUtil.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/TestingApplicationContext.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/TestingApplicationContext.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/AdministrationServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/AdministrationServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/ConceptServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/ConceptServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/EncounterServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/EncounterServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/FormServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/FormServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/ObsServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/ObsServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/OrderServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/OrderServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/PatientServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/PatientServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/ProgramWorkflowServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/ProgramWorkflowServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/UserServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/UserServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/ArdenServiceTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/ArdenServiceTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/4.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/4.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/5.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/5.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/6.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/6.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/6.mlm.bad (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/6.mlm.bad) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/FluoridePSF.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/FluoridePSF.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/Fluoride_3-16y_PWS.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/Fluoride_3-16y_PWS.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/HiRiskLeadScreen.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/HiRiskLeadScreen.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/HiRiskLeadScreen.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/HiRiskLeadScreen.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/arden/include/directtbcontact.mlm (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden/include/directtbcontact.mlm) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/context (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/context) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/context/ContextTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/context/ContextTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/db (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/db) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/db/hibernate (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/db/hibernate) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/db/hibernate/HibernateAlertDAOTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/db/hibernate/HibernateAlertDAOTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/ConceptServiceTest-initialConcepts.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/ConceptServiceTest-initialConcepts.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/EncounterServiceTest-initialData.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/EncounterServiceTest-initialData.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/FormServiceTest-initialFieldTypes.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/FormServiceTest-initialFieldTypes.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/ObsServiceTest-initial.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/ObsServiceTest-initial.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/PatientServiceTest-createPatient.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/PatientServiceTest-createPatient.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/PatientServiceTest-lotsOfJohns.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/PatientServiceTest-lotsOfJohns.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/PatientServiceTest-usersWhoArePatients.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/PatientServiceTest-usersWhoArePatients.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/ProgramWorkflowServiceTest-createPatientProgram.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/ProgramWorkflowServiceTest-createPatientProgram.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/api/include/UserServiceTest.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include/UserServiceTest.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/include) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/include/initialInMemoryTestDataSet.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/include/initialInMemoryTestDataSet.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/module (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/module/ModuleInteroperabilityTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module/ModuleInteroperabilityTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/module/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module/include) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/module/include/atd-0.51.omod (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module/include/atd-0.51.omod) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/module/include/dssmodule-1.44.omod (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module/include/dssmodule-1.44.omod) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/reporting (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/reporting/export (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting/export) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/reporting/export/DataExportTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting/export/DataExportTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/reporting/export/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting/export/include) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/reporting/export/include/DataExportTest-obs.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting/export/include/DataExportTest-obs.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/reporting/export/include/DataExportTest-patients.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting/export/include/DataExportTest-patients.xml) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/util (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/util) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/util/OpenmrsUtilTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/util/OpenmrsUtilTest.java) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/util (deleted)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/dwr.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/messages.properties (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/openmrs-servlet.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/taglibs/openmrs.tld (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/template/gutter.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/template/headerFull.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/concepts/conceptClassForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/concepts/conceptClassList.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/concepts/conceptDatatypeForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/concepts/conceptDatatypeList.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/concepts/conceptDrugForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/concepts/conceptDrugList.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/encounters/encounterForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/encounters/encounterTypeForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/encounters/encounterTypeList.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/encounters/index.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/encounters/locationForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/encounters/locationList.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/observations/obsForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/patients/newPatientForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/person/addPerson.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/person/include/showPersonInfo.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/admin/users/userForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/analysis/cohortBuilder.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/fieldGen/string.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/forgotPasswordForm.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/forgotPasswordForm.jsp) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/personDashboardForm.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/personDashboardForm.jsp) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/addPersonForm.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/globalProperties.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/portlets/globalProperties.jsp) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/login.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/patientDemographics.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/patientEncounters.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/patientHeader.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/patientOverview.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/patientRegimen.jsp (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/patientRelationships.jsp (deleted)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/personHeader.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/portlets/personHeader.jsp) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/view/portlets/personRelationships.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/portlets/personRelationships.jsp) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/web.xml (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/openmrs.css (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/scripts/dojo/src/widget/openmrs/PatientSearch.js.withjstl (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/scripts/dojo/src/widget/openmrs/PersonSearch.js.withjstl (modified) (view diffs)
- openmrs/branches/data_synchronization_bidirectional/web/scripts/dojo/src/widget/openmrs/UserSearch.js.withjstl (modified) (view diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved