[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12054: remove first, middle, last name from Patient (wip)

2013-09-12 Thread noreply
revno: 12054 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 09:26:17 +0200 message: remove first, middle, last name from Patient (wip) modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientS

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12055: remove first, middle, last name from Patient (wip)

2013-09-12 Thread noreply
revno: 12055 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 09:29:29 +0200 message: remove first, middle, last name from Patient (wip) modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/PatientS

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12056: remove first, middle, last name from Patient (wip)

2013-09-12 Thread noreply
revno: 12056 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 09:33:02 +0200 message: remove first, middle, last name from Patient (wip) modified: dhis-2/dhis-services/dhis-service-patient/src/main/java/org

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12057: Dashboard, put in place a max limit (40) for number of items

2013-09-12 Thread noreply
revno: 12057 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-09-12 10:13:03 +0200 message: Dashboard, put in place a max limit (40) for number of items modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashb

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12058: more patient name fixes

2013-09-12 Thread noreply
revno: 12058 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 10:40:07 +0200 message: more patient name fixes modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanReco

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12059: adding back .getFullName to patient (just returns name). Will be removed later.

2013-09-12 Thread noreply
revno: 12059 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 10:43:27 +0200 message: adding back .getFullName to patient (just returns name). Will be removed later. modified: dhis-2/dhis-api/src/main/java/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12061: remove unused sms directory

2013-09-12 Thread noreply
revno: 12061 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 11:23:00 +0200 message: remove unused sms directory removed: dhis-2/dhis-services/dhis-service-sms/ dhis-2/dhis-services/dhis-service-sms/bin/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12060: remove unused directory

2013-09-12 Thread noreply
revno: 12060 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 11:22:21 +0200 message: remove unused directory removed: dhis-2/dhis-dxf2/ dhis-2/dhis-dxf2/bin/ -- lp:dhis2 https://code.launchpad.net/~dhis

Re: [Dhis2-devs] [Bug 1222904] [NEW] Import data fromExcel not showing in DHIS 2.0

2013-09-12 Thread Bob Jolliffe
categoryoptioncombo is optional ie. if it is not present it will be assigned the 'default' value. I believe this is how it will be interpreted with csv import as well. On 12 September 2013 01:04, Jason Pickering wrote: > This file still looks funny to me, as the categoryoptioncombo is now > bla

[Dhis2-devs] How to get indicator value in analytics table?

2013-09-12 Thread easy
hi,sir, I found the analytics table only have DE, no INDICATOR, so ,how to got indicator value? got indicator defintion, got de, calculate dynamicly? -- 此致 easy 莫愁前路无知己,天下谁人不识君。___ Mailing list: https://launchpad.net/~dhis2-devs Post t

Re: [Dhis2-devs] dhis2 Test can't pass

2013-09-12 Thread Lars Helge Øverland
Hi easy, it should be fixed in trunk now. regards, Lars On Thu, Sep 12, 2013 at 3:13 AM, easy wrote: > hi,sir, > > here is the results : > > Failed tests: testConvertDate(org.hisp.dhis.system.util.DateUtilsTest): > expected:<20 [apr] 2009> but was > :<20 [四月] 2009> > > Tests run: 79, Failu

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12062: Removed method in DateUtils which did not make much sense

2013-09-12 Thread noreply
revno: 12062 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-09-12 12:06:37 +0200 message: Removed method in DateUtils which did not make much sense modified: dhis-2/dhis-support/dhis-support-system/src/main/ja

Re: [Dhis2-devs] How to get indicator value in analytics table?

2013-09-12 Thread Lars Helge Øverland
Hi easy, you cannot get indicator values directly from the analytics tables. Indicator values are calculated on-the-fly in the "analytics engine" based on the data. So you need to go through the Web API (or Java API if so inclined) to retrieve these. Web API docs: http://www.dhis2.org/doc/snapsho

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12063: person-controller, wip

2013-09-12 Thread noreply
revno: 12063 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 13:20:41 +0200 message: person-controller, wip modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/patient/Patient.java dhis-2/dhis-services

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12064: Set status/location header on person-controller

2013-09-12 Thread noreply
revno: 12064 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 14:03:58 +0200 message: Set status/location header on person-controller modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/

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

2013-09-12 Thread noreply
revno: 12065 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 14:04:39 +0200 message: minor fix modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/ExchangeClasses.jav

[Dhis2-devs] [Bug 1201132] Re: Metadata Import for "Users" fails to import data.

2013-09-12 Thread Leandro Soares
** Branch linked: lp:~sis-ma/dhis2/SISMA-84 -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1201132 Title: Metadata Import for "Users" fails to import data. Status in DHIS 2: New Bug descripti

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12066: allow creation of Person through the web-api, system identifier will be generated. No support for...

2013-09-12 Thread noreply
revno: 12066 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Thu 2013-09-12 15:21:17 +0200 message: allow creation of Person through the web-api, system identifier will be generated. No support for identifiers / attributes

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12067: (DV) Url bug fixed.

2013-09-12 Thread noreply
revno: 12067 committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2013-09-12 19:17:45 +0300 message: (DV) Url bug fixed. modified: dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.j

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12068: WIP, adding data element and category option combo data attributes in section data set report

2013-09-12 Thread noreply
revno: 12068 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-09-12 20:06:02 +0200 message: WIP, adding data element and category option combo data attributes in section data set report added: dhis-2/dhis-api/sr

Re: [Dhis2-devs] [Bug 1222904] [NEW] Import data fromExcel not showing in DHIS 2.0

2013-09-12 Thread Tawanda Clement Murambi
According to the manual, the categoryoptioncombi is optional. I however, put it back but still the system says data imported. I have figured out that  the entries  are not added in datavalue table. Since I was tired of trying, I ended up doing it the hard and long way. I wrote a Visual Basic Progr