Re: [Dhis2-devs] JavaScript onValueLoad for Datasets?

2014-10-24 Thread Morten Olav Hansen
Hi If I understand you correctly, you can use dhis2.de.event.dataValuesLoaded event, which is triggered on the document when all previous data values are loaded. $(document).on('dhis2.de.event.dataValuesLoaded', function(e) {} ); -- Morten On Fri, Oct 24, 2014 at 12:21 PM, Timothy Harding

[Dhis2-devs] Is there a way to import GML through the WebAPI?

2014-10-24 Thread Jason Pickering
Looked through the docs (!!) but could not find anything on how to import GML though the WebAPI? Does not seem to work with the metadata endpoint. Thanks, Jason -- Jason P. Pickering email: jason.p.picker...@gmail.com tel:+46764147049 ___ Mailing

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17257: Approvals performance improvement

2014-10-24 Thread noreply
revno: 17257 committer: jimgr...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 06:01:14 -0400 message: Approvals performance improvement modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17258: Compilation fix

2014-10-24 Thread noreply
revno: 17258 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 12:26:58 +0200 message: Compilation fix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17259: Approval, performance, move db call outside loop

2014-10-24 Thread noreply
revno: 17259 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 12:44:54 +0200 message: Approval, performance, move db call outside loop modified:

Re: [Dhis2-devs] Is there a way to import GML through the WebAPI?

2014-10-24 Thread Halvdan Grelland
Hi Jason. GML cannot be imported through the web api at this time. However, we have (since 2.17) switched the import backend for GML to use the metadata import so GML support for the web-api could definitely be considered in the future. I'm afraid this is not as trivial as it might sound since we

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17260: Approval, fixed issue

2014-10-24 Thread noreply
revno: 17260 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 12:49:02 +0200 message: Approval, fixed issue modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17261: local/in Add partner in Maintenance RBF

2014-10-24 Thread noreply
revno: 17261 committer: Mithilesh Kumar Thakur mithilesh.h...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 12:05:35 +0100 message: local/in Add partner in Maintenance RBF added:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17262: minor

2014-10-24 Thread noreply
revno: 17262 committer: Abyot Asalefew Gizaw aby...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 13:10:47 +0200 message: minor modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17263: Data approval, moved database query for approval level out of loop

2014-10-24 Thread noreply
revno: 17263 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 13:45:30 +0200 message: Data approval, moved database query for approval level out of loop modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17264: Approvals, getUserDataApprovals, introduced caches to avoid database-call-per-resultset-row

2014-10-24 Thread noreply
revno: 17264 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 14:15:42 +0200 message: Approvals, getUserDataApprovals, introduced caches to avoid database-call-per-resultset-row modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17265: Data approval, passing current user around instead of fetching from db multiple times

2014-10-24 Thread noreply
revno: 17265 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 14:25:34 +0200 message: Data approval, passing current user around instead of fetching from db multiple times modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17266: Approval, fixed bug, must check category optiong group inside group set

2014-10-24 Thread noreply
revno: 17266 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 14:29:07 +0200 message: Approval, fixed bug, must check category optiong group inside group set modified:

[Dhis2-devs] re-sinding user account invitations

2014-10-24 Thread Juan Manuel Alcantara Acosta
Hello Devs I recently had create 250+ user account invitations and I had some problems along the way. Some users got codes that were rejected by the system, I didn't find a reason for that but it happened to just a few users. Others just couldn't find the emails for multiple reasons and asked

Re: [Dhis2-devs] re-sinding user account invitations

2014-10-24 Thread Jim Grace
Hi JM, Both your questions sound like good ideas to me, but unfortunately neither is supported in the current software. Cheers, Jim On Fri, Oct 24, 2014 at 8:52 AM, Juan Manuel Alcantara Acosta jmalcanta...@gmail.com wrote: Hello Devs I recently had create 250+ user account invitations and

Re: [Dhis2-devs] re-sinding user account invitations

2014-10-24 Thread Juan Manuel Alcantara Acosta
Hi Jim Thanks for your reply. I'll add these features to my wish list ;-) JM El 24/10/2014, a las 10:01, Jim Grace jimgr...@gmail.com escribió: Hi JM, Both your questions sound like good ideas to me, but unfortunately neither is supported in the current software. Cheers, Jim On

Re: [Dhis2-devs] re-sinding user account invitations

2014-10-24 Thread Adebusoye Anifalaje
Hi JM,I had a similar requirement a few weeks back. Pierre from Jembi helped with python scripting to convert all the user invites in csv to Json. It was then relatively easy to have multiple invites sent out in one command.If it helps, I have attached the script below and copied Pierre. He had

Re: [Dhis2-devs] re-sinding user account invitations

2014-10-24 Thread Juan Manuel Alcantara Acosta
Hi Busoye Very nice, thank you! JM El 24/10/2014, a las 10:42, Adebusoye Anifalaje bus...@hisp.org escribió: inviteUsers.py ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe :

Re: [Dhis2-devs] re-sinding user account invitations

2014-10-24 Thread Juan Manuel Alcantara Acosta
I forgot to mention that I found that the form that is presented to create the new account includes a field for Employer information and it's mandatory, even though the attribute doesn't exist in the system. See image attached. Best regards, JM (DHIS2 2.16) El 24/10/2014, a las 10:51, Jim

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17267: Approvals fixes

2014-10-24 Thread noreply
revno: 17267 committer: jimgr...@gmail.com branch nick: dhis2 timestamp: Fri 2014-10-24 23:22:56 -0400 message: Approvals fixes modified: