[Dhis2-users] DHIS2 - Caching & testing

2014-09-17 Thread Robin Martens
Hi all, I'm currently testing some final adjustments, however there's somewhere a caching preventing me from seeing the last updates right away in my browser. I tried deleting both browser caching and DHIS2 caching (via Maintenance module) and that for Google Chrome, Mozilla, and IE. Generally,

Re: [Dhis2-users] Tracker - Patient dashboard problem

2014-09-17 Thread sumudu weerasinghe
Thanks Tran, It is working with that correction. Sumudu On Wed, Sep 17, 2014 at 6:13 AM, Tran Chau wrote: > Hi Sumudu, > > I am sorry I sent wrong statements by mistake. The *status *column should > be change to* varchar(25)*. > Could you please run the statements below and re-start tomcat ? >

Re: [Dhis2-users] Tracker - Patient dashboard problem

2014-09-17 Thread sumudu weerasinghe
Thanks Tran, It is working with that correction. Sumudu On Wed, Sep 17, 2014 at 6:13 AM, Tran Chau wrote: > Hi Sumudu, > > I am sorry I sent wrong statements by mistake. The *status *column should > be change to* varchar(25)*. > Could you please run the statements below and re-start tomcat ? >

Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Caching & testing

2014-09-17 Thread Lars Helge Øverland
Hi Robin, with caching, are you referring to data entry forms? If so, those are stored in indexdb / localstorage to support offline capture, which is not cleared by default when clearing cache in most browsers. For development this chrome extension can be recommended: https://chrome.google.com/w

Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Caching & testing

2014-09-17 Thread Robin Martens
This works great. Thanks, Lars! If it's not yet in there, might be useful to add it to the implementation or user manuals. Robin From: Lars Helge Øverland [mailto:larshe...@gmail.com] Sent: 17 September 2014 11:19 To: Robin Martens Cc: dhis2-users@lists.launchpad.net; DHIS 2 Developers list Sub

Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Caching & testing

2014-09-17 Thread Lars Helge Øverland
Actually in production, when you do a change to a data set or sections, the form should automatically be re-downloaded to the browser. So the end user should be unaware of this. During development when you hack away in the db etc it's useful to clear everything from the browser. On Wed, Sep 17, 2

Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Caching & testing

2014-09-17 Thread Robin Martens
Hi Lars, I'm not sure what you mean, but in my custom data forms for events (which I modify and test through a browser, no database hacking involved), I had this issue of caching. Is this what you meant that shouldn't be happening? Regards, Robin From: Lars Helge Øverland [mailto:larshe...@gm

Re: [Dhis2-users] Tracker - Patient dashboard problem

2014-09-17 Thread sumudu weerasinghe
Hi Tran, My problem is settle now, but after few minutes it is giving repeated thread of error on log. What is this error? *INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.5M, memory.free=90.4M, memory.total=494.9M, memory.max=494.9M, memory.used/total=81.74%, memory.used/max=81.74%,

[Dhis2-users] [WebAPI] - How to get list of districts which have data entered in system by webAPI

2014-09-17 Thread Thái Chương
Dears, I'm going to make a html report to get the list of districts which have data entered in DHIS2 system by webapi. Is there anyway to check/get this? Thank you very much and best regards, -- THAI Chuong YM/Skype : thaichuong159 Phone: (+84) 918776134 / (+856) 2091708927

Re: [Dhis2-users] [Dhis2-devs] Tracker - Patient dashboard problem

2014-09-17 Thread Lars Helge Øverland
Hi, that's not an error message, rather memory monitoring logging, nothing to worry about. Lars On Wed, Sep 17, 2014 at 11:45 AM, sumudu weerasinghe wrote: > Hi Tran, > My problem is settle now, but after few minutes it is giving repeated > thread of error on log. What is this error? > > > >

Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Caching & testing

2014-09-17 Thread Lars Helge Øverland
Okay. For the custom forms to update, you need to click "save and close" in the editor. On Wed, Sep 17, 2014 at 11:42 AM, Robin Martens wrote: > Hi Lars, > > > > I'm not sure what you mean, but in my custom data forms for events (which > I modify and test through a browser, no database hacking