[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22049: dont validate/update attributeValues if collection is empty

2016-02-25 Thread noreply
revno: 22049 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2016-02-26 11:58:07 +0700 message: dont validate/update attributeValues if collection is empty modified:

[Dhis2-devs] [Bug 1549895] [NEW] Show Heirarchy Not working 2.22

2016-02-25 Thread Timothy Harding
Public bug reported: The Show Hierarchy button is not working, or working intermittently. See Attached GIF for steps to reproduce. ** Affects: dhis2 Importance: Undecided Status: New ** Attachment added: "ShowHierarchy.gif"

[Dhis2-devs] Problem with web portal with dhis2 plugins

2016-02-25 Thread Guy Ekani
Hi, I’m facing a problem with the hosting of our web portal build with dhis2-plugin. here is the console error. Could you help please !? Mixed Content: The page at 'https://www.dhis-instance.org/portal/' was loaded over HTTPS, but requested an insecure stylesheet

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22043: Removed unused package

2016-02-25 Thread noreply
revno: 22043 committer: Lars Helge Overland branch nick: dhis2 timestamp: Thu 2016-02-25 15:15:42 -0500 message: Removed unused package removed:

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

2016-02-25 Thread noreply
revno: 22044 committer: Lars Helge Overland branch nick: dhis2 timestamp: Thu 2016-02-25 15:16:54 -0500 message: Minor modified:

Re: [Dhis2-devs] [Bug 1549895] [NEW] Show Heirarchy Not working 2.22

2016-02-25 Thread Jan Henrik Øverland
Hi Timothy! It will work if you move the orgunit dimension to *rows*. This was by design as we thought there won't be much hierarchical effect horizontally - only take up a lot of space. Would you like to see the full orgunit path horizontally as well? If there is a need for this we could

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22045: Fixed bug with upgrade routine related to programs / program stages

2016-02-25 Thread noreply
revno: 22045 committer: Lars Helge Overland branch nick: dhis2 timestamp: Thu 2016-02-25 17:07:30 -0500 message: Fixed bug with upgrade routine related to programs / program stages modified:

[Dhis2-devs] User replicate

2016-02-25 Thread Juan Manuel Alcantara Acosta
Hello Devs I need to grant access to replicate user accounts to local administrators, is it possible to grant this without making them super users? JM ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] [Bug 1549378] [NEW] Javascript allowed in OU names, v2.22

2016-02-25 Thread Knut Staring
Is this a security risk? On Wed, Feb 24, 2016 at 5:52 PM, Timothy Harding wrote: > Public bug reported: > > Conducting a training and just had a user pop some javascript into the > org unit name which when the user revealed it in the org unit hierarchy > it would fire

Re: [Dhis2-devs] [Bug 1549378] [NEW] Javascript allowed in OU names, v2.22

2016-02-25 Thread Bob Jolliffe
Yes firing off arbitrary javascript is not a good thing. It should probably be filtered on input and escaped on output though opinions vary a bit on approaches. I think these sorts of issues were being targeted in the new metadata maintenance app. On 25 February 2016 at 08:51, Knut Staring

Re: [Dhis2-devs] Generating system identifiers using the api limits itself to one (1)

2016-02-25 Thread Prosper BT
Thanks Lars works Regards On Thu, Feb 25, 2016 at 3:01 PM, Lars Helge Øverland wrote: > Hi Prosper, > > try using the "limit" query parameter: > > https://play.dhis2.org/demo/api/system/id.json?limit=3 > > Docs: > > >

Re: [Dhis2-devs] Where is the UI option to configure the "keySystemNotificationsEmail"

2016-02-25 Thread Vanya Seth
Hi Lars Thanks for the response. But we did set the email address on the user's profile, but while we use the method sendSystemEmail from the EmailService, we get the recipient as "null". And for the recipient its trying to use the "keySystemNotificati onsEmail" key from the systemsetting.

Re: [Dhis2-devs] Where is the UI option to configure the "keySystemNotificationsEmail"

2016-02-25 Thread Lars Helge Øverland
Okay. I think the issue here is this - the "keySystemNoticationsEmail" user refers to whether or not you should send email notifications to that user. The email to send to you will have to set on the user object (User > email) in profile > profile. We have an open issue for including a

Re: [Dhis2-devs] Generating system identifiers using the api limits itself to one (1)

2016-02-25 Thread Lars Helge Øverland
Hi Prosper, try using the "limit" query parameter: https://play.dhis2.org/demo/api/system/id.json?limit=3 Docs: http://dhis2.github.io/dhis2-docs/master/en/developer/html/ch01s35.html#d5e4595 regards, Lars On Thu, Feb 25, 2016 at 6:49 AM, Prosper BT wrote: > ​Hi

Re: [Dhis2-devs] [Dhis2-users] Using DHIS Data Store

2016-02-25 Thread Lars Helge Øverland
Hi Aamer, we are backing the value field with a "text" column in the database, so on postgres the max size is around 2 GB. We do parse the value to JSON for the response which has some overhead so you will have to test whether such large values will perform adequately for your use-case.

[Dhis2-devs] Where is the UI option to configure the "keySystemNotificationsEmail"

2016-02-25 Thread Vanya Seth
Hi Dhis devs Have been struggling to find this one. Wanted to know where is the UI option to set the system setting for " keySystemNotificationsEmail". I know it exists through Web API, but do we have the option to be set from some UI screen as well? -- With Regards Vanya ThoughtWorks

Re: [Dhis2-devs] Where is the UI option to configure the "keySystemNotificationsEmail"

2016-02-25 Thread Lars Helge Øverland
Hi Vanya, this is currently a user setting (not system). So you can set it from profile > settings. That said, in version 2.23 we are introducing fallback to system settings for all user settings, so that you can easily enable email notifications for all users by default (and continue to have

[Dhis2-devs] Generating system identifiers using the api limits itself to one (1)

2016-02-25 Thread Prosper BT
​Hi Morten According to the bug list you fixed this problem, but we are testing with the latest build of 2.22 even on demo and its still exists [image: Inline image 1] [image: Inline image 2] Generating system identifiers using the api limits itself to one (1) Edit

Re: [Dhis2-devs] Events endpoint not giving expanded output of some fields

2016-02-25 Thread Abyot Asalefew Gizaw
Hi Harsh, Yes there is a change with the API. Morten can provide more details on this For now, you can use the following and get data values api/events.json?fields=:all,dataValues[value,dataElement],notes[value,storedBy,storedDate] By skipping paging you are literally asking for all events in

[Dhis2-devs] 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

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22040: typo fix

2016-02-25 Thread noreply
revno: 22040 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Thu 2016-02-25 10:11:19 +0100 message: typo fix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22041: New mapping API for dashboard maps

2016-02-25 Thread noreply
revno: 22041 committer: Bjorn Sandvik branch nick: dhis2 timestamp: Thu 2016-02-25 11:29:26 +0100 message: New mapping API for dashboard maps removed:

Re: [Dhis2-devs] Front Page List Does Not Appear for "All events today"

2016-02-25 Thread Abyot Asalefew Gizaw
Hi, This is fixed now in rev 21850 (2.22). Trunk was fixed few days ago. --- Thank you, Abyot. On Fri, Feb 26, 2016 at 7:28 AM, Harsh Atal wrote: > Hi > > Have encountered another issue related to date format :- > > We have an instance on which this date format has been

Re: [Dhis2-devs] New charting library mentioned during symposium

2016-02-25 Thread Morten Olav Hansen
Yes On Thu, Feb 25, 2016 at 1:59 AM, David Siang Fong Oh wrote: > Hi all, > > During the symposium Lars mentioned a change to the charting library used > in DHIS2. Which library are we changing to? Is it HighChartsJS? > > Cheers, > > -doh > >

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22046: minor error report fixes in AbstractTEIService

2016-02-25 Thread noreply
revno: 22046 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2016-02-26 08:16:01 +0700 message: minor error report fixes in AbstractTEIService modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 22042: Dashboard css fix.

2016-02-25 Thread noreply
revno: 22042 committer: Jan Henrik Overland branch nick: dhis2 timestamp: Thu 2016-02-25 16:51:22 +0100 message: Dashboard css fix. modified: