[Dhis2-devs] [Bug 1471118] [NEW] Filter/Search with data element details in Pivot tables

2015-07-03 Thread Prosper BEHUMBIIZE
Public bug reported: In the data elements dimension in pivot tables, when you switch from totals to details, the filter or search option returns nothing based. Click on data elements Switch to details Use the filter options and search any data elements No results will be returned and yet they da

Re: [Dhis2-devs] [Bug 1471118] [NEW] Filter/Search with data element details in Pivot tables

2015-07-03 Thread jason.p.pickering
Just to add a bit more detail here https://apps.dhis2.org/demo/api/dataElementOperands.json?fields=id,name&filter=name:like:ANC works. The operand is on page 1. https://apps.dhis2.org/demo/api/dataElementOperands.json?fields=id,name&filter=name:like:BCG does not work (BCG is on page 2) https:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19532: wip, TEI query for /api/trackedEntityInstance endpoint, returns full TEI objects (dxf2 variant), ...

2015-07-03 Thread noreply
revno: 19532 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2015-07-03 14:33:54 +0700 message: wip, TEI query for /api/trackedEntityInstance endpoint, returns full TEI objects (dxf2 variant), old grid query is now onl

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19533: bugfix for DataElementOperandController, remove paging, it is already taken care of in AbstractCr...

2015-07-03 Thread noreply
revno: 19533 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2015-07-03 14:47:56 +0700 message: bugfix for DataElementOperandController, remove paging, it is already taken care of in AbstractCrudController modified:

[Dhis2-devs] [Bug 1471118] Re: Filter/Search with data element details in Pivot tables

2015-07-03 Thread Morten Olav Hansen
This have now been fixed and backported to 2.19. Please allow 45 min or so for our build server to update the version. ** Changed in: dhis2 Importance: Undecided => High ** Changed in: dhis2 Assignee: (unassigned) => Morten Olav Hansen (mortenoh) ** Changed in: dhis2 Milestone: None

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19534: count method for HQL based TEI queries

2015-07-03 Thread noreply
revno: 19534 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Fri 2015-07-03 15:41:47 +0700 message: count method for HQL based TEI queries modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/trackedentity/TrackedEntity

[Dhis2-devs] Problems using Chrome with GIS - 2.19

2015-07-03 Thread Dapo Adejumo
Hi Devs, Got this problem with a 2.19(rev 19251) database – GIS module refuses to load on Chrome , gets stuck on “initializing” . Console shows the error below; Uncaught SyntaxError: Unexpected end of input custom.js:376 Uncaught ReferenceError: OpenLayers is not defined GIS opens fine us

dhis2-devs@lists.launchpad.net

2015-07-03 Thread Greg Rowles
Hi Devs I've started work on Z-Score reports but I'm having to use a javascript function to calculate standard deviation. I think we have a bug or user-error with the aggregationType=STDDEV implementation or I'm not using it correctly because I expect only 1 stDev value per dx based on the orgunit

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19535: Bugfix: Attribute.toString() was calling Attribute.toString(), which in turn called Attribute.toS...

2015-07-03 Thread noreply
revno: 19535 committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Fri 2015-07-03 13:01:19 +0200 message: Bugfix: Attribute.toString() was calling Attribute.toString(), which in turn called Attribute.toString(), causing recur

[Dhis2-devs] Analytics API: ORDER BY [CASE]

2015-07-03 Thread Greg Rowles
Hi Devs I'm trying to figure out how the API manages the output sequence of data values. I can tell that it must use ORDER BY [CASE] for dx values (according to the querystring sequence) but there is no obvious sequencing of ou values. Without understanding the underlying components - is it possi

Re: [Dhis2-devs] Analytics API: ORDER BY [CASE]

2015-07-03 Thread Greg Rowles
Sorry Devs, i can tell that the API uses the sequence in which UID values appear in [_orgunitstructure].[uidlevelX]. New Question: Is it possible to load table [_orgunitstructure].uidlevelX fields according to organisationunit.name sequence? At the moment this sequence seems to be unplanned... O

[Dhis2-devs] [Bug 1471207] [NEW] Data elements in the pivot table are not listed in the language set in the user profile

2015-07-03 Thread Rishi
Public bug reported: Affected version: 2.19 browsers: chrome Version 43 and firefox 38 tomcat version our own : 7.0.62 application server https://apps.dhis2.org/demo version: ? OS: Windows 7 Data elements in the pivot table or in the data visualizer are not listed in the language set in the p

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19536: Refactored GML importer to internally serialize and deserialize metadata object, avoiding all sor...

2015-07-03 Thread noreply
revno: 19536 committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Fri 2015-07-03 16:17:06 +0200 message: Refactored GML importer to internally serialize and deserialize metadata object, avoiding all sorts of pains involding

Re: [Dhis2-devs] Problems using Chrome with GIS - 2.19

2015-07-03 Thread Lars Helge Øverland
Hi Dapo, okay. It seems to work well on demo. Could it perhaps be a connectivity issue? Could you share a login with Jan privately so he can investigate? regards, Lars On Fri, Jul 3, 2015 at 12:57 PM, Dapo Adejumo wrote: > Hi Devs, > > Got this problem with a 2.19(rev 19251) database – GIS m

[Dhis2-devs] [Bug 1471276] [NEW] available selection of data elements and indicators in wrong language in version 2.19

2015-07-03 Thread Rishi
Public bug reported: Dear all, Related to thread: https://lists.launchpad.net/dhis2-users/msg07563.html When making a new pivot table or graph using the data visualizer the dataelements and indicators that are available for selection (in the left side) are displayed not in the language of the pr

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-07-03 Thread Calle Hedberg
Halvdan, I see you have committed a significant fix to 2.20 trunk - which I hope will also fix my GML import issue. Will you port this fix to 2.19 also, please? Regards Calle On 1 July 2015 at 15:01, Halvdan Grelland wrote: > Ok, so I've looked further into this. The only issue I am able to >

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19538: ADX import - used identifiableobject manager to remove unnecessary methods

2015-07-03 Thread noreply
revno: 19538 committer: Bob Jolliffe branch nick: dhis2 timestamp: Fri 2015-07-03 17:55:12 +0100 message: ADX import - used identifiableobject manager to remove unnecessary methods modified: dhis-2/dhis-services/dhis-service-dxf2/sr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19539: Removed some hard coded strings

2015-07-03 Thread noreply
revno: 19539 committer: Bob Jolliffe branch nick: dhis2 timestamp: Fri 2015-07-03 18:24:16 +0100 message: Removed some hard coded strings modified: dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/adx/ADXConst

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19540: Removed failing test

2015-07-03 Thread noreply
revno: 19540 committer: Bob Jolliffe branch nick: dhis2 timestamp: Fri 2015-07-03 21:56:20 +0100 message: Removed failing test removed: dhis-2/dhis-services/dhis-service-dxf2/src/test/java/org/hisp/dhis/dxf2/adx/DefaultADXDataServic

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-07-03 Thread Halvdan Grelland
Yes, that is the plan, ultimately. It's a pretty major change though, making it non-trivial to port the fix (it's more of a refactor). I'll look into it after the weekend (or during the weekend if the sun stops shining in Oslo). I did make (and backport) some changes which fix the stack overflow i

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-07-03 Thread Halvdan Grelland
Oh, and for the record: the stack overflow was caused by cirular calls to toString between AttributeValue and Attribute, respectively. 2015-07-04 0:56 GMT+02:00 Halvdan Grelland : > Yes, that is the plan, ultimately. > It's a pretty major change though, making it non-trivial to port the fix > (it

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19296: WIP proper error reporting on failed GML parsing during import

2015-07-03 Thread Calle Hedberg
Halvdan, Firstly, I have just done a test import of the za_CTRY.gml file using the latest 2.20 trunk - and IT WORKS. I just hope using 2.20 for importing those files and then reverting back to our customised 2.19 won't mess up anything (NOTE: for the time being, we have to use a customised version