[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11496: send schedule message to user group - program stage

2013-07-24 Thread noreply
revno: 11496 committer: Lai branch nick: dhis2 timestamp: Wed 2013-07-24 14:03:54 +0700 message: send schedule message to user group - program stage modified: dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/pat

[Dhis2-devs] Error populating Analytics Tables

2013-07-24 Thread Dapo Adejumo
Hi Devs, Got this error while populating analytics tables( 2.12 Revision 11243) ... Any Ideas? * WARN 2013-07-23 00:30:21,549 StatementCallback; bad SQL grammar [drop table analytics_temp]; nested exception is org.postgresql.util.PSQLException: ERROR: table "analytics_temp" does not exist

[Dhis2-devs] Blank Elements

2013-07-24 Thread Gomez Phiri
HI all, We are having trouble with customized data-set reports, the problem is when we download the data-set report as pdf or excel only the actual values are appearing without the data elements. Its just a sheet with figures, no corresponding data elements. Please find attached a copy of the ex

Re: [Dhis2-devs] Synching uids between instances

2013-07-24 Thread Bob Jolliffe
ok thanks On 24 July 2013 08:45, Lars Helge Øverland wrote: > > Don't think so, you may want to verify that nobody created custom standard > reports with hard-coded links to org unit uids. > > > Lars > > > > On Tue, Jul 23, 2013 at 5:27 PM, Bob Jolliffe wrote: > >> Here's a thought ... >> >> I

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11497: (DV) Radar chart implemented.

2013-07-24 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 11497 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Wed 2013-07-24 12:34:26 +0200 message: (DV) Radar chart implemented. added: dhis-2/dhis-web/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11498: Removed nginx dependency

2013-07-24 Thread noreply
revno: 11498 committer: Bob Jolliffe branch nick: dhis2 timestamp: Wed 2013-07-24 11:40:59 +0100 message: Removed nginx dependency Changed env variable in backup script ($USER is not available to crontab) modified: tools/dhis2-tool

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

2013-07-24 Thread noreply
revno: 11499 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 13:10:40 +0200 message: Minor modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboard/Dashboard.java dhis-2/dhis-api/src/main/java/org

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11500: Impl method for removing dashboard items in web api

2013-07-24 Thread noreply
revno: 11500 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 13:48:13 +0200 message: Impl method for removing dashboard items in web api modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboard/Dash

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11501: PNG maps, added option for custom image widths

2013-07-24 Thread noreply
revno: 11501 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 14:38:12 +0200 message: PNG maps, added option for custom image widths modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/mapgeneration/MapG

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11502: Added missing dependency for unzip

2013-07-24 Thread noreply
revno: 11502 committer: Bob Jolliffe branch nick: dhis2 timestamp: Wed 2013-07-24 15:56:30 +0100 message: Added missing dependency for unzip modified: tools/dhis2-tools-deb/pkg/DEBIAN/control -- lp:dhis2 https://code.launchpad.net/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11503: Impl method for removing dashboard item content in web api

2013-07-24 Thread noreply
revno: 11503 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 17:55:13 +0200 message: Impl method for removing dashboard item content in web api modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboa

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11505: Cleanup

2013-07-24 Thread noreply
revno: 11505 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 18:05:05 +0200 message: Cleanup removed: dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/document

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11506: Cleanup

2013-07-24 Thread noreply
revno: 11506 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 18:25:21 +0200 message: Cleanup removed: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboard/DashboardManager.java dhis-2/dhis-services/dhi

[Dhis2-devs] Web API Pivot Table Layout

2013-07-24 Thread Farai Mutero
Hi Guys I'm using the Web API to design an html report displaying pivot tables. How do I adjust my url call so that the pivot table rendered can display in the same way it was designed. Using the DHIS2 demo for example, if I use the url http://apps.dhis2.org/demo/api/analytics.html?dimension=dx:J

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11507: Dashboard cleanup. Disable dashboard in light module for now. Removed add to dashboard function i...

2013-07-24 Thread noreply
revno: 11507 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-07-24 19:28:39 +0200 message: Dashboard cleanup. Disable dashboard in light module for now. Removed add to dashboard function in GIS, now done directly

Re: [Dhis2-devs] Web API Pivot Table Layout

2013-07-24 Thread Jan Henrik Øverland
Hi Farai, such layout is produced by the pivot tables client, so you cannot get it directly from the server. On Wed, Jul 24, 2013 at 6:44 PM, Farai Mutero wrote: > Hi Guys > > I'm using the Web API to design an html report displaying pivot tables. > How do I adjust my url call so that the pivot

Re: [Dhis2-devs] Web API Pivot Table Layout

2013-07-24 Thread Farai Mutero
Thanks Jan for the feedback. Noted. The following querystring parameters *" tableLayout=true&columns=dx;ou&rows=pe"* found in the Web API documentation just provided what I was looking for : api/analytics.html?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:2012Q1;2012Q2&dimension=ou:O6uvpzGd5p

Re: [Dhis2-devs] Web API Pivot Table Layout

2013-07-24 Thread Knut Staring
Hi Farai, If you look in the second table on this page, you will see that there is a dynamic parameter called ou: http://apps.dhis2.org/demo/api/charts/UlfTKWZWV4u On Wed, Jul 24, 2013 at 8:07 PM, Farai Mutero wrote: > Thanks Jan for the feedback. Noted. > > The following querystring parameter

Re: [Dhis2-devs] Web API Pivot Table Layout

2013-07-24 Thread Knut Staring
Sorry, I misread your question a bit. In your case, you can only pass width and height if you wish to work with stored charts, like this: http://apps.dhis2.org/demo/api/charts/UlfTKWZWV4u/data?width=300&height=400 On Wed, Jul 24, 2013 at 8:35 PM, Knut Staring wrote: > Hi Farai, > > If you look

Re: [Dhis2-devs] Web API Pivot Table Layout

2013-07-24 Thread Farai Mutero
So that means I can't pass dynamic uid parameters then? Such a facility would have greatly assisted me to quickly create my html report leveraging off the charts already created and saved as favourites in the Data Visualizer. I would only need to dynamically pass the uid to it and get the relevant

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11508: Minor fix.

2013-07-24 Thread noreply
revno: 11508 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2013-07-25 09:32:32 +0700 message: Minor fix. added: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/reportsMenuWithoutOrgunit.vm modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11509: Fix bug - Exception thrown when clicking Add more template reminder message button in Add program...

2013-07-24 Thread noreply
revno: 11509 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2013-07-25 09:43:43 +0700 message: Fix bug - Exception thrown when clicking Add more template reminder message button in Add program form. modified: dhis-2/dhis-we

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11510: Add annotation for new properties of Program object.

2013-07-24 Thread noreply
revno: 11510 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2013-07-25 10:58:14 +0700 message: Add annotation for new properties of Program object. modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/Program.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11511: Minor fix in dashboard

2013-07-24 Thread noreply
revno: 11511 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2013-07-25 11:21:38 +0700 message: Minor fix in dashboard modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitSchedule.vm -- lp:d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11512: implemented export stddev analysis as pdf, xls, csv

2013-07-24 Thread noreply
revno: 11512 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-07-25 12:37:29 +0700 message: implemented export stddev analysis as pdf, xls, csv added: dhis-2/dhis-web/dhis-web-validationrule/src/main/java/org/his

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11513: Add program-instance sms messages into Message history tab in Dashboard.

2013-07-24 Thread noreply
revno: 11513 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2013-07-25 13:08:47 +0700 message: Add program-instance sms messages into Message history tab in Dashboard. modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/re

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11514: fixes issues with uploading of anonymous events

2013-07-24 Thread noreply
revno: 11514 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-07-25 13:27:06 +0700 message: fixes issues with uploading of anonymous events modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-ca