[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11690: Renamed template

2013-08-18 Thread noreply
revno: 11690 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Sun 2013-08-18 20:54:32 +0200 message: Renamed template renamed: dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11691: PNG charts, impl support for radar charts

2013-08-18 Thread noreply
revno: 11691 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Sun 2013-08-18 22:23:08 +0200 message: PNG charts, impl support for radar charts modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.java dhis

[Dhis2-devs] Data Element Category Combinations

2013-08-18 Thread Farai Mutero
Hi All I've been taking a closer look at the object model for Categories and Category Combinations in Postgresql. While putting together the object model I noticed that the *categoryoptioncombo* table* *is not dependent on any other table in the database, yet contains critical values that are also

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 11692: Add function for validating name of tabular report.

2013-08-18 Thread noreply
revno: 11692 committer: Tran Chau branch nick: dhis2 timestamp: Mon 2013-08-19 10:45:04 +0700 message: Add function for validating name of tabular report. modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/patientreport/PatientTa

Re: [Dhis2-devs] Data Element Category Combinations

2013-08-18 Thread Lars Helge Øverland
Hi Farai, the categoryoptioncombo table is in fact very much part of the schema and has foreign keys from the categoryoptioncombos_categoryoptions and categorycombos_optioncombos join tables. The point with category option combos is that we need a single foreign key in the datavalue table which l