Re: [Dhis2-devs] Error with detailed metadata export on apps.dhis2.org/demo

2015-08-07 Thread Morten Olav Hansen
Hi Jason Please try again with latest 2.20 or trunk (just give CI some time to finish) -- Morten On Sat, Aug 8, 2015 at 12:41 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi Devs, > I am getting this error locally as well as on the demo site when > attempting to access the Detail

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19750: minor fixes to MetadataFilter bean paths

2015-08-07 Thread noreply
revno: 19750 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Sat 2015-08-08 12:52:55 +0700 message: minor fixes to MetadataFilter bean paths modified: dhis-2/dhis-services/dhis-service-core/src/main/resources/META-INF/dh

[Dhis2-devs] Error with detailed metadata export on apps.dhis2.org/demo

2015-08-07 Thread Jason Pickering
Hi Devs, I am getting this error locally as well as on the demo site when attempting to access the Detailed metadata export function at https://apps.dhis2.org/demo/dhis-web-importexport/dxf2FilteredMetaDataExport.action HTTP Status 500 - Unable to instantiate Action, org.hisp.dhis.importexport.act

Re: [Dhis2-devs] Meta-Data Import complains of missing shortname and name

2015-08-07 Thread Morten Olav Hansen
Proper PATCH is only available in DHIS 2.19+, in 2.18 we supported "PATCH" for a single property. curl -X PATCH -d "{\"name\": \"updated name\"}" -u user:pass http://localhost/api/dataElements/ID/name Please note that the URL ends with the name of the property you are updating. -- Morten On Fr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19749: Analytics. Fixed bug related to using data elements as filter.

2015-08-07 Thread noreply
revno: 19749 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-08-07 19:59:15 +0200 message: Analytics. Fixed bug related to using data elements as filter. modified: dhis-2/dhis-services/dhis-service-analytics/sr

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

2015-08-07 Thread noreply
revno: 19748 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-08-07 19:01:09 +0200 message: minor modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.an

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19747: bug fix in updating skip logic for option selection

2015-08-07 Thread noreply
revno: 19747 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-08-07 18:54:38 +0200 message: bug fix in updating skip logic for option selection modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-e

Re: [Dhis2-devs] Meta-Data Import complains of missing shortname and name

2015-08-07 Thread Bob Jolliffe
Well that is an odd message :-( What version of dhis are you using? PATCH functionality was implemented in March this year, so is only available from v2.19 onwards. Unfortunately if you are using 2.18 or below you are out of luck with this approach :-( On 7 August 2015 at 15:55, Timothy Hardin

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19746: tracker and event capture now display only those indicators configured for displayInForm

2015-08-07 Thread noreply
revno: 19746 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-08-07 18:01:27 +0200 message: tracker and event capture now display only those indicators configured for displayInForm modified: dhis-2/dhis-web/dh

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

2015-08-07 Thread noreply
revno: 19745 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-08-07 17:49:01 +0200 message: Minor modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src/main/webapp/dhis-web-maintenance-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19744: bug fix in saving program rule actions

2015-08-07 Thread noreply
revno: 19744 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-08-07 17:44:34 +0200 message: bug fix in saving program rule actions modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-program/src

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19743: Program indicator, property rename

2015-08-07 Thread noreply
revno: 19743 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-08-07 17:23:36 +0200 message: Program indicator, property rename modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIndicator.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19742: Program indicator, added property displayInForms

2015-08-07 Thread noreply
revno: 19742 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-08-07 17:04:21 +0200 message: Program indicator, added property displayInForms modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/ProgramIn

Re: [Dhis2-devs] Meta-Data Import complains of missing shortname and name

2015-08-07 Thread Timothy Harding
Hello Bob, I hadn't tried that one before, thanks for the suggestion and how to! So I made an xml file with the following: http://dhis2.org/schema/dxf/2.0"; zeroIsSignificant="false" /> and called it zerosig2.xml Then here is my curl command and the resulting output (gives an error) any ideas?

Re: [Dhis2-devs] Meta-Data Import complains of missing shortname and name

2015-08-07 Thread Bob Jolliffe
Hi Tim. Are you using PATCH for this update operation? This works well if you just need to update a particular set of fields, not the entire dataelment (for which you would use POST and include mandatory fields like name and shortname). For example: curl -X PATCH -d "{\"code\": \"VCCT_6\"}" -H

[Dhis2-devs] Meta-Data Import complains of missing shortname and name

2015-08-07 Thread Timothy Harding
Hello DHIS2 Devs, Trying to update a single element as a test and the xml file I've generated complains that I'm missing "shortname" and "Name". It ends up updating the correct element based on id all the same. If I provide a name and shortname it overwrites them!? (but gives no errors). Can we d

[Dhis2-devs] [Bug 1482632] [NEW] Meta-Data Detailed Export Throws 500 Error

2015-08-07 Thread Dan Cocos
Public bug reported: When trying to use Apps --> Import-Export --> Meta-Data Detailed Export the server will throw a 500 Error with the following message HTTP Status 500 - Unable to instantiate Action, org.hisp.dhis.importexport.action.dxf2.FilterListAction, defined for 'dxf2FilteredMetaDataExpor

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

2015-08-07 Thread noreply
revno: 19741 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-08-07 12:38:40 +0200 message: minor style fix modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19740: tracker-capture: display enrolling orgunit name in enrollment widget

2015-08-07 Thread noreply
revno: 19740 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-08-07 12:37:31 +0200 message: tracker-capture: display enrolling orgunit name in enrollment widget modified: dhis-2/dhis-web/dhis-web-apps/src/main/