[Dhis2-users] DHIS dependency scan

2016-10-27 Thread Aamer Mohammed
Hi Team, We have run vulnerability checks on DHIS dependencies using the dependency-check maven plugin. This plugin wraps the OWASP Dependency Check utility which uses NIST’s National Vulnerability Database (NVD) to identify the vulnerable dependencies. Please find the report attached. Did anyone

[Dhis2-users] Testing upgrade of DHIS2 from 2.21 to 2.24

2016-10-21 Thread Aamer Mohammed
Hi Lars/Morten, Recently we did a DHIS upgrade test to upgrade our instances from 2.21 to 2.24. We started with 2.21 instance having good amount of metadata. We sequentially upgraded that instance to 2.24 by following the upgrade scripts for each DHIS version. >From that upgraded instance, an expo

Re: [Dhis2-users] DHIS2 metadata export-import test in 2.24 and 2.25

2016-10-20 Thread Aamer Mohammed
Hi Lars/Morten, In 2.25, while testing the metadata import using the new importer, we have seen the below items were not getting imported. Could you please check and let us know if any information is required from our end to resolve the issue. Thanks Aamer. On Tue, Oct 18, 2016 at 10:03 PM, Al

[Dhis2-users] translations using d2

2016-09-09 Thread Aamer Mohammed
Hi Mark, We have been using d2 library in couple of our custom apps and we want to implement translations using the same. Currently the translations as they work in other dhis apps is by parsing the client side.properties file and getting the translation using d2.i18n.getTranslation('this_is_my_ti

[Dhis2-users] Issue with DHIS event capture page - 2.24

2016-06-23 Thread Aamer Mohammed
Hi We are on the latest build from trunk, 23409. On opening the event capture page, we are unable to register any event as the data elements are not showing. See screenshot below. [image: Inline image 1] Is anyone else facing this issue? Thanks Aamer.

Re: [Dhis2-users] Status of ImportSummaries in /api/events

2016-05-11 Thread Aamer Mohammed
not started yet, so let's see). > > @Abyot: are you using this returned status for anything in your EC/TC apps? > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Thu, May 12, 2016 at 12:52 PM, Aamer Mohammed >

[Dhis2-users] Status of ImportSummaries in /api/events

2016-05-11 Thread Aamer Mohammed
Hi We are using /api/events to post event related data and it is being uploaded successfully. The api returns a response of type ImportSummaries which has the status of ImportSummary along with the count of data which is imported/updated. In case of any conflicts being reported in ImportSummary, w

[Dhis2-users] Issue when using 2.23 Event Capture

2016-05-10 Thread Aamer Mohammed
Hi We are using the latest version of 2.23 (revision #22911) When using 'Event capture' functionality, we found the below issue. We created a program without registration and attached category combination of type attribute to it. In the Event Capture page, upon selecting the program and the option

Re: [Dhis2-users] Using DHIS File Store

2016-02-29 Thread Aamer Mohammed
Any thoughts from the community please. Can we leverage File Store to store data independent of any other object or should it be referenced from other objects only? Thanks Aamer. On Fri, Feb 26, 2016 at 12:29 PM, Aamer Mohammed wrote: > Hi All, > > We need to store specific data relat

[Dhis2-users] Using DHIS File Store

2016-02-25 Thread Aamer Mohammed
Hi All, We need to store specific data related to our application and exploring DHIS Data Store and File Store in this regard. We have few queries related to DHIS File Store here. *File Store:* We used api/fileResources endpoint for multipart upload POST request and the file is saved in the file

[Dhis2-users] Using DHIS Data Store

2016-02-25 Thread Aamer Mohammed
Hi All, We are thinking of leveraging the existing DHIS Data Store to store specific data related to our application. We have used api/dataStore end-point and were able to save/retrieve the data successfully. We are bit apprehensive with regard to size of data being stored. Any suggestions from c