[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21945: added schema-validator to object bundle validation

2016-02-11 Thread noreply
revno: 21945 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2016-02-11 15:11:40 +0700 message: added schema-validator to object bundle validation added: dhis-2/dhis-services/dhis-service-dxf2/src/test/resources/dxf2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21946: renamed MergeStrategy => MergeMode, adds MergeMode to ObjectBundleParams/ObjectBundle

2016-02-11 Thread noreply
revno: 21946 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2016-02-11 16:13:07 +0700 message: renamed MergeStrategy => MergeMode, adds MergeMode to ObjectBundleParams/ObjectBundle removed: dhis-2/dhis-api/src/main/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21947: finished rename of MergeStrategy => MergeMode

2016-02-11 Thread noreply
revno: 21947 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2016-02-11 16:27:02 +0700 message: finished rename of MergeStrategy => MergeMode modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/attribute/Attribute.j

Re: [Dhis2-devs] multilingual DHIS2 API and SDK

2016-02-11 Thread Araz Abishov
Hi Rodolfo, David and Jose, In order to add translation support with current web API implementation in mind, we have to restructure legacy SDK in intrusive way and it will take a lot of time and effort. In order to avoid “hacks”, we will have to wait for full API translation support. We also wi

Re: [Dhis2-devs] multilingual DHIS2 API and SDK

2016-02-11 Thread Morten Olav Hansen
Hi Araz Are you using the normal web-api for your requests? if so, many of these things would be automatic on your end, just make sure you use displayName, displayShortName, displayDescription, and displayFormName instead of name, shortName, description and formName. Changing these should be backw

Re: [Dhis2-devs] multilingual DHIS2 API and SDK

2016-02-11 Thread Araz Abishov
Hi Morten, The problem for us is mostly in the way how we are structuring requests (we are using fields property in order to retrieve nested objects like dataelements from program stages). As you said before, nested properties are not translated due to potential performance problems on server. In

Re: [Dhis2-devs] multilingual DHIS2 API and SDK

2016-02-11 Thread Morten Olav Hansen
Sure, that makes sense. I'm actually adding a new endpoint for 2.23 which could potentially help you, basically its a combination of all our endpoints, and the main purpose is to use it for metadata export (for moving between servers) but it can also be used for these kinds of optimized gets. Some

[Dhis2-devs] [Bug 1544528] [NEW] DataSet PUT request fails with 500 error

2016-02-11 Thread Mark Polak
Public bug reported: When trying to update a dataset through the API the request fails with a 500 error. (Additionally the request takes quite a long time, about 18 seconds on the demo) To reproduce: GET Request http://play.dhis2.org/dev/api/dataSets/lyLU2wR22tC.json?fields=:owner Either change

Re: [Dhis2-devs] multilingual DHIS2 API and SDK

2016-02-11 Thread Araz Abishov
I don’t think we will be able to use that, since android SDK is built around “standalone" API resources, so we need to come up with something different. At least we will try to query each resource separately to get translations and then combine it with results of “nested” query. If that approach

[Dhis2-devs] [Bug 1544528] Re: DataSet PUT request fails with 500 error

2016-02-11 Thread Morten Olav Hansen
** Changed in: dhis2 Status: New => Confirmed ** Changed in: dhis2 Assignee: (unassigned) => Morten Olav Hansen (mortenoh) ** Changed in: dhis2 Importance: Undecided => Medium ** Changed in: dhis2 Milestone: None => 2.23 -- You received this bug notification because you are

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21948: tracker-capture: by default select the first program in TEI search page

2016-02-11 Thread noreply
revno: 21948 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Thu 2016-02-11 14:25:22 +0100 message: tracker-capture: by default select the first program in TEI search page modified: dhis-2/dhis-web/dhis-web-apps/src/ma

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21949: tracker-capture: while in first page of tracker capture, focus search field

2016-02-11 Thread noreply
revno: 21949 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Thu 2016-02-11 14:47:50 +0100 message: tracker-capture: while in first page of tracker capture, focus search field modified: dhis-2/dhis-web/dhis-web-apps/sr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21950: enrollment(s) now return orgunitName

2016-02-11 Thread noreply
revno: 21950 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Thu 2016-02-11 16:31:13 +0100 message: enrollment(s) now return orgunitName modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2

Re: [Dhis2-devs] DHIS 2 failure to start

2016-02-11 Thread Lars Helge Øverland
Hi Calle, sounds like a corrupt WAR file. Did you try downloading a fresh WAR file from http://ci.dhis2.org/ , and clear out any existing folders under tomcat > webapps directory ? regards, Lars On Thu, Feb 11, 2016 at 4:28 PM, Calle Hedberg wrote: > Hi, > > I've been battling with a serious

[Dhis2-devs] DHIS 2 failure to start

2016-02-11 Thread Calle Hedberg
Hi, I've been battling with a serious problem for some days now, after a DHIS 2 session crashed - presumably due to external reasons like a power fluctuation or something. I went out for a while after starting that process - when I got back, I had a black screen of death with a message about parti

[Dhis2-devs] Post-Symposium Trainings - More Seats Open!

2016-02-11 Thread Nicola Hobby
Hi Folks, We've managed to get more space for both the Fundamentals of DHIS 2 and Consuming Data courses. So if you previously tried registering and found it sold out - try again. Note - If you register for the Consuming Data course you are automatically enrolled in the Consuming Data Evening cour

[Dhis2-devs] Password complexity requirements

2016-02-11 Thread Smith, Rebecca A.
Hi dev team, I have 2 password-related requirements that I need to implement in DHIS to meet our organization's security policy: 1. Password must contain 3 of the following characters: lowercase letters, uppercase letters, numbers, special characters (it currently only requires uppercase

[Dhis2-devs] Unable to see Program Attribute Data in Pivot Table

2016-02-11 Thread Lorill Crees
Hi, We have tracker data uploaded into DHIS 2 and can verify the attribute data is there when searching through the tracker capture screen. However, when attempting to view this data in the pivot table, we can select the attributes but no data shows up in the table. We select "Event data items" -

Re: [Dhis2-devs] DHIS 2 failure to start

2016-02-11 Thread Calle Hedberg
Lars/Dan, Thanks for rapid reply, and my apologies for the use of 2.21 with Java 7, that was dumb (I normally have both Java 7 and Java 8 installed and uses 2.20, 2.21, and 2.22 as required, but I had un-installed both Java version and then only re-installed Java 7 build 79 32 bits so far). So th

[Dhis2-devs] Minor design flaw in 2.22

2016-02-11 Thread Calle Hedberg
Hi, I noted a minor design issue with the latest 2.22 just now: When I right-click on a data element at the bottom of the data element list in order to delete the element, the popup selection menu are mostly hidden "outside" of the window because it's position related to the data element is fixed.

Re: [Dhis2-devs] Minor design flaw in 2.22

2016-02-11 Thread Lars Helge Øverland
Hi Calle, agreed - issue opened here: https://github.com/dhis2/maintenance-app/issues/37 regards, Lars On Thu, Feb 11, 2016 at 11:26 PM, Calle Hedberg wrote: > Hi, > > I noted a minor design issue with the latest 2.22 just now: When I > right-click on a data element at the bottom of the data

Re: [Dhis2-devs] [Dhis2-users] Metadata Import of option sets not working

2016-02-11 Thread Archana Chillala
Thanks, Morten. Archana Chillala Application Developer Email archa...@thoughtworks.com Telephone +91 9100960533 <+91+9100960533> [image: ThoughtWorks] On Thu,

[Dhis2-devs] [Bug 1544528] Re: DataSet PUT request fails with 500 error

2016-02-11 Thread Morten Olav Hansen
Hi, this is happening because of 2 things: 1) compulsoryDataElementOperands are id object internally, but not in database.. this causes weird issues with default filtering (can be fixed with ?fields=:owner,compulsoryDataElementOperands[:owner]) 2) DataEntryForm was made into an id object at some

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21951: Special workaround for DataElementOperands and field filtering

2016-02-11 Thread noreply
revno: 21951 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2016-02-12 11:35:40 +0700 message: Special workaround for DataElementOperands and field filtering modified: dhis-2/dhis-services/dhis-service-core/src/main

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21952: Fixes for DataEntryForm id-object conversion, added schemadescriptor, importer, controller, and u...

2016-02-11 Thread noreply
revno: 21952 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2016-02-12 12:38:40 +0700 message: Fixes for DataEntryForm id-object conversion, added schemadescriptor, importer, controller, and upgraded DataEntryFormStor

[Dhis2-devs] [Bug 1544528] Re: DataSet PUT request fails with 500 error

2016-02-11 Thread Morten Olav Hansen
This have now been fixed in 2.22 and trunk. Please remember that DataEntryForm is a normal id object now, which means it -must- be created prior to saving the data set. ** Changed in: dhis2 Status: Confirmed => Fix Released -- You received this bug notification because you are a member of

[Dhis2-devs] Log in Password

2016-02-11 Thread Joseph Thobias
Hi, I have forgotten the login password in DHIS2. how can I restore? -- Joseph Thobias, Msc.Health Informatics ( University of Dar-es-salaam), Bsc. ICT Management (Mzumbe University) School of Informatics, College of Informatics and Virtual Education University of Dodoma,Tanzania.