[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19668: minor speed improvements in node serializers

2015-07-15 Thread noreply
revno: 19668 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-07-16 13:54:49 +0700 message: minor speed improvements in node serializers modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/node/AbstractNode.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19667: use static thread-safe JodaTime DateTimeFormatter for node serializers (except Jackson2 which hav...

2015-07-15 Thread noreply
revno: 19667 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-07-16 13:27:31 +0700 message: use static thread-safe JodaTime DateTimeFormatter for node serializers (except Jackson2 which have its own), gives about 1

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19666: remove AttributeValue 230 text length validation

2015-07-15 Thread noreply
revno: 19666 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-07-16 12:27:11 +0700 message: remove AttributeValue 230 text length validation modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/mac

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19664: minor fix, turn of lazy for a few PI properties that we always access (using AbstractEnrollmentSe...

2015-07-15 Thread Morten Olav Hansen
Done -- Morten On Thu, Jul 16, 2015 at 12:13 PM, Calle Hedberg wrote: > Morten > Since u are making many minor corrections. Can u pls also remove the 230 > character constraint for attribute values in the UI? Db is OK (type text) > but ui limit was never removed. I find that I cannot save almos

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19665: In AbstractTEIService, use TEI.attributeValues (lazy=false) instead of TEAService.getAttributeVal...

2015-07-15 Thread noreply
revno: 19665 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-07-16 12:20:56 +0700 message: In AbstractTEIService, use TEI.attributeValues (lazy=false) instead of TEAService.getAttributeValues(..), speeds up TEI qu

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19664: minor fix, turn of lazy for a few PI properties that we always access (using AbstractEnrollmentSe...

2015-07-15 Thread Calle Hedberg
Morten Since u are making many minor corrections. Can u pls also remove the 230 character constraint for attribute values in the UI? Db is OK (type text) but ui limit was never removed. I find that I cannot save almost any DE or indicator without truncating the additional def fields added as attrib

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19664: minor fix, turn of lazy for a few PI properties that we always access (using AbstractEnrollmentSe...

2015-07-15 Thread noreply
revno: 19664 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2015-07-16 11:56:40 +0700 message: minor fix, turn of lazy for a few PI properties that we always access (using AbstractEnrollmentService.getEnrollment), spe

Re: [Dhis2-devs] Problem with category option combo

2015-07-15 Thread Jim Grace
Hi Raheel, Try Apps -> Data Administration -> Maintenance -> check Update category option combinations -> click Perform maintenance. This should create the category option combos for any new category options you have defined. Cheers, Jim On Tue, Jul 14, 2015 at 4:34 PM, Raheel Ayaz wrote: > H

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19663: GIS dashboard updates.

2015-07-15 Thread noreply
revno: 19663 committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2015-07-16 01:08:08 +0200 message: GIS dashboard updates. modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/map.js dhis-2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19662: GIS dashboard updates.

2015-07-15 Thread noreply
revno: 19662 committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2015-07-16 00:48:48 +0200 message: GIS dashboard updates. modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/scripts/core.js dhis-2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19661: GIS dashboard updates.

2015-07-15 Thread noreply
revno: 19661 committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2015-07-16 00:44:46 +0200 message: GIS dashboard updates. modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/plugin.html dhis-2/dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19660: DV dashboard updates.

2015-07-15 Thread noreply
revno: 19660 committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2015-07-16 00:36:00 +0200 message: DV dashboard updates. modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/plugin.html dhis-2/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19659: GIS fav/dx.

2015-07-15 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 19659 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2015-07-16 00:01:05 +0200 message: GIS fav/dx. modified: dhis-2/dhis-web/dhis-web-apps/sr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19658: Removed CollectionUtils.emptyIfNull

2015-07-15 Thread noreply
revno: 19658 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-07-15 21:25:25 +0200 message: Removed CollectionUtils.emptyIfNull modified: dhis-2/dhis-support/dhis-support-commons/src/main/java/org/hisp/dhis/comm

Re: [Dhis2-devs] Lastest version of 2.17 shows as 2.18 in in 'About'

2015-07-15 Thread Timothy Harding
Doh! That cleared it up: Web API: Browse it here Current user: tharding Version: 2.17 Build revision: 17802 Build date: 2015-06-19 02:53 I'll just need to add that to my steps for moving between versions. Thanks Halvdan! Timothy Harding RPCV Vanuatu Skype: hardi...@gmail.co

Re: [Dhis2-devs] Lastest version of 2.17 shows as 2.18 in in 'About'

2015-07-15 Thread Halvdan Grelland
The download link is 2.17 for sure. Your redeployment is probably still serving up some old files. Try to clean out Tomcat's working dir and cache completely, then redeploy the war file. Halvdan 2015-07-15 19:41 GMT+02:00 Timothy Harding : > Just downloaded the lastest version of 2.17 from the l

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19657: Merge of branch event-analytics. Analytics service: Implements support for program indicators wit...

2015-07-15 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) Lars Helge Øverland (larshelge) revno: 19657 [merge] committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-07-15 19:51:39 +0200 message: Merge of branch event-

[Dhis2-devs] Lastest version of 2.17 shows as 2.18 in in 'About'

2015-07-15 Thread Timothy Harding
Just downloaded the lastest version of 2.17 from the link on DHIS2.org https://www.dhis2.org/download/releases/2.17/dhis.war When I boot it up it shows this in the about page. Web API:Browse it here Current user: tharding Version:2.18 Build revision:18450 Build

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19656: Minor

2015-07-15 Thread noreply
revno: 19656 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-07-15 19:25:10 +0200 message: Minor modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/Program.java -- lp:dhis2 https://code.launchpad.ne

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19655: Missing attribute in metadata download

2015-07-15 Thread noreply
revno: 19655 committer: Markus Bekken branch nick: dhis2 timestamp: Wed 2015-07-15 18:38:42 +0200 message: Missing attribute in metadata download modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/scrip

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19654: new attribute syntax in program rules, fixed event ordering

2015-07-15 Thread noreply
Merge authors: Markus Bekken (markus-bekken) revno: 19654 [merge] committer: Markus Bekken branch nick: dhis2 timestamp: Wed 2015-07-15 16:35:28 +0200 message: new attribute syntax in program rules, fixed event ordering modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19653: minor: codestyle + unnecessary private modifier

2015-07-15 Thread noreply
revno: 19653 committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Wed 2015-07-15 13:07:57 +0200 message: minor: codestyle + unnecessary private modifier modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/ValueType

[Dhis2-devs] aggregation builder

2015-07-15 Thread channara rin
Hi all, My problem are What should to do? if want to build aggregation builder with "If-Condition"? and another one is DateDiff in aggregation Builder seem not working. Thank you CHANANRA ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19652: minor fixes, adds missing @Override annotations

2015-07-15 Thread noreply
revno: 19652 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Wed 2015-07-15 16:45:45 +0700 message: minor fixes, adds missing @Override annotations modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseDimensio

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19651: minor opt, replace Arrays.asList with Collections.singletonList (for CurrentUserController)

2015-07-15 Thread noreply
revno: 19651 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Wed 2015-07-15 16:33:32 +0700 message: minor opt, replace Arrays.asList with Collections.singletonList (for CurrentUserController) modified: dhis-2/dhis-web/d

Re: [Dhis2-devs] Using OU-Tree inside a DHIS2 App

2015-07-15 Thread Harsh Atal
Just placed the modified ouwt.js file inside our app. Thanks! Regards harsh On 15 July 2015 at 12:04, Harsh Atal wrote: > Hi > > We are making a dhis2 App and have used the "ouwt.js" library for > displaying the ou tree inside of our app. But for this a little change had > to be made in the o