[Dhis2-devs] New aggregation operators

2015-10-09 Thread Seid Hussein
Hi all, We have a peculiar aggregation need here. I don't know if any other country uses it or it is only Ethiopia but here it is. Consider this data element which is collected monthly: *Number of adults and children who are currently on ART - **First Line Regimen * When analyzing data for a ye

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20598: tracker-capture: provide notifcation that registration is successful when user clicks save and ad...

2015-10-09 Thread noreply
revno: 20598 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-10-09 11:07:58 +0200 message: tracker-capture: provide notifcation that registration is successful when user clicks save and add new modified: dhis

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

2015-10-09 Thread noreply
revno: 20599 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 11:15:00 +0200 message: Code style modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/TrackedEntityInstance.java -- lp:dhis2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20600: TEI query. Using left join for attribute values. Added tests.

2015-10-09 Thread noreply
revno: 20600 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 11:23:30 +0200 message: TEI query. Using left join for attribute values. Added tests. modified: dhis-2/dhis-services/dhis-service-core/src/main

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20601: Changed CORS whitelist from being a system setting to be part of configuration

2015-10-09 Thread noreply
revno: 20601 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 12:49:19 +0200 message: Changed CORS whitelist from being a system setting to be part of configuration modified: dhis-2/dhis-api/src/main/java/o

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

2015-10-09 Thread noreply
revno: 20602 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 12:56:54 +0200 message: Minor modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/Setting.java dhis-2/dhis-api/src/main/java/org/his

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

2015-10-09 Thread noreply
revno: 20603 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 12:59:01 +0200 message: Minor modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/Setting.java dhis-2/dhis-services/dhis-service-co

Re: [Dhis2-devs] sending email notification with attachment from dhis messages

2015-10-09 Thread Lars Helge Øverland
Hi Furqonuddin, sorry at the moment this is not possible. We do have a blueprint for attachments in messages here: https://blueprints.launchpad.net/dhis2/+spec/message-attachments regards, Lars On Fri, Oct 9, 2015 at 4:23 AM, Furqonuddin Ramdhani wrote: > yes, send email to users. is it po

Re: [Dhis2-devs] Imporing orgunits through Web API with JSON

2015-10-09 Thread Lars Helge Øverland
Hi David, I think the problem is the coordinates part. I think it should be a plain string, e.g. - coordinates: "[-10.7983,8.6966]", Try adjusting that in your payload. regards, Lars On Thu, Oct 8, 2015 at 3:11 PM, David Huser wrote: > *In reference to this question* > *https://

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20604: tracker-capture: more control on attribute uniquenss validation

2015-10-09 Thread noreply
revno: 20604 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-10-09 15:42:57 +0200 message: tracker-capture: more control on attribute uniquenss validation modified: dhis-2/dhis-web/dhis-web-apps/src/main/webap

Re: [Dhis2-devs] Imporing orgunits through Web API with JSON

2015-10-09 Thread David Huser
I could make it work (json formatting errors) like below, maybe it helps others in the future. { "organisationUnits": [ { "name": "Bahi RC", "shortName": "Bahi RC", "openingDate": "2015-10-01", "parent": { "id": "jbKhQuPUg8V" },

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20605: tracker-capture: minor

2015-10-09 Thread noreply
revno: 20605 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-10-09 16:20:56 +0200 message: tracker-capture: minor modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/scripts/servic

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20606: tracker-capture: unique attribute value detection directive now uses attribute instead of isolate...

2015-10-09 Thread noreply
revno: 20606 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-10-09 17:13:55 +0200 message: tracker-capture: unique attribute value detection directive now uses attribute instead of isolated scope as it created a

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20607: tracker-capture: unique attribute detection is now also applied in custom forms

2015-10-09 Thread noreply
revno: 20607 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-10-09 17:14:42 +0200 message: tracker-capture: unique attribute detection is now also applied in custom forms modified: dhis-2/dhis-web/dhis-web-co

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20608: TEI query testing

2015-10-09 Thread noreply
revno: 20608 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 17:33:21 +0200 message: TEI query testing modified: dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/trackedentity/TrackedEnt

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20609: dataStore now protected with app authorities IF an app has protected its namespace. protecting na...

2015-10-09 Thread noreply
Merge authors: Stian Sandvold (stian-sandvold) revno: 20609 [merge] committer: Stian Sandvold branch nick: dhis2 timestamp: Fri 2015-10-09 23:25:13 +0200 message: dataStore now protected with app authorities IF an app has protected i

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20610: Added enum AppStatus

2015-10-09 Thread noreply
revno: 20610 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 23:43:56 +0200 message: Added enum AppStatus added: dhis-2/dhis-api/src/main/java/org/hisp/dhis/appmanager/AppStatus.java modified: dhis-2/dh

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

2015-10-09 Thread noreply
revno: 20611 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-10-09 23:48:42 +0200 message: Minor modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-appmanager/src/main/java/org/hisp/dhis/appman

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20612: Closing zip if namespace is taken (DefaultAppManager)

2015-10-09 Thread noreply
Merge authors: Stian Sandvold (stian-sandvold) revno: 20612 [merge] committer: Stian Sandvold branch nick: dhis2 timestamp: Fri 2015-10-09 23:59:06 +0200 message: Closing zip if namespace is taken (DefaultAppManager) modified: dhi

Re: [Dhis2-devs] sending email notification with attachment from dhis messages

2015-10-09 Thread Furqonuddin Ramdhani
Okay, thx Lars. On Fri, Oct 9, 2015 at 6:17 PM, Lars Helge Øverland wrote: > Hi Furqonuddin, > > sorry at the moment this is not possible. > > We do have a blueprint for attachments in messages here: > > https://blueprints.launchpad.net/dhis2/+spec/message-attachments > > regards, > > Lars > > >