[Dhis2-devs] Please ignore this message

2010-06-02 Thread Ngoc Thanh Nguyen
Testing whether it response ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1950: Improved performance in method getDataSetsBySource by using a query rather than java manipulation...

2010-06-02 Thread noreply
revno: 1950 committer: Lars branch nick: trunk timestamp: Thu 2010-06-03 00:52:41 +0200 message: Improved performance in method getDataSetsBySource by using a query rather than java manipulation (in Jason's spirit) modified: dhis-2/

[Dhis2-devs] Deflated data values error

2010-06-02 Thread Paul Amendola
Hi All I received this error after marking a data entry as 'complete'. Are there ny solutions? Could this be related to data validation? Thanks Paul [+] Exception (java.lang.RuntimeException): Failed to get deflated data values * org.hisp.dhis.dataanalysis.jdbc.JdbcDataAnalysisStore.getDefl

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1949: Fix bug Formula editor not working in Chrome.

2010-06-02 Thread noreply
revno: 1949 committer: Quang branch nick: trunk timestamp: Thu 2010-06-03 00:00:23 +0700 message: Fix bug Formula editor not working in Chrome. modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ut

[Dhis2-devs] [Bug 437887] Re: dataentryscreen-too-slow-to-load

2010-06-02 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: 2.0.3 => 2.0.5 ** Changed in: dhis2 Status: Fix Committed => Triaged -- dataentryscreen-too-slow-to-load https://bugs.launchpad.net/bugs/437887 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1948: Adding GML XSL to resources

2010-06-02 Thread noreply
revno: 1948 committer: Lars branch nick: trunk timestamp: Wed 2010-06-02 15:40:12 +0200 message: Adding GML XSL to resources added: resources/xsl/ resources/xsl/gml2dxf.xsl resources/xsl/transforms.xml -- lp:dhis2 https://code.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1947: Dxf: changed from coordinate to coordinates

2010-06-02 Thread noreply
revno: 1947 committer: Lars branch nick: trunk timestamp: Wed 2010-06-02 15:17:11 +0200 message: Dxf: changed from coordinate to coordinates modified: dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/import

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1946: Modified DXF, coordinates are now nested within feature, and feature type is an attribute of feat...

2010-06-02 Thread Lars Helge Øverland
On Wed, Jun 2, 2010 at 12:39 PM, Bob Jolliffe wrote: > Minor tweak: suggest is renamed .. You are > storing multiple coordinates in this element. > Agree, done. > > On 2 June 2010 10:52, wrote: > > > > revno: 1946 > > committer: L

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1946: Modified DXF, coordinates are now nested within feature, and feature type is an attribute of feat...

2010-06-02 Thread Bob Jolliffe
Hi Jason On 2 June 2010 12:56, Jason Pickering wrote: > Although it (maybe) is a  bit overkill to implement GML for our > purposes, it would probably be a good idea to at least look at some > examples and follow what we can.. > > http://openlayers.org/dev/examples/gml/ for example I'm not yet co

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1946: Modified DXF, coordinates are now nested within feature, and feature type is an attribute of feat...

2010-06-02 Thread Jason Pickering
Although it (maybe) is a bit overkill to implement GML for our purposes, it would probably be a good idea to at least look at some examples and follow what we can.. http://openlayers.org/dev/examples/gml/ for example It might be a good idea to declare the coordinate system someplace as well (EPS

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1946: Modified DXF, coordinates are now nested within feature, and feature type is an attribute of feat...

2010-06-02 Thread Bob Jolliffe
Minor tweak: suggest is renamed .. You are storing multiple coordinates in this element. On 2 June 2010 10:52, wrote: > > revno: 1946 > committer: Lars > branch nick: trunk > timestamp: Wed 2010-06-02 11:51:11 +0200 > message: >  Mo

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1946: Modified DXF, coordinates are now nested within feature, and feature type is an attribute of feat...

2010-06-02 Thread noreply
revno: 1946 committer: Lars branch nick: trunk timestamp: Wed 2010-06-02 11:51:11 +0200 message: Modified DXF, coordinates are now nested within feature, and feature type is an attribute of feature. modified: dhis-2/dhis-services/d

Re: [Dhis2-devs] Performance in loading data entry

2010-06-02 Thread Bob Jolliffe
2010/6/2 Lars Helge Øverland : > > > 2010/6/2 Ola Hodne Titlestad >> >> 2010/6/1 Lars Helge Øverland >>> >>> Hi, >>> we are doing some observations on the Indian production servers and we >>> see that loading the data entry screens are quite slow. >>> One cause to this is that we are loading each

Re: [Dhis2-devs] Performance in loading data entry

2010-06-02 Thread Lars Helge Øverland
2010/6/2 Ola Hodne Titlestad > 2010/6/1 Lars Helge Øverland > >> >> Hi, >> >> we are doing some observations on the Indian production servers and we see >> that loading the data entry screens are quite slow. >> >> One cause to this is that we are loading each and every data element in >> the cus

Re: [Dhis2-devs] Performance in loading data entry

2010-06-02 Thread Ola Hodne Titlestad
2010/6/1 Lars Helge Øverland > > Hi, > > we are doing some observations on the Indian production servers and we see > that loading the data entry screens are quite slow. > > One cause to this is that we are loading each and every data element in the > custom data entry forms individually. I was t