Re: [Dhis2-devs] Data Values not getting saved

2014-11-19 Thread Lars Helge Øverland
Hi Mahendra, we did some changes to data entry on monday. However it works well on apps.dhis2.org/dev and on other databases I have tested on. Could it be a cache issue? Did you really clear cache ? Could you point me to a place

Re: [Dhis2-devs] Dhis2 2.16 version upgrade but Tracking registration shows bugs

2014-11-19 Thread Lars Helge Øverland
Hi Fatema, from which version did you upgrade from? The upgrade to 2.15 is a bit complicated. regards, Lars On Wed, Nov 19, 2014 at 8:55 AM, Abyot Gizaw wrote: > Hi, > > It seems you forgot to send us the attachment. Would be nice to have to > have that for us to respond. > > Which tracker a

Re: [Dhis2-devs] Short Name for Category Options

2014-11-19 Thread Lars Helge Øverland
Hi Mahendra, there is nothing you must do, as the field is nullable. There isn't really a scripted upgrade path, since the field is unique and max 50 char. However you can try this SQL: update dataelementcategoryoption set name = substring(name,0,50); In 2.17 we have a new option for display ei

Re: [Dhis2-devs] Data Values not getting saved

2014-11-19 Thread Lars Helge Øverland
Okay thanks. Is this plain trunk or with modifications? If it does not work still then send me the db and I will look closer. Lars ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://laun

Re: [Dhis2-devs] Event Capture Screen is broken.

2014-11-19 Thread Bob Jolliffe
Hi Mansi This tutorial might help: https://www.dhis2.org/tutorials/how-to-really-clear-browser-cache Regards Bob On 19 November 2014 06:22, Mansi Singhal wrote: > Hello Lars, > > Event Capture Screen looks fine on incognito window. Its only the regular > window where nothing is coming up. >

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17527: Event capture, added version comment in appcache

2014-11-19 Thread noreply
revno: 17527 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-11-19 09:16:51 +0100 message: Event capture, added version comment in appcache renamed: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracke

Re: [Dhis2-devs] Event Capture Screen is broken.

2014-11-19 Thread Lars Helge Øverland
Hi Mansi, I can see that we have not put in "versioning" in the cache manifest (appcache) file. Also, I guess you run trunk. As a result the browser will not update the static files which are cached in local storage. We have put in a small fix in trunk now. Please try again. Also try to really c

Re: [Dhis2-devs] Short Name for Category Options

2014-11-19 Thread Lars Helge Øverland
Great. On Wed, Nov 19, 2014 at 10:01 AM, Mahendra Kariya < mahendra.kar...@thoughtworks.com> wrote: > We will take care of this when we deploy 2.17. > > Thanks! > > On Wed, Nov 19, 2014 at 1:36 PM, Lars Helge Øverland > wrote: > >> Hi Mahendra, >> >> there is nothing you must do, as the field is

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17528: event capture - avoid page reload when going offline

2014-11-19 Thread noreply
revno: 17528 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Wed 2014-11-19 10:03:43 +0100 message: event capture - avoid page reload when going offline modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17529: event capture form validation notification with value type

2014-11-19 Thread noreply
revno: 17529 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Wed 2014-11-19 10:29:44 +0100 message: event capture form validation notification with value type modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17530: event capture - validation labels in custom/section forms

2014-11-19 Thread noreply
revno: 17530 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Wed 2014-11-19 10:55:11 +0100 message: event capture - validation labels in custom/section forms modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis

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

2014-11-19 Thread noreply
revno: 17531 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-11-19 12:16:04 +0100 message: Minor modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/java/org/hisp/dhis/de/action/GetDataSetAssociationsAction.j

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17532: Date util method

2014-11-19 Thread noreply
revno: 17532 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-11-19 12:34:01 +0100 message: Date util method modified: dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/DateUtils.ja

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17533: optionset input fields - allow typing but clear invalid option after blur; show caret icon to not...

2014-11-19 Thread noreply
revno: 17533 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Wed 2014-11-19 13:00:31 +0100 message: optionset input fields - allow typing but clear invalid option after blur; show caret icon to notify selection is possib

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17534: Data entry, introduced validation caching on meta data response

