[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17684: Import module, set beans to be prototypes

2014-12-08 Thread noreply
revno: 17684 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2014-12-09 09:39:09 +0200 message: Import module, set beans to be prototypes modified: dhis-2/dhis-web/dhis-web-importexport/src/main/resources/META-INF/d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17683: Data import. Improved validation for invalid identifiers.

2014-12-08 Thread noreply
revno: 17683 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2014-12-09 09:25:53 +0200 message: Data import. Improved validation for invalid identifiers. added: dhis-2/dhis-services/dhis-service-dxf2/src/test/resour

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17682: make managedByGroups the inverse property in managedGroups relationship table

2014-12-08 Thread noreply
revno: 17682 committer: jimgr...@gmail.com branch nick: dhis2 timestamp: Mon 2014-12-08 21:51:54 -0500 message: make managedByGroups the inverse property in managedGroups relationship table modified: dhis-2/dhis-services/dhis-service

Re: [Dhis2-devs] Collaborative development of DHIS2 apps

2014-12-08 Thread Jose Garcia Muñoz
Hi Victor, Yes, I think that also PSI is interested in the translation of that App to Spanish. Feel free to contact Rodolfo and James (copied in this email) to know the status of the app and what is the best way to contribute. Regards On Mon, Dec 8, 2014 at 11:51 PM, Mark Polak wrote: > Hey V

Re: [Dhis2-devs] Collaborative development of DHIS2 apps

2014-12-08 Thread Mark Polak
Hey Victor, To do that you are probably best off contacting James who created the Tabular Tracker Capture and ask him if there a public repository for this that app. Then you can contribute and we can update the app in the app store. Kind regards, Mark Polak m...@thedutchies.com mar...@ifi.uio

[Dhis2-devs] Collaborative development of DHIS2 apps

2014-12-08 Thread Victor Garcia
Hi all, I was wondering if there is a way to collaborate in the development of DHIS2 apps (the ones in the app store) just as there is with the trunk. In particular, I am interested in Tabular Tracker Capture, firstly for translating into Spanish and maybe later for adding some functionality. Th

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17681: Data import. Better user feedback. Check for non-existing category option combos.

2014-12-08 Thread noreply
revno: 17681 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2014-12-08 23:01:08 +0200 message: Data import. Better user feedback. Check for non-existing category option combos. modified: dhis-2/dhis-services/dhis-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17680: Introduced 4 new authorities realted to import and export: F_IMPORT_EVENTS, F_IMPORT_OTHER_SYSTEM...

2014-12-08 Thread noreply
revno: 17680 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2014-12-08 21:51:34 +0200 message: Introduced 4 new authorities realted to import and export: F_IMPORT_EVENTS, F_IMPORT_OTHER_SYSTEMS, F_IMPORT_GML, F_EXPOR

Re: [Dhis2-devs] Data elements hidden on search

2014-12-08 Thread Abyot Gizaw
Hi, The input fields you mentioned are not from data elements - they come from program stage definition. Looking at your screenshot, you have "Description of report date" set as "Date of data collection" and "Capture coordinates" is also set to true. --- Thank you, Abyot. On Mon, Dec 8, 2014 a

[Dhis2-devs] Authority that makes the Complete and Quit button inactive

2014-12-08 Thread Emma Kassy
Hi Dev Team, I was wondering if it is possible to have an authority that makes some of the buttons like "Complete and Quit" under Reschedule and Set Status inactive for some user roles? We have cases where events or clients are mistakenly un enrolled from the program. -- Thank you and Kind Reg

Re: [Dhis2-devs] Date not getting updated via /api/events

2014-12-08 Thread Morten Olav Hansen
Yeah, this is to be expected. It only supports -MM-dd, which is the same as before, but I think maybe it ignored the rest of the string (the regex expects it to start and end with this pattern), looking at the comment for this code, it seems it was meant to be like this. Abyot, are you complet

Re: [Dhis2-devs] DHIS2 Validation

2014-12-08 Thread Jason Pickering
Yes, agree, that it works. Usually, these issues have to do with missing data. If data is missing, the validation rule will be skipped entirely by default. >From the docs... When editing an expression, check the setting skip for missing values to > require that all data element values in the expr

Re: [Dhis2-devs] DHIS2 Validation

2014-12-08 Thread Jim Grace
Hi Joao, As far as I know, validation rules are working. Here is what I would suggest to narrow down the problem: 1. Try to reproduce the problem on the demo system at https://apps.dhis2.org/demo/ 2. If you can reproduce the problem on the demo system, send another email with the exact details o

[Dhis2-devs] DHIS2 Validation

2014-12-08 Thread Joao Mazuze
Dear all, I am facing some problems with validation rules, My dhis2 instance is not running data validation, it simply ignoring and is passing successfully all validation even when rules are violated. Can someone help me on this? Kind regards This message may c

Re: [Dhis2-devs] Date not getting updated via /api/events

2014-12-08 Thread Morten Olav Hansen
Hi I'm not sure if this is a regression or not, when was the last time this was working? I see from the code that it is validating against -MM-dd, which means only that pattern is supported, the value itself is just saved as a string in the database, so it must be the validation that is blocki