← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1060: Minor

 

------------------------------------------------------------
revno: 1060
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-05-06 13:16:52 +0200
message:
  Minor
modified:
  src/docbkx/en/dhis2_implementation_guide_installation.xml
  src/docbkx/en/dhis2_user_man_web_api.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== 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 @@
     }
   }
 }</screen>
-      <para>In order for tomcat to properly produce Location uris using https you also need to add two other parameters to the Connector in tomcat&apos;s server.xml file:</para>
+      <para>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&apos;s
+        server.xml file:</para>
       <para><screen>&lt;Connector scheme=&quot;https&quot; proxyPort=&quot;443&quot; ... &gt;</screen></para>
     </section>
     <section>

=== 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 @@
         <thead>
           <row>
             <entry>Query parameter</entry>
-            <entry>Options value</entry>
+            <entry>Options</entry>
             <entry>Description</entry>
           </row>
         </thead>
@@ -4074,17 +4074,22 @@
           <row>
             <entry>skipResourceTables</entry>
             <entry>false | true</entry>
-            <entry>Skips generation of resource tables</entry>
+            <entry>Skip generation of resource tables</entry>
           </row>
           <row>
             <entry>skipAggregate</entry>
             <entry>false | true</entry>
-            <entry>Skips generation of aggregate data and completeness data</entry>
+            <entry>Skip generation of aggregate data and completeness data</entry>
           </row>
           <row>
             <entry>skipEvents</entry>
             <entry>false | true</entry>
-            <entry>Skips generation of event data</entry>
+            <entry>Skip generation of event data</entry>
+          </row>
+          <row>
+            <entry>lastYears</entry>
+            <entry>integer</entry>
+            <entry>Number of last years of data to include</entry>
           </row>
         </tbody>
       </tgroup>