[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18681: User query, minor fix

2015-03-24 Thread noreply
revno: 18681 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 21:38:04 +0100 message: User query, minor fix modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/user/hibernate/Hiber

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18680: Deletion handlers. Using update no ACL when removing the object to delete from bidirectional asso...

2015-03-24 Thread noreply
revno: 18680 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 19:54:44 +0100 message: Deletion handlers. Using update no ACL when removing the object to delete from bidirectional associations. Currently it l

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18679: ER collapse data dimensions, work in progress + Minor plugin fixes.

2015-03-24 Thread noreply
Merge authors: Jan Henrik Ă˜verland (janhenrik-overland) revno: 18679 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Tue 2015-03-24 18:26:06 +0100 message: ER collapse data dimensions, work in progress + Minor pl

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Knut Staring
Hi Jason (and Halvdan), Not directly related, but since GML is coming up again, it could perhaps be good to revisit Sushil's app, which is meant to bypass GML and import shapefiles directly. If you (and others on the list) have some time, it would be good to get more feedback on it. Knut On Tue

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Halvdan Grelland
Fixed in latest 2.17 -> trunk. 2015-03-24 16:05 GMT+01:00 Halvdan Grelland : > Yeah as discussed just now we should support output from qgis and gdal at > least. Currently working on that. > > 2015-03-24 16:03 GMT+01:00 Jason Pickering : > >> I just exported this from QGIS. Would seem strange if

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18678: Fixed wrongly formatted coordinates output for gml:coordinates nested within gml:Point elements.

2015-03-24 Thread noreply
revno: 18678 committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Tue 2015-03-24 17:52:51 +0100 message: Fixed wrongly formatted coordinates output for gml:coordinates nested within gml:Point elements. modified: dhis-2/dh

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18677: Code style

2015-03-24 Thread noreply
revno: 18677 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 17:24:08 +0100 message: Code style modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/dataapproval/hibernate/Hibernat

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18676: Approval, patch from Jim, constrain query by attributeoptioncombo

2015-03-24 Thread noreply
revno: 18676 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 16:51:29 +0100 message: Approval, patch from Jim, constrain query by attributeoptioncombo modified: dhis-2/dhis-services/dhis-service-core/src/

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Halvdan Grelland
Yeah as discussed just now we should support output from qgis and gdal at least. Currently working on that. 2015-03-24 16:03 GMT+01:00 Jason Pickering : > I just exported this from QGIS. Would seem strange if we could not > support this,as it was just an export from a shape file. > > Regards > J

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Jason Pickering
I just exported this from QGIS. Would seem strange if we could not support this,as it was just an export from a shape file. Regards Jason On Mar 24, 2015 9:30 AM, "Halvdan Grelland" wrote: > Actually, small error in my example: pos elements should have lat and long > separated by whitespace: >

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Halvdan Grelland
Actually, small error in my example: pos elements should have lat and long separated by whitespace: -45.046450667490049 30.904516454945856: > By the way, here is the relevant quote from the GML Point Profile: > > "A Point is defined by a single coordinate tuple, with the coordinate > values being

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Halvdan Grelland
By the way, here is the relevant quote from the GML Point Profile: "A Point is defined by a single coordinate tuple, with the coordinate values being specified by the gml:pos property. Data instances compliant with this profile shall use only the gml:pos property." 2015-03-24 13:57 GMT+01:00 Halv

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Halvdan Grelland
The gml:Point element only supports gml:pos coordinate tuples (a single one, of course). The gml:coordinates element is expected to have multiple points, which is why it is parsed in that particular way. The only real bug on our part here is that we for some reason allow gml:Point to contain a gml

Re: [Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Jan Henrik Ă˜verland
Halvdan, quick fix. Points should never have more than one set of brackets. On Tue, Mar 24, 2015 at 12:01 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi there. > > I am using the GML importer to import coordinates. > > Here is a snippet of the GML I am importing > > > >

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18675: Event analytics, program indicators, get from url

2015-03-24 Thread noreply
revno: 18675 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 12:45:27 +0100 message: Event analytics, program indicators, get from url modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/Dimension

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18674: Analytics, using id object manager

2015-03-24 Thread noreply
revno: 18674 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 12:19:25 +0100 message: Analytics, using id object manager modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/DimensionalObject.java

[Dhis2-devs] Possible issue with GML import

2015-03-24 Thread Jason Pickering
Hi there. I am using the GML importer to import coordinates. Here is a snippet of the GML I am importing -45.046450667490049,30.904516454945856 Crow Site Bird Animal Demoland This seems to import fine, but on the database side, I see this Crow Site

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18673: ProgramIndicatorService, impl methods for getting data elements / attributes in indicator express...

2015-03-24 Thread noreply
revno: 18673 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 11:52:18 +0100 message: ProgramIndicatorService, impl methods for getting data elements / attributes in indicator expressions modified: dhis-2/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18672: Program indicator expression, regex improvement

2015-03-24 Thread noreply
revno: 18672 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 11:12:48 +0100 message: Program indicator expression, regex improvement modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramInd

Re: [Dhis2-devs] webAPI JSON: (hierarchyMeta=true) outputs in Event Report VS Pivot Reports

2015-03-24 Thread Greg Rowles
Hi Devs Please ignore, we've figured a way around this problem (metaData.ouHierarchy makes the lookups possible) but we have a new issue. In the [api/analytics/events/aggregate] JSON output metaData.names collection does not include header field names, e.g."pe": "Period", "ou": "Organisation unit

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Abyot Gizaw
Ok, you know what your needs are, good luck! If you checkout the code and go to dhis-web-apps>dhis-web-tracker-capture>components and for example open the enrollment folder, you will get enrollment-controller.js and inside a function called $scope.broadcastselections - that gives you an example h

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Mithilesh Kumar Thakur
yes i have a this type of requirement to store data element value in arribute On Tue, Mar 24, 2015 at 2:33 PM, Abyot Gizaw wrote: > Oh I see... seems you are mixing things a bit here. Why you wanted to have > the attribute (the one you wanted to change) in the first place? can't you > handle wha

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18671: ProgramIndicatorService, centralized expression pattern.

2015-03-24 Thread noreply
revno: 18671 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 10:13:12 +0100 message: ProgramIndicatorService, centralized expression pattern. modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/P

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18670: Codestyle

2015-03-24 Thread noreply
revno: 18670 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 10:07:34 +0100 message: Codestyle modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicator.java dhis-2/dhis-services/dh

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Abyot Gizaw
Oh I see... seems you are mixing things a bit here. Why you wanted to have the attribute (the one you wanted to change) in the first place? can't you handle whatever information recorded there through a data element? Attributes and their values can be shared by programs. So changing attribute valu

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Mithilesh Kumar Thakur
thanks Actually i have a requirement to change in attribute value while change in dataelement value in data entry Widget and refresh/reload the profile Widget On Tue, Mar 24, 2015 at 2:16 PM, Abyot Gizaw wrote: > Hi, > > Widgets can be reloaded by broadcasting them a message. > > Profile is abo

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Abyot Gizaw
Hi, Widgets can be reloaded by broadcasting them a message. Profile is about attributes while data entry is about data elements - there is no connection between these two. What new thing will you get by reloading profile widget - can you tell us more on this? It makes sense to reload profile wid

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18669: Minor

2015-03-24 Thread noreply
revno: 18669 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-03-24 09:43:31 +0100 message: Minor modified: dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/event/data/DefaultEve

[Dhis2-devs] Event Report

2015-03-24 Thread channara rin
Hi all DHIS2, Can you add [View All] for Stage Combobox? because some report, need various stage. so when click one stage and change to another stage, it clear all Data. So can you add more new row is [View All]. Like in attached file. ___ Mailing list:

[Dhis2-devs] webAPI JSON: (hierarchyMeta=true) outputs in Event Report VS Pivot Reports

2015-03-24 Thread Greg Rowles
Hi Devs We've picked up an inconsistency between Event aggregate analytics (API) and the regular aggregated analytics (API). JSON output for the latter (when requesting '&hierarchyMeta=true&displayProperty=NAME') includes metaData.ouNameHierarchy but not for the event aggregate analytics API call.

[Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Mithilesh Kumar Thakur
Dear Dev, how to reload individual Widget like registration ,report,profile dataentry in tracker-capture Dashboard. I want to reload profile widget when something is entered in dataelement in dataentry widget. is it possible ? -- Thanks and Regards Mithilesh Kumar Thakur __

[Dhis2-devs] [trunk] Automated Message Reminder.Help.

2015-03-24 Thread Harsh Atal
Hi We are trying to use the automated message reminder for tracker capture and have come across an error. Please let us know if we missed some steps/settings in order to configure the automated reminder system. These were the steps we tried: 1. Added a new gateway(smscountry) in the mobile configu

[Dhis2-devs] Eclipse version in use by DHIS2 developers

2015-03-24 Thread Calle Hedberg
Hi What version of Eclipse is used by DHIS2 development team members? Regards Calle *** Calle Hedberg 46D Alma Road, 7700 Rosebank, SOUTH AFRICA Tel/fax (home): +27-21-685-6472 Cell: +27-82-853-5352 Iridium SatPhone: +8816-315-19274 Email: calle.hedb