2014-11-19 Thread noreply
revno: 17534 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-11-19 13:17:41 +0100 message: Data entry, introduced validation caching on meta data response modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/j

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17535: PT select all behavior, work in progress.

2014-11-19 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 17535 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Wed 2014-11-19 13:37:29 +0100 message: PT select all behavior, work in progress. modified: dh

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

2014-11-19 Thread noreply
revno: 17536 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Wed 2014-11-19 13:45:44 +0100 message: minor modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/services.js dhis-2/dhi

[Dhis2-devs] Error when running a db locally

2014-11-19 Thread Knut Staring
I think we should avoid this endless loop in the log: * ERROR 2014-11-19 14:22:49,723 Error! (AServiceThread.java [KeepAlive [Clickate ll]]) java.net.UnknownHostException: api.clickatell.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java :184) at java.net

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17537: PT 'select all' now selects all from server instead of those currently visible in the client.

2014-11-19 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 17537 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Wed 2014-11-19 15:37:56 +0100 message: PT 'select all' now selects all from server instead of t

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17538: DV select all.

2014-11-19 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 17538 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Wed 2014-11-19 15:57:45 +0100 message: DV select all. modified: dhis-2/dhis-web/dhis-web-app

Re: [Dhis2-devs] Creating the analytics tables using the Web API

2014-11-19 Thread Jose Garcia Muñoz
ups... I forgot the see that chapter :) Thanks guys! On Tue, Nov 18, 2014 at 12:12 PM, Lars Helge Øverland wrote: > Hi Jose, > > example using curl: > > curl "localhost/api/resourceTables" -X POST -u admin:district -v > > regards, > > Lars > > ___ Mai

[Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Knut Staring
Just testing it here, and the right hand tree loads right away whereas the left hand tree takes several painful minutes to load. Can they be the same? Could this be an urgent fix? https://ebola.dhis2.org/dhis-web-maintenance-user/showUpdateUserForm.action?id=60442 Thanks, Knut -- Knut Staring D

Re: [Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Lars Helge Øverland
Hi, under settings > general > offline org unit levels set it to something like 3, and it will speed up by reducing the no of org units stored locally. Lars On Wed, Nov 19, 2014 at 5:18 PM, Knut Staring wrote: > Just testing it here, and the right hand tree loads right away whereas the > left

Re: [Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Knut Staring
Thanks, Lars, I should have thought of that. But still don't understand why these trees are/should be different? On Wed, Nov 19, 2014 at 4:24 PM, Lars Helge Øverland wrote: > Hi, > > under settings > general > offline org unit levels set it to something > like 3, and it will speed up by reducin

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17539: PT ER line breaking for textual values.

2014-11-19 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 17539 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Wed 2014-11-19 17:32:21 +0100 message: PT ER line breaking for textual values. modified: dhi

Re: [Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Lars Helge Øverland
It's because the tree works offline for data entry so we need to cache it in browser. It will only re-download when there is a change in org units. We can try to change it so that it only caches for the data entry screen. On Wed, Nov 19, 2014 at 5:30 PM, Knut Staring wrote: > Thanks, Lars, I sh

[Dhis2-devs] Completeness and timeliness

2014-11-19 Thread Olav Poppe
Hi, I have a few suggestions on analysis of completeness/timeliness. I think some of it has perhaps been discussed before: - it would be good to have timeliness as well as completeness available in analytics - would also be good if it was possible to get the number of expected/actual reports (

[Dhis2-devs] [Bug 1394325] [NEW] Data import crashes when import file contains duplicates

2014-11-19 Thread Lars Helge Øverland
Public bug reported: Data import crashes when import file contains internal duplicates. ** Affects: dhis2 Importance: Medium Assignee: Lars Helge Øverland (larshelge) Status: Confirmed ** Changed in: dhis2 Assignee: (unassigned) => Lars Helge Øverland (larshelge) ** Chan

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17540: Upgraded to quick 1.9. Fixes issue with duplicates during data import. Added unit tests.

2014-11-19 Thread noreply
revno: 17540 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-11-19 20:11:32 +0100 message: Upgraded to quick 1.9. Fixes issue with duplicates during data import. Added unit tests. added: dhis-2/dhis-services/dh

[Dhis2-devs] Displaying OU Code and Name

2014-11-19 Thread Juma Lungo
Hi Is there a way we can display OU Code and Name on the OU List. E.g.      - 043: Mbeya District            04321: Mbeya Hospital            04322: Mbeya Dispensary Thanks for your help. Lungo___ Mailing list: https://launchpad.net/~dhis2-devs Post to

Re: [Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Knut Staring
Yes, I think that would be good. Any other tips for making things faster on extremely poor connections most welcome! (I know data entry has already been highly optimized) On Wed, Nov 19, 2014 at 4:41 PM, Lars Helge Øverland wrote: > It's because the tree works offline for data entry so we nee

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17541: event capture - some cleanups

2014-11-19 Thread noreply
revno: 17541 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Wed 2014-11-19 20:47:21 +0100 message: event capture - some cleanups modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/scripts/c

Re: [Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Lars Helge Øverland
Make sure compression is turned on at the web server (I assume it is). Turn caching on under settings > cache strategy. ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17542: Event import, fixed bug. Removed guava cache for now. Guava caches do not like null values and th...

2014-11-19 Thread noreply
revno: 17542 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-11-19 21:06:13 +0100 message: Event import, fixed bug. Removed guava cache for now. Guava caches do not like null values and throw exceptions for nulls

Re: [Dhis2-devs] Why do the two OU trees in the add user interface so different in loading time?

2014-11-19 Thread Morten Olav Hansen
You can also turn off offline support pr dataset... so it will load faster (especially for custom forms) -- Morten On Thu, Nov 20, 2014 at 2:49 AM, Lars Helge Øverland wrote: > Make sure compression is turned on at the web server (I assume it is). > Turn caching on under settings > cache strate

Re: [Dhis2-devs] Completeness and timeliness

2014-11-19 Thread Adebusoye Anifalaje
Hi, I also got the same request to have completeness by expected and actual on the dashboard. This would be easy if the options are available in PT/DDV/GIS. Busoye > On 19 Nov 2014, at 14:02, Olav Poppe wrote: > > Hi, > I have a few suggestions on analysis of completeness/timeliness. I thin

Re: [Dhis2-devs] Completeness and timeliness

2014-11-19 Thread greg . rowles
Hi Devs  This will definitely come up in SA's future rollouts too! Over the past few years the DOH in SA has placed major emphasis on data quality improvement. What we did to monitor this was generate a Data Quality data mart (along with standardized DQ elements and DQ indicators). DQ

Re: [Dhis2-devs] [Dhis2-users] DHIS2 Javascript

2014-11-19 Thread Sam Kasozi
Are the data entry events specific to the aggregate data entry module (2.16 inclusive) or they also apply to the tracked entity module? Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com | sk

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17543: add new parameter to ouwt, setOfflineLevel(x), allows bypassing system setting for offline level

2014-11-19 Thread noreply
revno: 17543 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2014-11-20 13:13:09 +0700 message: add new parameter to ouwt, setOfflineLevel(x), allows bypassing system setting for offline level modified: dhis-2/dhis-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17544: force offline level=1 in orgunit maint module

2014-11-19 Thread noreply
revno: 17544 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2014-11-20 13:23:25 +0700 message: force offline level=1 in orgunit maint module modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17545: loca/in Add Partner Management in Maintenance RBF

2014-11-19 Thread noreply
revno: 17545 committer: Mithilesh Kumar Thakur branch nick: dhis2 timestamp: Thu 2014-11-20 06:34:00 + message: loca/in Add Partner Management in Maintenance RBF added: local/in/dhis-web-maintenance-rbf/src/main/java/org/hisp/dh

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17546: local/in Bug fixing in Maintenance RBF

2014-11-19 Thread noreply
revno: 17546 committer: Mithilesh Kumar Thakur branch nick: dhis2 timestamp: Thu 2014-11-20 07:51:59 + message: local/in Bug fixing in Maintenance RBF modified: local/in/dhis-web-maintenance-rbf/src/main/java/org/hisp/dhis/rbf/a