=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml' --- src/docbkx/en/dhis2_implementation_guide_installation.xml 2014-04-09 10:29:56 +0000 +++ src/docbkx/en/dhis2_implementation_guide_installation.xml 2014-05-06 11:16:52 +0000 @@ -314,7 +314,10 @@ } } } - In order for tomcat to properly produce Location uris using https you also need to add two other parameters to the Connector in tomcat's server.xml file: + Note the last "https" header value which is required to inform the servlet container + that the request is coming over HTTPS. In order for tomcat to properly produce Location uris + using https you also need to add two other parameters to the Connector in tomcat's + server.xml file: <Connector scheme="https" proxyPort="443" ... >
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-05-04 23:30:05 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-05-06 11:16:52 +0000 @@ -4066,7 +4066,7 @@ Query parameter - Options value + Options Description @@ -4074,17 +4074,22 @@ skipResourceTables false | true - Skips generation of resource tables + Skip generation of resource tables skipAggregate false | true - Skips generation of aggregate data and completeness data + Skip generation of aggregate data and completeness data skipEvents false | true - Skips generation of event data + Skip generation of event data + + + lastYears + integer + Number of last years of data to include