=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/options/SystemSettingManager.java' --- dhis-2/dhis-api/src/main/java/org/hisp/dhis/options/SystemSettingManager.java 2011-12-19 19:01:47 +0000 +++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/options/SystemSettingManager.java 2011-12-25 17:12:51 +0000 @@ -68,6 +68,7 @@ final String KEY_SCHEDULED_PERIOD_TYPES = "keyScheduledPeriodTypes"; final String KEY_SCHEDULED_TASKS = "keyScheduledTasks"; final String KEY_ORGUNITGROUPSET_AGG_LEVEL = "orgUnitGroupSetAggregationLevel"; + final String KEY_SMS_CONFIG = "SMS_CONFIG"; final int DEFAULT_MAX_NUMBER_OF_ATTEMPTS = 20; final int DEFAULT_TIMEFRAME_MINUTES = 1; @@ -79,8 +80,6 @@ final String AGGREGATION_STRATEGY_BATCH = "batch"; final String DEFAULT_AGGREGATION_STRATEGY = AGGREGATION_STRATEGY_REAL_TIME; final int DEFAULT_COMPLETENESS_OFFSET = 15; - - final String KEY_SMS_CONFIG = "SMS_CONFIG"; final HashSet DEFAULT_SCHEDULED_PERIOD_TYPES = new HashSet() { { add( MonthlyPeriodType.NAME ); === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dataadmin/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dataadmin/i18n_module.properties 2011-12-25 17:03:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dataadmin/i18n_module.properties 2011-12-25 17:12:51 +0000 @@ -378,4 +378,5 @@ aggregated_org_unit_data_values=Aggregated org unit data values aggregated_org_unit_indicator_values=Aggregated org unit indicator values execute_now=Execute now -execute_tasks_confirmation=Are you sure you want to execute all tasks now? Task processing might fully utilize your system resources and slow down other operations. \ No newline at end of file +execute_tasks_confirmation=Are you sure you want to execute all tasks now? Task processing might fully utilize your system resources and slow down other operations. +no_aggregation=No aggregation \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/viewScheduledTasks.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/viewScheduledTasks.vm 2011-12-25 17:03:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/viewScheduledTasks.vm 2011-12-25 17:12:51 +0000 @@ -30,6 +30,7 @@