[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11169: Merge categoryoptioncombo into dataelement column in Manual person aggregation.

2013-06-07 Thread noreply
revno: 11169 committer: Tran Chau branch nick: dhis2 timestamp: Fri 2013-06-07 15:22:37 +0700 message: Merge categoryoptioncombo into dataelement column in Manual person aggregation. modified: dhis-2/dhis-web/dhis-web-caseentry/src

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11168: Fix bug - Don't run aggregate formulas with many periods.

2013-06-07 Thread noreply
revno: 11168 committer: Tran Chau branch nick: dhis2 timestamp: Fri 2013-06-07 15:15:22 +0700 message: Fix bug - Don't run aggregate formulas with many periods. modified: dhis-2/dhis-services/dhis-service-patient/src/main/java/org/h

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11170: Cleanup code.

2013-06-07 Thread noreply
revno: 11170 committer: Tran Chau branch nick: dhis2 timestamp: Fri 2013-06-07 15:28:04 +0700 message: Cleanup code. modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/caseaggregation/CaseAggre

[Dhis2-devs] Regarding DataMart Query

2013-06-07 Thread Mithilesh Kumar Thakur
Dear Lars, I Have one query regarding dataMart. Datamart is done for all dataElements indicators or it is dataset's dataelememnt and indicators because there is no option for selecting datasets in viewDataMartForm. So for which dataelements/indiactors or dataset Datamart done defaul

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11171: Fix for data elements in 1.4 xml import

2013-06-07 Thread noreply
revno: 11171 committer: Lars Helge Ă˜verland branch nick: dhis2 timestamp: Fri 2013-06-07 11:26:28 +0200 message: Fix for data elements in 1.4 xml import modified: dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 757: Minor

2013-06-07 Thread noreply
revno: 757 committer: Lars Helge Ă˜verland branch nick: dhis2-docbook-docs timestamp: Fri 2013-06-07 11:34:02 +0200 message: Minor modified: src/docbkx/en/dhis2_implementation_guide_support.xml -- lp:~dhis2-documenters/dhis2/dhis2-d

[Dhis2-devs] [Bug 1188646] [NEW] web api has invlalid URLS

2013-06-07 Thread Carl Leitner
Public bug reported: I am running version 2.10 build 9124. The URLs for the web api are incorrect. They all are of the form: http://localhost:8080/api/BLAH instead of using the base URL for the DHIS2 install. ** Affects: dhis2 Importance: Undecided Status: New -- You received

Re: [Dhis2-devs] [Bug 1188646] [NEW] web api has invlalid URLS

2013-06-07 Thread Jason Pickering
Seems more like a container issue to me. Are you using Tomcat or Jetty? On Fri, Jun 7, 2013 at 4:53 PM, Carl Leitner wrote: > Public bug reported: > > I am running version 2.10 build 9124. > > The URLs for the web api are incorrect. They all are of the form: >http://localhost:8080/api/BLAH

Re: [Dhis2-devs] [Bug 1188646] [NEW] web api has invlalid URLS

2013-06-07 Thread Morten Olav Hansen
Are you using nginx or some other proxy? They will give the wrong header often.. so it seems that the request is coming from localhost On 7 Jun 2013 23:29, "Jason Pickering" wrote: > Seems more like a container issue to me. Are you using Tomcat or Jetty? > > > On Fri, Jun 7, 2013 at 4:53 PM, Car

Re: [Dhis2-devs] [Bug 1188646] [NEW] web api has invlalid URLS

2013-06-07 Thread Dan Cocos
We saw the same behavior, the solution was to make sure the hostname for the server was set properly. The instructions for how to do this vary by OS and distribution. Dan Cocos BAO Systems On Jun 7, 2013, at 12:28 PM, Jason Pickering wrote: > Seems more like a container issue to me. Are yo