=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facility.vm' --- dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facility.vm 2012-12-12 07:57:09 +0000 +++ dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/facility.vm 2013-02-03 10:13:17 +0000 @@ -160,7 +160,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationForm.vm 2012-12-10 12:54:54 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/caseAggregationForm.vm 2013-02-03 10:13:17 +0000 @@ -18,7 +18,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/sectionDataEntryForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/sectionDataEntryForm.vm 2013-01-29 14:59:14 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/sectionDataEntryForm.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.vm' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.vm 2013-01-04 18:10:25 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multiOrgSectionForm.vm 2013-02-03 10:13:17 +0000 @@ -13,7 +13,7 @@
-

$encoder.htmlEncode( $section.name )

+

$encoder.htmlEncode( $section.displayName )

=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2013-01-04 18:10:25 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2013-02-03 10:13:17 +0000 @@ -13,7 +13,7 @@
-

$encoder.htmlEncode( $section.name )

+

$encoder.htmlEncode( $section.displayName )

=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm 2012-10-29 03:48:40 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntryOverview.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end
@@ -29,7 +29,7 @@ #if( $dataSet.sections.size() > 0 ) #foreach( $section in $dataSet.sections )
  • - $i18n.getString( $section.name ) + $i18n.getString( $section.displayName )
  • #end #else === modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntrySection.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntrySection.vm 2012-10-12 09:22:44 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntrySection.vm 2013-02-03 10:13:17 +0000 @@ -4,7 +4,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end

    $encoder.htmlEncode( $dataSetName )

    === modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.vm 2012-09-27 06:54:00 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/menu.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end #if( $complete == true ) === modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/selectPeriod.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/selectPeriod.vm 2012-11-06 03:41:55 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/selectPeriod.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end
    === modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/trackingMenu.vm' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/trackingMenu.vm 2012-11-02 09:21:38 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/trackingMenu.vm 2013-02-03 10:13:17 +0000 @@ -1,7 +1,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end #if( $complete == true ) === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/minMaxValidation.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/minMaxValidation.vm 2012-07-25 13:18:48 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/minMaxValidation.vm 2013-02-03 10:13:17 +0000 @@ -18,7 +18,7 @@
    === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/responseDataSet.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/responseDataSet.vm 2009-03-03 16:46:36 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/responseDataSet.vm 2013-02-03 10:13:17 +0000 @@ -3,7 +3,7 @@ #foreach ( $dataSet in $dataSets ) $dataSet.id - $encoder.xmlEncode( $dataSet.name ) + $encoder.xmlEncode( $dataSet.displayName ) $dataSet.locked #end === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addSection.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addSection.vm 2012-10-17 11:58:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/addSection.vm 2013-02-03 10:13:17 +0000 @@ -39,11 +39,11 @@ - + - + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetAssociations.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetAssociations.vm 2011-03-18 14:20:18 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetAssociations.vm 2013-02-03 10:13:17 +0000 @@ -1,6 +1,6 @@

    $i18n.getString( "define_dataset_associations" )

    -

    $encoder.htmlEncode( $dataSet.name )

    +

    $encoder.htmlEncode( $dataSet.displayName )

    === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editSection.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editSection.vm 2012-10-17 11:58:35 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/editSection.vm 2013-02-03 10:13:17 +0000 @@ -39,15 +39,15 @@
    - + - + - +
    -

    $encoder.htmlEncode( $section.name )

    +

    $encoder.htmlEncode( $section.displayName )

      
    @@ -84,7 +84,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/greySection.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/greySection.vm 2012-02-21 19:20:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/greySection.vm 2013-02-03 10:13:17 +0000 @@ -17,15 +17,15 @@ - $section.name + $section.displayName - $section.dataSet.name + $section.dataSet.displayName - $categoryCombo.name + $categoryCombo.displayName === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/sectionDataElement.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/sectionDataElement.vm 2011-03-18 14:20:18 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/sectionDataElement.vm 2013-02-03 10:13:17 +0000 @@ -28,9 +28,9 @@ ##data element name #if( $useShortName ) - $encoder.htmlEncode( $dataElement.shortName ) + $encoder.htmlEncode( $dataElement.displayShortName ) #else - $encoder.htmlEncode( $dataElement.name ) + $encoder.htmlEncode( $dataElement.displayName ) #end === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm 2013-01-23 09:08:59 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/viewDataEntryForm.vm 2013-02-03 10:13:17 +0000 @@ -61,7 +61,7 @@ - + @@ -136,7 +136,7 @@
    $i18n.getString( "select_category_combo_for_which_to_insert" )

    === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/smscommand/new-sms-command.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/smscommand/new-sms-command.vm 2012-08-30 12:47:05 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/smscommand/new-sms-command.vm 2013-02-03 10:13:17 +0000 @@ -39,7 +39,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2012-10-31 08:31:37 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/addOrganisationUnitForm.vm 2013-02-03 10:13:17 +0000 @@ -118,7 +118,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2012-10-31 08:31:37 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitForm.vm 2013-02-03 10:13:17 +0000 @@ -135,7 +135,7 @@ @@ -152,7 +152,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addCaseAggregation.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addCaseAggregation.vm 2013-01-23 10:27:28 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addCaseAggregation.vm 2013-02-03 10:13:17 +0000 @@ -33,7 +33,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/caseAggregation.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/caseAggregation.vm 2012-07-04 05:06:10 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/caseAggregation.vm 2013-02-03 10:13:17 +0000 @@ -11,7 +11,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programStageSection.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programStageSection.vm 2013-01-23 10:27:28 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programStageSection.vm 2013-02-03 10:13:17 +0000 @@ -28,10 +28,10 @@ #set( $mark = false ) #foreach( $section in $programStage.programStageSections ) - $encoder.htmlEncode( $section.name ) + $encoder.htmlEncode( $section.displayName ) $i18n.getString( 'edit' ) - $i18n.getString( 'remove' ) + $i18n.getString( 'remove' ) $i18n.getString( 'show_details' ) === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programStageSectionSortOder.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programStageSectionSortOder.vm 2013-01-23 10:27:28 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programStageSectionSortOder.vm 2013-02-03 10:13:17 +0000 @@ -11,7 +11,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateCaseAggregation.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateCaseAggregation.vm 2013-01-23 10:27:28 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateCaseAggregation.vm 2013-02-03 10:13:17 +0000 @@ -32,7 +32,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageSectionForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageSectionForm.vm 2013-01-23 10:27:28 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageSectionForm.vm 2013-02-03 10:13:17 +0000 @@ -30,7 +30,7 @@ - + === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/dataSetReportForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/dataSetReportForm.vm 2013-01-24 11:11:31 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/dataSetReportForm.vm 2013-02-03 10:13:17 +0000 @@ -71,7 +71,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/selectTallySheetForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/selectTallySheetForm.vm 2011-03-28 20:09:32 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/selectTallySheetForm.vm 2013-02-03 10:13:17 +0000 @@ -24,7 +24,7 @@ === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm 2012-11-21 13:04:45 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm 2013-02-03 10:13:17 +0000 @@ -27,7 +27,7 @@

    === modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/dataEntryOverview.vm' --- dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/dataEntryOverview.vm 2012-06-18 06:14:19 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/dataEntryOverview.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end
    @@ -29,7 +29,7 @@ #if( $dataSet.sections.size() > 0 ) #foreach( $section in $dataSet.sections )
  • - $i18n.getString( $section.name ) + $i18n.getString( $section.displayName )
  • #end #else === modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/dataEntrySection.vm' --- dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/dataEntrySection.vm 2012-06-18 06:14:19 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/dataEntrySection.vm 2013-02-03 10:13:17 +0000 @@ -4,7 +4,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end

    $encoder.htmlEncode( $dataSetName )

    === modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/menu.vm' --- dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/menu.vm 2012-08-23 08:09:35 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/menu.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end #if( $complete == true ) === modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/selectPeriod.vm' --- dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/selectPeriod.vm 2012-06-18 06:14:19 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/webapp/dhis-web-sms/selectPeriod.vm 2013-02-03 10:13:17 +0000 @@ -2,7 +2,7 @@ #if( $dataSet.alternativeName ) #set( $dataSetName = $dataSet.alternativeName ) #else - #set( $dataSetName = $dataSet.name ) + #set( $dataSetName = $dataSet.displayName ) #end