Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-06-25 Thread Morten Olav Hansen
It seems to be looping in Attribute.toString(), I remember this was an issue at some point.. but that was a long long time ago.. so maybe you need a revision bump -- Morten On Fri, Jun 26, 2015 at 6:52 AM, Halvdan Grelland wrote: > I tried your example GML on both our demo servers (dev on 2.20

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-06-25 Thread Halvdan Grelland
I tried your example GML on both our demo servers (dev on 2.20 and demo on 2.19, same rev as your server) and it works just fine. If you're experiencing it hanging and not finishing you might be experiencing some kind of performance and/or memory issue. The coordinate set is fairly large (though i

Re: [Dhis2-devs] Double clicking creating the Object twice

2015-06-25 Thread Lars Helge Ă˜verland
Hi Prosper, that is a good point. We can disable the "save" button once its clicked. We will do that for the new maintenance app coming up. regards, Lars On Thu, Jun 25, 2015 at 6:34 AM, Prosper BT wrote: > Dear Team, > > In very slow internet, when creating new objects - I noticed this with

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Jason Pickering
That did not work, but this did ALTER TABLE relationship DROP COLUMN patientaid; ALTER TABLE relationship DROP COLUMN patientbid; Does this point to potentially other problems, perhaps like a missed upgrade script or problems with the startup routines which alter the tables? Regards, Jason O

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-06-25 Thread Halvdan Grelland
Hi Calle, The commit you've replied to implements (but not fully, therefore 'WIP', there's another commit following it pretty soon after) better error reporting feedback to the user through the interface. I.e. not having to see the stacktrace on the server to determine if and why something went wr

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-06-25 Thread Calle Hedberg
Hi, I'm unable to import GML files using 2.19 (the same files import fine in 2.18) - the import simply hangs (endless rolling progress bar icon). Will the above bug-fix sort out that problem - I do not understand what the above actually means, or if the GML format has changed in some way. Note a

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19522: tracker-capture: bug fix in relationship registration

2015-06-25 Thread noreply
revno: 19522 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Thu 2015-06-25 17:23:48 +0200 message: tracker-capture: bug fix in relationship registration modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Abyot Gizaw
Yes the upgrade script was supposed to take care of that. Try to manually clear and see if the error goed. See here https://github.com/dhis2/dhis2-utils/blob/master/resources/sql/rename-patient-to-trackedentity.sql -- relationship ALTER TABLE relationship RENAME COLUMN patientaid TO trackedentit

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Jason Pickering
It has been upgraded from and earlier version. Maybe this needs to be deleted or missing in an upgrade script? On Thu, Jun 25, 2015, 15:12 Abyot Gizaw wrote: > Hi Jason, > > Seems a database issue... it complains about missing "patientaid". Is this > really a 2.19 db? > > Thank you, > Abyot. > >

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Abyot Gizaw
Hi Jason, Seems a database issue... it complains about missing "patientaid". Is this really a 2.19 db? Thank you, Abyot. On Thu, Jun 25, 2015 at 12:37 PM Jason Pickering < jason.p.picker...@gmail.com> wrote: > I have posted the full stack trace here. Occurs when attempting to save a > new relat

[Dhis2-devs] Changing User Permissions in 2.19 requires retyping of confirmation password - possible bug

2015-06-25 Thread Elmarie Claasen
Hi Devs, We are seeing on 2.19 build revision strange behaviour when allocating new user role or changing Orgunitallocations for a user > Before saving you have to retype the password in the "retype password" field before you are able to save the changed User record. Is this a bug or inten

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

2015-06-25 Thread noreply
revno: 19521 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-06-25 19:05:17 +0700 message: minor rename removed: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/webapp/dhis-web-mainte

[Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Jason Pickering
I have posted the full stack trace here. Occurs when attempting to save a new relationship. http://pastebin.com/ap1XxWea Version:2.19Build revision:19247 Regards,Jason ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.la

[Dhis2-devs] [Bug 1468683] [NEW] Data Validation not working with multiple CatOptionComboIDs

2015-06-25 Thread Calle Hedberg
Public bug reported: Data validation is in practice not working with most DHIS2 instances used in South Africa, due to the use of Category options to capture daily data. This design flaw is related to the similar constraint related to indicators - which was resolved in 2.19 (indicators will now d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19520: support redirectUris in add/edit oauth2 client UI

2015-06-25 Thread noreply
revno: 19520 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-06-25 16:01:17 +0700 message: support redirectUris in add/edit oauth2 client UI modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-se

Re: [Dhis2-devs] User Account Registration via the Web API

2015-06-25 Thread Farai Mutero
Hi Jason Excellent. Thank you very much Jason! I'm answered clearly. Regards Farai On Thu, Jun 25, 2015 at 10:19 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi Farai, > > It is possible, but let me explain it a bit more clearly. There are > essentially three ways to do create

Re: [Dhis2-devs] User Account Registration via the Web API

2015-06-25 Thread Jason Pickering
Hi Farai, It is possible, but let me explain it a bit more clearly. There are essentially three ways to do create users. 1) Allow users to self-register. 2) Send a user an invite. This allows them to specify their username/password and is considered to be more secure, as the password is never t

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19519: support grantTypes in add/edit oauth2 client UI

2015-06-25 Thread noreply
revno: 19519 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-06-25 14:57:12 +0700 message: support grantTypes in add/edit oauth2 client UI modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-sett

[Dhis2-devs] User Account Registration via the Web API

2015-06-25 Thread Farai Mutero
Hi Guys I have been informed that it's now possible to register users via the Web API using the User Account Invitation process and in the process provide a default password such that the registered users don't have to reply on email? Can someone please confirm this for me? I understand Jason Pic