[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18117: importer fix for periodTypes, reload and attach earlier in the newObject process

2015-01-23 Thread noreply
revno: 18117 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 23:35:50 +0700 message: importer fix for periodTypes, reload and attach earlier in the newObject process modified:

Re: [Dhis2-devs] [Dhis2-users] Date category combination

2015-01-23 Thread Lars Helge Øverland
Hi Robin, you spotted a bug. It's been fixed now in trunk and 2.18. Get it in 45 min. Lars On Fri, Jan 23, 2015 at 3:55 PM, Robin Martens mart...@sher.be wrote: Hi all, I want to delete my analytics tables and start all over. The (only?) way to do this is through the Data Admin -

Re: [Dhis2-devs] Fwd: [Bug 1402244] [NEW] event report/visulizer: option set sort order not respocted

2015-01-23 Thread Jan Henrik Øverland
Olav, how/where can I reproduce it? This is what I tried (demo): - opened both ER and EV, selected Inpatient.. program, then Mode of discharge - selected a custom order, clicked update, but it worked as expected The demo is now 2.18, but nothing has been changed lately in this regard. Greg,

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18118: Analytics tables. Fixed clean tables function.

2015-01-23 Thread noreply
revno: 18118 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 18:23:01 +0100 message: Analytics tables. Fixed clean tables function. modified:

[Dhis2-devs] Error Generating Event Reports

2015-01-23 Thread Pamod Amarakoon
Dear All, I have an instance of DHIS2 version 2.16, which is primarily used for tracker related data on Single event with registration. The issue is after generating analytic tables and view results on Event Reports I receive No data found on both aggregated data as well as individual records. I

Re: [Dhis2-devs] Problems with detailed metadata export..

2015-01-23 Thread Lars Helge Øverland
Hi Bob, I think you are right. I've seen this before, and reducing the number of calls to one usually helps a lot. The problem is that getCurrentUser() is transactional and makes a (cached) db query. The overhead of a huge number of transaction causes things to slow down. If you or someone could

Re: [Dhis2-devs] Problems with detailed metadata export..

2015-01-23 Thread Jason Pickering
Hi Bob In this system, there are only 277 users, but about 18000 data elements. This problem surfaced after the upgrade to 2.17 and after the injection of about 14,000 new data elements into the system. Before, it was fine. Hope it can be solved quickly, as even the loading of data elements in

Re: [Dhis2-devs] Problems with detailed metadata export..

2015-01-23 Thread Bob Jolliffe
Hi Jason Just spent a little time looking further at this. I think the stack dump has the answer after all. I believe the inefficiency is coming from the fact that for each object access there is a call to getAccess( T object ) in DefaultAclService. The trouble is this in turn is calling

Re: [Dhis2-devs] [Dhis2-users] Date category combination

2015-01-23 Thread Guy Ekani
Thank you Lars, I will try it ! But for next features, I think it will be useful to assign a Value Type (number, date, Text, Yes/no, etc...) to a category . Sincerely, = EKANI Guy Le Jeudi 22 janvier 2015 22h47, Lars Helge Øverland larshe...@gmail.com a

[Dhis2-devs] [Bug 1413990] [NEW] Accented characters don't work in user group name

2015-01-23 Thread Jim Grace
Public bug reported: When I create user group in 2.18 with an accented character in the name, the accented character gets garbled in the user group listing. To reproduce, go to https://apps.dhis2.org/demo/dhis-web-maintenance- user/getAllUserGroups.action and click Add New. Enter a user group

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18112: minor fix, only call getCurrentUser one time for getAccess in CurrentUserController

2015-01-23 Thread noreply
revno: 18112 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 21:23:04 +0700 message: minor fix, only call getCurrentUser one time for getAccess in CurrentUserController modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18111: minor fix, only call getCurrentUser one time for addAccessProperties

2015-01-23 Thread noreply
revno: 18111 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 21:17:20 +0700 message: minor fix, only call getCurrentUser one time for addAccessProperties modified:

[Dhis2-devs] [Bug 1402244] Re: event report/visulizer: option set sort order not respocted

2015-01-23 Thread Lars Helge Øverland
** Changed in: dhis2 Assignee: (unassigned) = Jan Henrik Øverland (janhenrik-overland) ** Changed in: dhis2 Milestone: None = 2.19 -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1402244

Re: [Dhis2-devs] Problems with detailed metadata export..

2015-01-23 Thread Morten Olav Hansen
I have backportet to 2.17 -- Morten On Fri, Jan 23, 2015 at 9:59 PM, Bob Jolliffe bobjolli...@gmail.com wrote: I guess you will also have to backport to 2.17. On 23 January 2015 at 14:08, Morten Olav Hansen morte...@gmail.com wrote: Yes, we have already fixed this a few places. I'm making

Re: [Dhis2-devs] [Dhis2-users] Date category combination

2015-01-23 Thread Robin Martens
Hi all, I want to delete my analytics tables and start all over. The (only?) way to do this is through the Data Admin - Maintenance app but when clearing the tables nothing happens. All tables still exist in Postgresql and the data remains available in the Pivot tables. We're still in 2.17.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18114: set min for name/shortName/description to 1

2015-01-23 Thread noreply
revno: 18114 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 22:29:20 +0700 message: set min for name/shortName/description to 1 modified:

Re: [Dhis2-devs] Problems with detailed metadata export..

2015-01-23 Thread Bob Jolliffe
I guess you will also have to backport to 2.17. On 23 January 2015 at 14:08, Morten Olav Hansen morte...@gmail.com wrote: Yes, we have already fixed this a few places. I'm making a note of it, and will fix it later. -- Morten On Fri, Jan 23, 2015 at 8:58 PM, Lars Helge Øverland

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18115: GIS, projection fix.

2015-01-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 18115 [merge] committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 17:04:30 +0100 message: GIS, projection fix.

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

2015-01-23 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 18116 [merge] committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Fri 2015-01-23 17:12:04 +0100 message: Minor modified: