[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21453: AdxService, code style

2015-12-15 Thread noreply
revno: 21453 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-12-15 09:06:20 +0100 message: AdxService, code style modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/PeriodType.java dhis-2/dhis-servi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21454: support filtering in DataElementOperandController

2015-12-15 Thread noreply
revno: 21454 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-15 09:08:01 +0100 message: support filtering in DataElementOperandController modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/web

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

2015-12-15 Thread noreply
revno: 21455 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-15 09:10:55 +0100 message: minor fix modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/query/Query.java -- lp:dhis2 ht

[Dhis2-devs] DHIS2 OAuth Grant type authorized_code

2015-12-15 Thread Ngoc Thanh Nguyen
HI all Is there a way in DHIS2 that allows defining a callback for OAuth? If this possible, we can have multiple dhis2 instances that share a single user base. This will work like OAuth in Google+ or Facebook. Thanh ___ Mailing list: https://launchpad.n

Re: [Dhis2-devs] Process failed: StatementCallback

2015-12-15 Thread Lars Helge Ă˜verland
Hi John, could you try to first delete the SQL view called "itenget organisationunit" or similar, run analytics again and see if that avoids the error? regards, Lars On Mon, Dec 14, 2015 at 5:14 PM, Gichangi John wrote: > Hi > > Each time i run the Analytics tables update the following error

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21456: made it more clear that manager.getByAttributeValue is only applicable for unique attribute value...

2015-12-15 Thread noreply
revno: 21456 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-15 11:01:19 +0100 message: made it more clear that manager.getByAttributeValue is only applicable for unique attribute values (renamed getByUniqueAtt

[Dhis2-devs] [Bug 1526242] [NEW] changing the password of admin user to district

2015-12-15 Thread Mohamed Bangura
Public bug reported: Hello all, Can someone please help me with the sql query to change the password of the admin user to district.I have an old one that i have been using but when i used it now,it is not.Can someone please help me with the updated one.The previous one that i was using is shown b

Re: [Dhis2-devs] [Bug 1526242] [NEW] changing the password of admin user to district

2015-12-15 Thread Knut Staring
Hello Mohammed, This is NOT a bug. Please rather send questions to DHIS 2 developers < dhis2-devs@lists.launchpad.net>. Do this to set password to district for user admin: update users set password='$2a$10$wjLPViry3bkYEcjwGRqnYO1bT2Kl.ZY0kO.fwFDfMX53hitfx5.3C' where username='admin'; Then resta

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21457: tracker-capture: better handling of right/columns (un)sticky

2015-12-15 Thread noreply
revno: 21457 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Tue 2015-12-15 11:54:23 +0100 message: tracker-capture: better handling of right/columns (un)sticky modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21458: require importoption for add/update enrollments/tei

2015-12-15 Thread noreply
revno: 21458 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-12-15 15:46:39 +0100 message: require importoption for add/update enrollments/tei modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/h

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21459: Avoid rounding for Number type

2015-12-15 Thread noreply
revno: 21459 committer: Markus Bekken branch nick: dhis2 timestamp: Tue 2015-12-15 16:26:01 +0100 message: Avoid rounding for Number type modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascri

[Dhis2-devs] [Bug 1526402] Re: multi organisation unit form - form name doesn't render

2015-12-15 Thread Lars Helge Ă˜verland
** Changed in: dhis2 Milestone: None => 2.22 ** Changed in: dhis2 Assignee: (unassigned) => Morten Olav Hansen (mortenoh) ** Changed in: dhis2 Importance: Undecided => Medium -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to

Re: [Dhis2-devs] Meta Data Export Question

2015-12-15 Thread Timothy Harding
Hello DHIS2 Devs and Community! I've been doing some digging and it appears that this is about the easiest way to do this. I've got a question for the devs though: Is it a bug or intended behavior that when I export a dataset with dependencies it sends me a file sans CategoryOptionCombos? *Tim

[Dhis2-devs] [Bug 1526402] [NEW] multi organisation unit form - form name doesn't render

2015-12-15 Thread Rodolfo Melia
Public bug reported: On a multi organisation form, form names are not rendering. This can be reproduced in 2.21 demo site, by setting a Form Name to a data element - see attached image. ** Affects: dhis2 Importance: Undecided Status: New ** Attachment added: "Multi Org Unit forms

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21460: Set proper max length for category option group set resource table col

2015-12-15 Thread noreply
revno: 21460 committer: Lars Helge Overland branch nick: dhis2 timestamp: Tue 2015-12-15 22:06:24 +0100 message: Set proper max length for category option group set resource table col modified: dhis-2/dhis-services/dhis-service-admi

[Dhis2-devs] [Bug 1526596] [NEW] Can't export event

2015-12-15 Thread Le Hong Em
Public bug reported: I used the Event Export feature in Import-Export module to export event of a program and I got an exception screen with message: // 20151216101856 // https://dhis2.co/malaria/api/events.xml.gz?attachment=events.xml.gz&program=HprGTJ9ndsH&orgUnit=IWp9dQGM0bS&ouMode=DESCENDANT

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21461: Update EnrollmentService to support IdScheme for matching, means that 'search mode' does not work...

2015-12-15 Thread noreply
revno: 21461 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Wed 2015-12-16 08:53:48 +0100 message: Update EnrollmentService to support IdScheme for matching, means that 'search mode' does not work anymore, now supports ex