Changeset 3434
- Timestamp:
- 02/20/08 14:25:24 (11 months ago)
- Files:
-
- openmrs/branches/visualization/.classpath (modified) (view diffs)
- openmrs/branches/visualization/build.properties (modified) (view diffs)
- openmrs/branches/visualization/build.xml (modified) (view diffs)
- openmrs/branches/visualization/lib/spring-framework/spring-2.0.jar (deleted)
- openmrs/branches/visualization/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/visualization/lib/spring-framework/spring-mock.jar (deleted)
- openmrs/branches/visualization/lib/spring-framework/spring-test.jar (copied) (copied from openmrs/trunk/lib/spring-framework/spring-test.jar) (view diffs)
- openmrs/branches/visualization/lib/spring-framework/spring-webmvc.jar (copied) (copied from openmrs/trunk/lib/spring-framework/spring-webmvc.jar) (view diffs)
- openmrs/branches/visualization/metadata/api/hibernate/org/openmrs/api/db/hibernate/Encounter.hbm.xml (modified) (view diffs)
- openmrs/branches/visualization/metadata/api/spring/applicationContext-service.xml (modified) (view diffs)
- openmrs/branches/visualization/metadata/model/openmrs_1.0.0-to-1.1.0-mysqldiff.sql (deleted)
- openmrs/branches/visualization/metadata/model/openmrs_1.1.0-data-mysql.sql (deleted)
- openmrs/branches/visualization/metadata/model/openmrs_1.1.0-mysql.sql (deleted)
- openmrs/branches/visualization/metadata/model/openmrs_1.1.0-patient-data-mysql.sql (deleted)
- openmrs/branches/visualization/metadata/model/openmrs_1.1.0-to-1.2.0-mysqldiff.sql (copied) (copied from openmrs/trunk/metadata/model/openmrs_1.1.0-to-1.2.0-mysqldiff.sql) (view diffs)
- openmrs/branches/visualization/metadata/model/openmrs_1.1.0-to-latest-mysqldiff.sql (deleted)
- openmrs/branches/visualization/metadata/model/openmrs_1.2.0-data-mysql.sql (copied) (copied from openmrs/trunk/metadata/model/openmrs_1.2.0-data-mysql.sql) (view diffs)
- openmrs/branches/visualization/metadata/model/openmrs_1.2.0-mysql.sql (copied) (copied from openmrs/trunk/metadata/model/openmrs_1.2.0-mysql.sql) (view diffs)
- openmrs/branches/visualization/metadata/model/openmrs_1.2.0-patient-data-mysql.sql (copied) (copied from openmrs/trunk/metadata/model/openmrs_1.2.0-patient-data-mysql.sql) (view diffs)
- openmrs/branches/visualization/metadata/model/openmrs_1.2.0-to-latest-mysqldiff.sql (copied) (copied from openmrs/trunk/metadata/model/openmrs_1.2.0-to-latest-mysqldiff.sql) (view diffs)
- openmrs/branches/visualization/metadata/model/readme.txt (modified) (view diffs)
- openmrs/branches/visualization/metadata/model/release-notes.txt (deleted)
- openmrs/branches/visualization/properties.xml (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/Cohort.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/ComplexObs.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/Obs.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/Patient.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/PatientIdentifier.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/Person.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/PersonName.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/PatientSetService.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/context/Context.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/db/PatientSetDAO.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/db/hibernate/HibernateAdministrationDAO.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/db/hibernate/HibernateConceptDAO.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/db/hibernate/HibernatePatientSetDAO.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/db/hibernate/HibernateProgramWorkflowDAO.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/db/hibernate/HibernateUserDAO.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/impl/PatientServiceImpl.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/impl/PatientSetServiceImpl.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/impl/PersonServiceImpl.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/api/impl/UserServiceImpl.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/hl7/HL7InQueueProcessor.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/module/ModuleClassLoader.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/module/ModuleConstants.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/module/ModuleFactory.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/module/ModuleFileParser.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/module/ModuleUtil.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/notification/impl/AlertServiceImpl.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/reporting/ObsPatientFilter.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/util/FormConstants.java (copied) (copied from openmrs/trunk/src/api/org/openmrs/util/FormConstants.java) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/util/FormUtil.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/util/OpenmrsClassLoader.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/util/OpenmrsConstants.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/util/OpenmrsUtil.java (modified) (view diffs)
- openmrs/branches/visualization/src/api/org/openmrs/util/VelocityExceptionHandler.java (copied) (copied from openmrs/trunk/src/api/org/openmrs/util/VelocityExceptionHandler.java) (view diffs)
- openmrs/branches/visualization/src/web/org/openmrs/module/web/WebModuleUtil.java (modified) (view diffs)
- openmrs/branches/visualization/src/web/org/openmrs/web/DispatcherServlet.java (modified) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/src/web/org/openmrs/web/controller/patient/NewPatientFormController.java (modified) (view diffs)
- openmrs/branches/visualization/src/web/org/openmrs/web/controller/user/UserFormController.java (modified) (view diffs)
- openmrs/branches/visualization/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/visualization/src/web/org/openmrs/web/dwr/DWRProgramWorkflowService.java (modified) (view diffs)
- openmrs/branches/visualization/src/web/org/openmrs/web/servlet/LoginServlet.java (modified) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/BaseContextSensitiveTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/BaseModuleContextSensitiveTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/CreateInitialDataSet.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/ObsTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/OrderTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/PatientTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/PersonTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/RoleTest.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/TestUtil.java (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/TestingApplicationContext.xml (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/api (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/include (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/reporting (deleted)
- openmrs/branches/visualization/test/api/org/openmrs/test (copied) (copied from openmrs/trunk/test/api/org/openmrs/test) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/BaseContextSensitiveTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/BaseContextSensitiveTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/BaseModuleContextSensitiveTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/BaseModuleContextSensitiveTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/CreateInitialDataSet.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/CreateInitialDataSet.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/ObsTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/ObsTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/OrderTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/OrderTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/PatientTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/PatientTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/PersonNameTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/PersonNameTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/PersonTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/PersonTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/RoleTest.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/RoleTest.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/TestUtil.java (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/TestUtil.java) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/TestingApplicationContext.xml (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/TestingApplicationContext.xml) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/api (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/test/api/org/openmrs/test/api/arden (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/arden) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/test/api/org/openmrs/test/api/context (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/context) (view diffs)
- openmrs/branches/visualization/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/visualization/test/api/org/openmrs/test/api/db (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/db) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/test/api/org/openmrs/test/api/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/api/include) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/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/visualization/test/api/org/openmrs/test/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/include) (view diffs)
- openmrs/branches/visualization/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/visualization/test/api/org/openmrs/test/module (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module) (view diffs)
- openmrs/branches/visualization/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/visualization/test/api/org/openmrs/test/module/include (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/module/include) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/test/api/org/openmrs/test/reporting (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting) (view diffs)
- openmrs/branches/visualization/test/api/org/openmrs/test/reporting/export (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/reporting/export) (view diffs)
- openmrs/branches/visualization/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/visualization/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/visualization/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/visualization/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/visualization/test/api/org/openmrs/test/util (copied) (copied from openmrs/trunk/test/api/org/openmrs/test/util) (view diffs)
- openmrs/branches/visualization/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/visualization/test/api/org/openmrs/util (deleted)
- openmrs/branches/visualization/web/WEB-INF/dwr.xml (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/messages.properties (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/openmrs-servlet.xml (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/template/gutter.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/template/headerFull.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/admin/patients/newPatientForm.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/admin/person/addPerson.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/admin/person/include/showPersonInfo.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/admin/users/userForm.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/analysis/cohortBuilder.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/fieldGen/string.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/forgotPasswordForm.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/forgotPasswordForm.jsp) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/portlets/addPersonForm.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/portlets/globalProperties.jsp (copied) (copied from openmrs/trunk/web/WEB-INF/view/portlets/globalProperties.jsp) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/portlets/login.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/portlets/patientDemographics.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/view/portlets/patientRegimen.jsp (modified) (view diffs)
- openmrs/branches/visualization/web/WEB-INF/web.xml (modified) (view diffs)
- openmrs/branches/visualization/web/openmrs.css (modified) (view diffs)
- openmrs/branches/visualization/web/scripts/dojo/src/widget/openmrs/PatientSearch.js.withjstl (modified) (view diffs)
- openmrs/branches/visualization/web/scripts/dojo/src/widget/openmrs/PersonSearch.js.withjstl (modified) (view diffs)
- openmrs/branches/visualization/web/scripts/dojo/src/widget/openmrs/UserSearch.js.withjstl (modified) (view diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved