Re: [Dhis2-devs] Field filters on /api/metadata

2015-01-07 Thread Lars Helge Øverland
Hi Mahendra, would this work? /api/metaData?assumeTrue=true&organisationUnits=false I know you might ask for removing org units completely including associations. Lars ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.

Re: [Dhis2-devs] Problem with smslib download

2015-01-07 Thread Lars Helge Øverland
Was a problem with our maven repo, try again now. Lars On Wed, Jan 7, 2015 at 5:09 AM, Morten Olav Hansen wrote: > It was probably cut off in the middle.. I have seen this happen before if > you are accessing dhis2.org outside of Norway.. > > Maybe the mobile team could find a maven repo that

Re: [Dhis2-devs] Problem with smslib download

2015-01-07 Thread Long Ngo Thanh
Hi, The repo from smslib them self was unstable before so we moved it to the dhis repo. I think it's safer to keep it in dhis maven repo Long On Wed Jan 07 2015 at 3:57:05 PM Lars Helge Øverland wrote: > Was a problem with our maven repo, try again now. > > Lars > > > On Wed, Jan 7, 2015 at 5:0

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17898: context-menu plugin, don't clear out highlight when fn is called

2015-01-07 Thread noreply
revno: 17898 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Wed 2015-01-07 16:17:32 +0700 message: context-menu plugin, don't clear out highlight when fn is called modified: dhis-2/dhis-web/dhis-web-commons-resources/sr

Re: [Dhis2-devs] Problem with smslib download

2015-01-07 Thread Morten Olav Hansen
Ok, it seems that for the next version (smslib v4) they have moved it.. so it should be good to use, so when you do the update remember to change repo also Btw, 3.5.4 is out.. On Wed Jan 07 2015 at 4:18:17 PM Long Ngo Thanh wrote: > Hi, > > The repo from smslib them self was unstable before so

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17899: Analytics, removed unused methods

2015-01-07 Thread noreply
revno: 17899 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 10:19:38 +0100 message: Analytics, removed unused methods modified: dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/ana

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17900: Reduced logging of data value sets

2015-01-07 Thread noreply
revno: 17900 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 10:30:41 +0100 message: Reduced logging of data value sets modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller

Re: [Dhis2-devs] Field filters on /api/metadata

2015-01-07 Thread Lars Helge Øverland
Great. On Wed, Jan 7, 2015 at 9:48 AM, Mahendra Kariya < mahendra.kar...@thoughtworks.com> wrote: > Hi Lars, > > This will work for us. :) > ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : h

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17902: Analytic, reduced logging

2015-01-07 Thread noreply
revno: 17902 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 10:52:24 +0100 message: Analytic, reduced logging modified: dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/t

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17901: Unused code

2015-01-07 Thread noreply
revno: 17901 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 10:52:03 +0100 message: Unused code modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/CompleteDataSetRegistr

[Dhis2-devs] ByPassing DHIS2 Login Page to Get to The Data Visualizer App

2015-01-07 Thread Arthur Gwatidzo
Hi Devs, I am trying to make an app that performs auto-login into DHIS2(bypassing the login screen and landing the user to the Data Visualizer app) through a script. I have created a user and assigned this user to a public user role that has the authority of "Viewing the Data Visualizer modul

Re: [Dhis2-devs] ByPassing DHIS2 Login Page to Get to The Data Visualizer App

2015-01-07 Thread Jan Henrik Øverland
Hi Arthur, I guess the href in this line http://localhost:8080/dhis/dhis-web-visualizer/index.html "* onclick =autologging();>VEA *Dashboard* will redirect the user to the href url before the script has logged him in. Try VEA Dashboard

Re: [Dhis2-devs] ByPassing DHIS2 Login Page to Get to The Data Visualizer App

2015-01-07 Thread Arthur Gwatidzo
Hi Jan, Thank you so much. Your solution has worked. Thanks again. Regards, Arthur From: Jan Henrik Øverland [mailto:janhenrik.overl...@gmail.com] Sent: 07 January 2015 02:09 PM To: Arthur Gwatidzo Cc: dhis2-devs Subject: Re: [Dhis2-devs] ByPassing DHIS2 Login Page to Get t

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17903: Script

2015-01-07 Thread noreply
revno: 17903 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 13:14:33 +0100 message: Script modified: resources/sql/div.sql resources/sql/integritychecks.sql -- lp:dhis2 https://code.launchpad.net/~dhi

Re: [Dhis2-devs] ByPassing DHIS2 Login Page to Get to The Data Visualizer App

2015-01-07 Thread Jan Henrik Øverland
Ok good. And I think the setTimeout is not necessary. It will just delay the whole process. On Wed, Jan 7, 2015 at 1:17 PM, Arthur Gwatidzo wrote: > Hi Jan, > > > > Thank you so much. > > > > Your solution has worked. > > > > Thanks again. > > > > Regards, > > > > Arthur > > > > *From:* Jan Henr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17904: Added integrity check for identifying category option combos in custom forms which are not part o...

