Re: [Dhis2-devs] Blueprint candidate: Distinguish authorities between Events and Tracker

2015-11-30 Thread Abyot Gizaw
No, that is problematic to implement. What is better and clean is controlling who accesses what through program, which you can do. - Thank you, Abyot. (sent from mobile) Hello, currently Tracker and Event capture rely on the same authority. Ideally, these should be differentiated. Can we ad

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21244: minor audit service changes, also adds query by data-set

2015-11-30 Thread noreply
revno: 21244 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-01 14:15:46 +0700 message: minor audit service changes, also adds query by data-set modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/datavalue

[Dhis2-devs] Blueprint candidate: Distinguish authorities between Events and Tracker

2015-11-30 Thread Knut Staring
Hello, currently Tracker and Event capture rely on the same authority. Ideally, these should be differentiated. Can we add this as a blueprint? Knut -- Knut Staring Dept. of Informatics, University of Oslo Norway: +4791880522 Skype: knutstar http://dhis2.org _

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21243: rename all audits timestamp -> created

2015-11-30 Thread noreply
revno: 21243 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-01 11:59:42 +0700 message: rename all audits timestamp -> created modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/datavalue/DataValueAudit.jav

[Dhis2-devs] New settings app requires internet first time

2015-11-30 Thread Knut Staring
Hi, It seems you have to be online in order to run the new settings app, since it is getting some fonts from Google. This basically means you cannot run this on your laptop without a connection (eg on a flight). Is this intentional? ___ Mailing list: http

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21242: minor fix for TranslationController

2015-11-30 Thread noreply
revno: 21242 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-01 10:03:14 +0700 message: minor fix for TranslationController modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller

[Dhis2-devs] [Bug 1521310] [NEW] Event Data Export Giving Errors

2015-11-30 Thread Timothy Harding
Public bug reported: Version 2.21, using the SL demo at: https://apps.dhis2.org/demo/ Using the event data exporter to make some CSV files I am getting myriad errors. I've attached a picture of one of the creation screens called try 1, the result of that one (as admin) is: { "httpStatus": "Co

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21241: Data import. Added constraint. Data value must be valid for the option set of the data element. V...

2015-11-30 Thread noreply
revno: 21241 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-11-30 18:16:26 +0100 message: Data import. Added constraint. Data value must be valid for the option set of the data element. Value matched against opt

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21240: tracker-capture: pressing enter key with empty search text now returns all tei

2015-11-30 Thread noreply
revno: 21240 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-11-30 12:05:20 +0100 message: tracker-capture: pressing enter key with empty search text now returns all tei modified: dhis-2/dhis-web/dhis-web-apps

Re: [Dhis2-devs] DHIS Server - Setting up a scheduled event data check and update

2015-11-30 Thread Jason Pickering
Hi James, Another example you might want to have a look at is here http://rpubs.com/jason_p_pickering/124722 This shows how an external script can interact with both the API as well as the database. In certain cases, it may be much more efficient to interact/query the database directly as oppose