[Dhis2-devs] [Bug 1498898] Re: api/events.json - page totals are not displayed

2015-09-25 Thread Abyot Asalefew Gizaw
Hi, Use totalPages=true in the query string. ** Changed in: dhis2 Status: New => Invalid -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1498898 Title: api/events.json - page totals are n

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20358: event-capture: bug fix in radio buttons

2015-09-25 Thread noreply
revno: 20358 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-09-25 09:58:42 +0200 message: event-capture: bug fix in radio buttons modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture

[Dhis2-devs] [Bug 1498885] Re: EC - radio buttons not working when using sections

2015-09-25 Thread Abyot Asalefew Gizaw
Revno: 19901. ** Changed in: dhis2 Status: New => Fix Committed -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1498885 Title: EC - radio buttons not working when using sections Status in

[Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Jason Pickering
We are seeing an error in data entry, which is preventing all data entry,so it is pretty critical. Uncaught SyntaxError: Unexpected token u Unknown revision of 2.18. I suspect it is a meta-data problem, but not really sure how to pinpoint it? Any ideas? Regards, Jason ​ -- Jason P. Pickering

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Morten Olav Hansen
Try to manually run the getMedaData.action in data-entry, and then take that output to jsonlint.com Unexpected token u, means something was undefined.. -- Morten On Fri, Sep 25, 2015 at 4:49 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > We are seeing an error in data entry, which

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

2015-09-25 Thread noreply
revno: 20359 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 11:54:36 +0200 message: Minor modified: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/StaticContentController.java

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Jason Pickering
I got this [Error: Parse error on line 11: ...Z79clX7y1","v":1} , ,"f1R88WLGXvs-USfPOP ---^ Expecting 'STRING', got ','] On Fri, Sep 25, 2015 at 11:53 AM, Morten Olav Hansen wrote: > Try to manually run the getMedaData.action in data-entry, and then take > that output to jso

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Morten Olav Hansen
Can you give a bit more? -- Morten On Fri, Sep 25, 2015 at 5:01 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > I got this > > [Error: Parse error on line 11: > ...Z79clX7y1","v":1} , ,"f1R88WLGXvs-USfPOP > ---^ > Expecting 'STRING', got ','] > > On Fri, Sep 25, 2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20360: Program, removed i18n of count method which caused crash

2015-09-25 Thread noreply
revno: 20360 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 12:35:37 +0200 message: Program, removed i18n of count method which caused crash modified: dhis-2/dhis-services/dhis-service-core/src/main/java

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Jason Pickering
>From the file, it looks like this "optionSets": { "Thfz8125uPk-USfPOPAeN16":{"uid":"eUZ79clX7y1","v":1} , ,"f1R88WLGXvs-USfPOPAeN16":{"uid":"M2dZRqmn8A7","v":1} }, "indicatorFormulas": { Any ideas what might be causing that? On Fri, Sep 25, 2015 at 12:01 PM, Jason Pickering < jason.p.picke

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Mark Polak
"optionSets": { "Thfz8125uPk-USfPOPAeN16":{"uid":"eUZ79clX7y1","v":1} *, ,*"f1R88WLGXvs-USfPOPAeN16":{"uid":"M2dZRqmn8A7","v":1} }, "indicatorFormulas": { Between those (red) commas there should be another object. As it currently is that is not a valid JSON structure. On Fri, Sep 25, 2015 at 12

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Jason Pickering
Yeah, i see it but not sure what that object should be. Is this related to option sets? On Fri, Sep 25, 2015 at 12:57 PM, Mark Polak wrote: > "optionSets": { > "Thfz8125uPk-USfPOPAeN16":{"uid":"eUZ79clX7y1","v":1} *, > ,*"f1R88WLGXvs-USfPOPAeN16":{"uid":"M2dZRqmn8A7","v":1} > }, > > "indicator

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Mark Polak
Yes it should be an option set just like the others, something like the others "Thfz8125uPk-USfPOPAeN16":{"uid":"eUZ79clX7y1","v":1}" However, perhaps there shouldn't be anything there and there is just a comma too much, because the object in between is actually "null" or w/e. But i'm not really s

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Halvdan Grelland
Agree with Mark. Check wether you're supposed to get two or three optionSets. 2015-09-25 13:20 GMT+02:00 Mark Polak : > Yes it should be an option set just like the others, something like the > others "Thfz8125uPk-USfPOPAeN16":{"uid":"eUZ79clX7y1","v":1}" > > However, perhaps there shouldn't be a

Re: [Dhis2-devs] JS Errors in data entry

2015-09-25 Thread Jason Pickering
I fixed it,but will detail the problem when I get back, as I still do not understand what it was, but it was related to an option set assigned to a data element. On Fri, Sep 25, 2015 at 1:34 PM, Halvdan Grelland wrote: > Agree with Mark. Check wether you're supposed to get two or three > option

Re: [Dhis2-devs] Data statistics for Tracker?

2015-09-25 Thread Rodolfo Melia
Hi knut. We have done this on PSI's data dict. We submitted to the app store, but in never made it. We will resubmit. On Thursday, 24 September 2015, Knut Staring wrote: > In the nice-to-have department: > > I imagine it would not be a huge task to extend the Data Statistics > feature to include

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20361: Moved some tests from support-system to support-commons. Set test scope on junit dependencies.

2015-09-25 Thread noreply
revno: 20361 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 14:29:08 +0200 message: Moved some tests from support-system to support-commons. Set test scope on junit dependencies. removed: dhis-2/dhis-su

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20362: Test

2015-09-25 Thread noreply
revno: 20362 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 14:38:13 +0200 message: Test modified: dhis-2/dhis-support/dhis-support-commons/src/test/java/org/hisp/dhis/commons/util/ExpressionUtilsTest.ja

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

2015-09-25 Thread noreply
revno: 20363 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 14:41:17 +0200 message: Minor modified: dhis-2/dhis-support/dhis-support-commons/src/main/java/org/hisp/dhis/commons/collection/CollectionUtils

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

2015-09-25 Thread noreply
revno: 20364 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 14:58:13 +0200 message: Minor modified: dhis-2/dhis-support/dhis-support-commons/src/test/java/org/hisp/dhis/commons/util/ExpressionUtilsTest.j

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20365: Removed empty test folders

2015-09-25 Thread noreply
revno: 20365 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 15:01:12 +0200 message: Removed empty test folders removed: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-appmanager/src/test/java/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20366: Removed empty test folders

2015-09-25 Thread noreply
revno: 20366 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 15:02:35 +0200 message: Removed empty test folders removed: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-appmanager/src/test/ dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20367: Added dependency

2015-09-25 Thread noreply
revno: 20367 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 15:04:32 +0200 message: Added dependency modified: dhis-2/dhis-web/dhis-web-uaa/pom.xml -- lp:dhis2 https://code.launchpad.net/~dhis2-devs-cor

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20368: Moved FredSpringWebTest from main to test

2015-09-25 Thread noreply
revno: 20368 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 15:10:34 +0200 message: Moved FredSpringWebTest from main to test removed: dhis-2/dhis-web/dhis-web-ohie/src/main/java/org/hisp/dhis/web/ohie/f

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20369: event-capture: update eventdate both in grid and full editing

2015-09-25 Thread noreply
revno: 20369 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-09-25 15:33:59 +0200 message: event-capture: update eventdate both in grid and full editing modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20370: Updated license file.

2015-09-25 Thread noreply
revno: 20370 committer: Jason P. Pickering branch nick: dhis2 timestamp: Fri 2015-09-25 16:01:43 +0200 message: Updated license file. modified: dhis-2/LICENSE.txt -- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Re: [Dhis2-devs] [Bug 1370486] Re: orgunit-merge-problem-report-tables

2015-09-25 Thread Rodolfo Melia
Hi Jason - losing this functionality is a shame. Wouldn't be better trying to get it fixed? *Rodolfo Meliá* *Principal | *rme...@knowming.com Skype: rod.melia | +44 777 576 4090 | +1 708 872 7636 www.knowming.com On Thu, Sep 24, 2015 at 5:47 PM, jason.p.pickering < 1370...@bugs.launchpad.ne

[Dhis2-devs] [Bug 1370486] Re: orgunit-merge-problem-report-tables

2015-09-25 Thread Juan Manuel Alcantara
A similar problem happens when the org unit that will be deleted is linked to program/tracker data. -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1370486 Title: orgunit-merge-problem-report-tabl

Re: [Dhis2-devs] [Bug 1370486] Re: orgunit-merge-problem-report-tables

2015-09-25 Thread Jason Pickering
Hi Rodolfo, Yes, it would be nice, but let me explain a bit our thinking. There were numerous issues with the implementation, and after some discussion among the dev team, it was decided it was safer to remove it entirely for now, until a further review and possible re-implementation could be done

Re: [Dhis2-devs] Data statistics for Tracker?

2015-09-25 Thread Knut Staring
Thanks, Rodolfo! Knut On Fri, Sep 25, 2015 at 12:25 PM, Rodolfo Melia wrote: > Hi knut. We have done this on PSI's data dict. We submitted to the app > store, but in never made it. We will resubmit. > > > On Thursday, 24 September 2015, Knut Staring wrote: > >> In the nice-to-have department:

Re: [Dhis2-devs] [Bug 1370486] Re: orgunit-merge-problem-report-tables

2015-09-25 Thread jason.p.pickering
Yes,we will also have a script for this, to really delete a site, but only available through the backend system to a DB administrator, but it is a related problem. Thanks for reporting this as well though. There are a few bugs related to this, and has to do with the DeletionHandler not getting ri

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20371: event-capture: better detection of unsaved form

2015-09-25 Thread noreply
revno: 20371 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Fri 2015-09-25 16:43:20 +0200 message: event-capture: better detection of unsaved form modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event

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

2015-09-25 Thread noreply
revno: 20372 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2015-09-25 19:51:47 +0200 message: Program indicator, added property missingValueReplacement modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/program/

[Dhis2-devs] Coordinate capture does not seem to work in Tracker Capture

2015-09-25 Thread Ese Egerega
Hi, It looks like the coordinate capture feature is not working in the Tracker Capture app as it does in Event Capture. When you click on the blue coordinate capture icon during data entry, it just loads a blank page without the map (see snapshot http://awesomescreenshot.com/02959r9f73). Thanks,

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20373: Spanish GIS translations.

2015-09-25 Thread noreply
revno: 20373 committer: Jason P. Pickering branch nick: dhis2 timestamp: Sat 2015-09-26 06:26:47 +0200 message: Spanish GIS translations. modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-mapping/i18n/i18n_app_es.prop