[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2157: Minor fix.

2010-11-23 Thread noreply
revno: 2157 committer: Tran Chau branch nick: dhis2 timestamp: Wed 2010-11-24 14:55:15 +0700 message: Minor fix. modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js dhis-2/dhis-web/d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2156: Added methods for getting paginated result sets of objects to GenericIdentifiableObjectStore. Cen...

2010-11-23 Thread noreply
revno: 2156 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2010-11-23 19:25:34 +0100 message: Added methods for getting paginated result sets of objects to GenericIdentifiableObjectStore. Centralizes code for paginat

Re: [Dhis2-devs] [Dhis2-users] Automating DHIS2

2010-11-23 Thread samuel cheburet
Thanks for sharing the information on what other developers have done. I believe we can make a good implementation matrix on what is required to be added/fix in dhis 2.0.6. I wish all of you nice week. Regards On Tue, Nov 23, 2010 at 5:14 PM, Knut Staring wrote: > When we revive this discussio

Re: [Dhis2-devs] [Dhis2-users] Automating DHIS2

2010-11-23 Thread Knut Staring
When we revive this discussion for 2.0.7, we may want to take a look at what the Worldbank has done on data.worldbank.org. Particularly for exposing their data and even offering a competition to use their REST API to develop apps on top, including mobile ones: http://data.worldbank.org/developers

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2154: Cleaning Manpower module, work in progress

2010-11-23 Thread noreply
revno: 2154 committer: Bharath branch nick: dhis2 timestamp: Tue 2010-11-23 19:37:49 +0530 message: Cleaning Manpower module, work in progress modified: local/bd/dhis-web-linelisting-manpower/src/main/java/org/hisp/dhis/ll/action/em

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2153: Work in Progress for Manpower module of Bangladesh

2010-11-23 Thread noreply
revno: 2153 committer: Neeraj branch nick: dhis2 timestamp: Tue 2010-11-23 19:29:22 +0530 message: Work in Progress for Manpower module of Bangladesh modified: dhis-2/dhis-web/dhis-web-portal/pom.xml local/bd/dhis-web-linelisting-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2152: Gap analysis - Improved using statementBuilder for setting up query to get the deflated data valu...

2010-11-23 Thread noreply
revno: 2152 committer: Hieu branch nick: dhis2 timestamp: Tue 2010-11-23 17:55:32 +0700 message: Gap analysis - Improved using statementBuilder for setting up query to get the deflated data value gaps. modified: dhis-2/dhis-service

[Dhis2-devs] [Bug 633156] Re: Gap analysis throws SQL syntax error exception

2010-11-23 Thread Hieu Duy Dang
** Changed in: dhis2 Assignee: (unassigned) => Hieu Duy Dang (hieu-hispvietnam) ** Changed in: dhis2 Status: Confirmed => Fix Released -- Gap analysis throws SQL syntax error exception https://bugs.launchpad.net/bugs/633156 You received this bug notification because you are a member

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2151: Bug Fixed in DataStatus(Validation Statue) in Dashboard

2010-11-23 Thread noreply
revno: 2151 committer: Mithilesh Kumar Thakur branch nick: trunk timestamp: Tue 2010-11-23 15:29:00 +0530 message: Bug Fixed in DataStatus(Validation Statue) in Dashboard modified: local/in/dhis-web-dashboard/src/main/java/org/hisp/d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2150: Cleaning Manpower module, work in progress

2010-11-23 Thread noreply
revno: 2150 committer: Bharath branch nick: dhis2 timestamp: Tue 2010-11-23 15:20:29 +0530 message: Cleaning Manpower module, work in progress modified: local/bd/dhis-web-linelisting-manpower/src/main/webapp/dhis-web-linelisting-mp/

Re: [Dhis2-devs] [Bug 633156] [NEW] Gap analysis throws SQL syntax error exception

2010-11-23 Thread Hieu Duy Dang
Thank you Jason. On Tue, Nov 23, 2010 at 3:56 PM, jason.p.pickering < 633...@bugs.launchpad.net> wrote: > You were right actually. 2.0.5 and trunk are different, but this patch > should fix both. > -- God Helse ! -- Gap analysis throws SQL syntax error exception https://bugs.launchpad.net/bu

[Dhis2-devs] [Bug 633156] Re: Gap analysis throws SQL syntax error exception

2010-11-23 Thread jason.p.pickering
"JOIN periodtype AS pt USING (periodtypeid) " + is in trunk.. "JOIN periodtype AS pt ON (pe.periodtypeid=pt.periodtypeid) " is in 2.0.5 This should fix both. === modified file 'dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/dataanalysis/jdbc/JdbcDataAnalysisSto

[Dhis2-devs] [Bug 633156] Re: Gap analysis throws SQL syntax error exception

2010-11-23 Thread jason.p.pickering
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/dataanalysis/jdbc/JdbcDataAnalysisStore.java' --- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/dataanalysis/jdbc/JdbcDataAnalysisStore.java 2010-09-21 00:33:06 + +++ dhis-2/dhis-

Re: [Dhis2-devs] [Bug 633156] [NEW] Gap analysis throws SQL syntax error exception

2010-11-23 Thread Hieu Duy Dang
Yes sure, the syntax query of H2 db doesn't use "USING" keyword in. Thought that we should apply statement builder for this situation. On Wed, Sep 8, 2010 at 8:02 PM, Ola Hodne Titlestad wrote: > Public bug reported: > > When running Gap Analysis (in Data Quality) I got a SQL syntax error > excep

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2149: Implemented function for getting current jasper report design. Can be found in edit report screen.

2010-11-23 Thread noreply
revno: 2149 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2010-11-23 09:13:14 +0100 message: Implemented function for getting current jasper report design. Can be found in edit report screen. added: dhis-2/dhis-w

[Dhis2-devs] [Bug 633156] Re: Gap analysis throws SQL syntax error exception

2010-11-23 Thread jason.p.pickering
** Changed in: dhis2 Status: New => Confirmed -- Gap analysis throws SQL syntax error exception https://bugs.launchpad.net/bugs/633156 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2 - District Health Informat