2015-01-07 Thread noreply
revno: 17904 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 14:01:27 +0100 message: Added integrity check for identifying category option combos in custom forms which are not part of category combo of the

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17905: Implemented web api endpoints for setting messageconversation followup. Cleaned up message.js cod...

2015-01-07 Thread noreply
Merge authors: Halvdan Hoem Grelland (halvdanhg) revno: 17905 [merge] committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Wed 2015-01-07 14:34:50 +0100 message: Implemented web api endpoints for setting messageconversation

Re: [Dhis2-devs] get blank attribute in individual records

2015-01-07 Thread Tran Chau (HISP Vietnam)
Hi Channara, Thanks for the video. I will try to find out the problem and inform you. . Best regards, Tran Chau. On Wed, Jan 7, 2015 at 10:09 AM, channara rin wrote: > Hi tran, > i used: > Version:2.17Build revision:17684Build date:2015-01-06 02:03 > > > On Tue, Jan 6, 2015 at 10:35

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17906: Typo

2015-01-07 Thread noreply
revno: 17906 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 15:30:52 +0100 message: Typo modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/org/hisp/dhis/dat

Re: [Dhis2-devs] get blank attribute in individual records

2015-01-07 Thread Tran Chau (HISP Vietnam)
Hi Channara, I need your help to find out the problem. Can you : 1. Try register a new patient in *Find/Add Instance > Add new* 2. Send me log file, program definition screenshot, program stage definition screen shot and any other information that might be useful to analyze. 3. Also try same thin

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17907: Missing prototype def

2015-01-07 Thread noreply
revno: 17907 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 18:49:40 +0100 message: Missing prototype def modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17908: Made CategoryOptionGroupStore extend GenericNameableObjectStore

2015-01-07 Thread noreply
revno: 17908 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 18:57:12 +0100 message: Made CategoryOptionGroupStore extend GenericNameableObjectStore modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17909: Deletion handling for category option groups

2015-01-07 Thread noreply
revno: 17909 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2015-01-07 19:22:38 +0100 message: Deletion handling for category option groups modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/ChartService.ja

[Dhis2-devs] Authority missing for "See Data Element/Indicators App"

2015-01-07 Thread Adebusoye Anifalaje
Hi Devs, There is currently no authority to allow a user to see the Data Element app. Similar to See Data Entry Module, we need to assign authorities to user roles which allow them to see the Data Element/Indicator app and then to list data elements but not edit them. It would be so much easier

Re: [Dhis2-devs] Authority missing for "See Data Element/Indicators App"

2015-01-07 Thread Adebusoye Anifalaje
Addendum: I checked on the Demo instance and Version: 2.17 Build revision:17673 Regards, Busoye > On 7 Jan 2015, at 14:11, Adebusoye Anifalaje wrote: > > Hi Devs, > > There is currently no authority to allow a user to see the Data Element app. > Similar to See Data Entry Module, we need to

Re: [Dhis2-devs] Authority missing for "See Data Element/Indicators App"

2015-01-07 Thread Lars Helge Øverland
Hi Busoye, its actually "See data dictionary module". I will rename this in the UI. You can use it for now. regards, Lars On Wed, Jan 7, 2015 at 8:19 PM, Adebusoye Anifalaje wrote: > Addendum: I checked on the Demo instance and > > Version: 2.17Build revision:17673 > Regards,Busoye > > > On

Re: [Dhis2-devs] Authority missing for "See Data Element/Indicators App"

2015-01-07 Thread Adebusoye Anifalaje
Thank you Lars. Busoye > On 7 Jan 2015, at 14:29, Lars Helge Øverland wrote: > > Hi Busoye, > > its actually "See data dictionary module". I will rename this in the UI. You > can use it for now. > > regards, > > Lars > > > On Wed, Jan 7, 2015 at 8:19 PM, Adebusoye Anifalaje

[Dhis2-devs] Downgrade dhis 2.16 to 2.15

2015-01-07 Thread Guy Ekani
Hello everyone, Please, It's possible to downgrade a database from dhis 2.16 to 2.15 ? Sincerely, = EKANI Guy  ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17910: Display categories which associated with the selected category option in the Category Option Deta...

2015-01-07 Thread noreply
revno: 17910 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2015-01-08 09:24:11 +0700 message: Display categories which associated with the selected category option in the Category Option Details. modified: dhis-2/dhis-web/d

Re: [Dhis2-devs] Authority missing for "See Data Element/Indicators App"

2015-01-07 Thread Carlos Nyembwe
Hi all, For this new, I'm happy and this proves the efforts the devs deploy Regards Carlos On Wed, Jan 7, 2015 at 7:34 PM, Adebusoye Anifalaje wrote: > Thank you Lars. > > > Busoye > > On 7 Jan 2015, at 14:29, Lars Helge Øverland wrote: > > Hi Busoye, > > its actually "See data dictionary modu