=== modified file 'dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/event/data/DefaultEventAnalyticsService.java' --- dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/event/data/DefaultEventAnalyticsService.java 2013-09-02 18:12:51 +0000 +++ dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/event/data/DefaultEventAnalyticsService.java 2013-09-10 18:29:50 +0000 @@ -102,6 +102,8 @@ // ------------------------------------------------------------------------- //TODO org unit children / descendants + //TODO order the event analytics tables up front to avoid sorting in queries + //TODO include ordered column to avoid slow offset clause for paging public Grid getEvents( EventQueryParams params ) { === modified file 'dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/DefaultImportService.java' --- dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/DefaultImportService.java 2013-08-23 16:05:01 +0000 +++ dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/DefaultImportService.java 2013-09-10 18:29:50 +0000 @@ -180,8 +180,7 @@ dxfInStream = new BufferedInputStream(new FileInputStream( transformOutput )); rootNameSpace = preConverter.getDocumentRoot( dxfInStream ).getNamespaceURI(); - dxfReader = XMLFactory.getXMLReader( dxfInStream ); - + dxfReader = XMLFactory.getXMLReader( dxfInStream ); } log.debug( "Sending DXFv1 to converter" ); === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GetTabularReportAction.java' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GetTabularReportAction.java 2013-08-29 09:34:09 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GetTabularReportAction.java 2013-09-10 18:29:50 +0000 @@ -32,11 +32,8 @@ import java.util.List; import org.hisp.dhis.dataelement.DataElement; -import org.hisp.dhis.dataelement.DataElementService; import org.hisp.dhis.patient.PatientAttribute; -import org.hisp.dhis.patient.PatientAttributeService; import org.hisp.dhis.patient.PatientIdentifierType; -import org.hisp.dhis.patient.PatientIdentifierTypeService; import org.hisp.dhis.patientreport.PatientTabularReport; import org.hisp.dhis.patientreport.PatientTabularReportService; import org.hisp.dhis.program.ProgramStage; @@ -62,27 +59,6 @@ this.tabularReportService = tabularReportService; } - private DataElementService dataElementService; - - public void setDataElementService( DataElementService dataElementService ) - { - this.dataElementService = dataElementService; - } - - private PatientIdentifierTypeService patientIdentifierTypeService; - - public void setPatientIdentifierTypeService( PatientIdentifierTypeService patientIdentifierTypeService ) - { - this.patientIdentifierTypeService = patientIdentifierTypeService; - } - - private PatientAttributeService patientAttributeService; - - public void setPatientAttributeService( PatientAttributeService patientAttributeService ) - { - this.patientAttributeService = patientAttributeService; - } - // ------------------------------------------------------------------------- // Input // ------------------------------------------------------------------------- === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2013-09-10 04:51:49 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2013-09-10 18:29:50 +0000 @@ -956,11 +956,6 @@ scope="prototype"> - - -