[Dhis2-devs] [Bug 338623] Re: Filter doesn't work when Data dictionary is All

2009-03-07 Thread Lars Helge Øverland
** Changed in: dhis2 Status: New = Fix Committed -- Filter doesn't work when Data dictionary is All https://bugs.launchpad.net/bugs/338623 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health Information

[Dhis2-devs] [Bug 338620] Re: Preview from DXF Import should not advanced options

2009-03-07 Thread Lars Helge Øverland
The advaned options are actually relevant for the preview process. ** Changed in: dhis2 Status: New = Invalid -- Preview from DXF Import should not advanced options https://bugs.launchpad.net/bugs/338620 You received this bug notification because you are a member of DHIS 2 developers,

[Dhis2-devs] [Bug 336615] Re: Dataelements not stored when creating dataset

2009-03-08 Thread Lars Helge Øverland
I guess this should be dataelementgroup and not dataset. ** Changed in: dhis2 Status: New = Fix Committed -- Dataelements not stored when creating dataset https://bugs.launchpad.net/bugs/336615 You received this bug notification because you are a member of DHIS 2 developers, which is

[Dhis2-devs] [Bug 337857] Re: Import exception

2009-03-08 Thread Lars Helge Øverland
A bugfix in the cave-process framework fixed this. ** Changed in: dhis2 Status: New = Fix Committed -- Import exception https://bugs.launchpad.net/bugs/337857 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in

[Dhis2-devs] [Bug 339271] Re: Multilingual database not working

2009-03-09 Thread Lars Helge Øverland
Moved the i18n crud functionality from AOP interceptor to explicit calls in the service layer. Not so elegant but working. ** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland (larshelge) Status: New = Fix Committed -- Multilingual database not working https

[Dhis2-devs] [Bug 340531] [NEW] Aggregated export includes duplicate data

2009-03-10 Thread Lars Helge Øverland
Public bug reported: The aggregated export function will export aggregated data for whatever periods are selected, meaning that data will be duplicated when it is imported as regular data on a higher level. Only aggregated datavalues corresponding to existing datavalues should be exported. **

[Dhis2-devs] [Bug 341042] Re: Data Dictionary without Data elements or Indicator

2009-03-11 Thread Lars Helge Øverland
It is convenient to be able to create a group without members, and then later be able to add members. Groups without members is not a good practice but this is covered by the data integrity checks. ** Changed in: dhis2 Status: New = Invalid -- Data Dictionary without Data elements or

[Dhis2-devs] [Bug 340989] Re: New data Element Group without group members

2009-03-11 Thread Lars Helge Øverland
It is convenient to be able to create a group without members, and then later be able to add members. Groups without members is not a good practice but this is covered by the data integrity checks. ** Changed in: dhis2 Status: New = Invalid -- New data Element Group without group members

[Dhis2-devs] [Bug 340531] Re: Aggregated export includes duplicate data

2009-03-11 Thread Lars Helge Øverland
Denying to export aggregated data if there are data elements registered for data sets with different period types. Exporting only periods with one period type for each data element. ** Changed in: dhis2 Importance: Undecided = High Assignee: (unassigned) = Lars Helge Øverland (larshelge

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-17 Thread Lars Helge Øverland
If I read you correctly, you are effectively moving the association down from the dataset to the dataelement. Actually this implies keeping the DataSet-PeriodType association as you need it to enforce that only DataElements with corresponding PeriodTypes are members. Lars

Re: [Dhis2-devs] Unable to select Current Quarterly period selection in DataEntryScreen

2009-03-18 Thread Lars Helge Øverland
2009/3/18 Lars Helge Øverland larshe...@gmail.com On Wed, Mar 18, 2009 at 11:53 AM, Abyot Gizaw aby...@gmail.com wrote: when is the start of the your quarterly period? The idea is not to let users enter for future periods. if the start date of your quarterly period is passed the current

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-18 Thread Lars Helge Øverland
OK, after much poking around the schema, I realize that I have misinterpreted something. You have to impose one of two constraints. Either: 1. A DataElement can only (must) be a member of one DataSet; or 2. A DataElement can only (must) have one PeriodType. True. If we cannot

Re: [Dhis2-devs] Fwd: [Dhis-dev] Export process from 1.4 to 2.0

2009-03-18 Thread Lars Helge Øverland
I would assume this would be caused by the fact I am using a completely new database. So essentially, I would like to perform a completely clean installation from 1.4 to 2.0. We will need to do this on a regular basis, as 2.0 (at least for the time being in Zambia) will only be used for

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-18 Thread Lars Helge Øverland
MySQL dump of sample data can be found here: http://folk.uio.no/larshelg/files/dhis2sample.zip ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help :

Re: [Dhis2-devs] Fwd: Integrating Birt Reports

2009-03-19 Thread Lars Helge Øverland
java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory and on DHIS this: type Status report message Servlet ViewerServlet is not available description The requested resource (Servlet ViewerServlet is not available) is not available. Any Help? Hi Cintia, well done so

Re: [Dhis2-devs] Out of memorry

2009-03-20 Thread Lars Helge Øverland
Tweaking memory settings in Postgres (if that is what you are using?) can lead to decreased performance unless you are quite careful and methodical. But, if you do have posgres logs it would help to see them as well. As for Postgres memory optimization I am only increasing the

[Dhis2-devs] [Bug 344752] Re: Unable to select Current Quarterly period in DataEntryScreen

2009-03-20 Thread Lars Helge Øverland
are not persisted before data is registered for it, in other words a serious contradiction. Also, this method uses a custom caching mechanism which I have removed as it seems unnecessary. Please comment on this if I have missed something. ** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-20 Thread Lars Helge Øverland
It seems to me that adding a PeriodType to the DataElement is definitely redundant. DataElement should always be a member of at least one DataSet - and there is already be an (implicit) constraint that DataElements of a DataSet will be of the same PeriodType. What is probably required

Re: [Dhis2-devs] [Dhis-dev] Out of memorry

2009-03-20 Thread Lars Helge Øverland
2.) On Windows machines, the JRE runs with the Client JVM which is optimized for quick start, but not for better memory/thread management as the server HotSpot VM. We should by default start tomcat with server VM. In my JavaEE experience, this does reduce a lot of OOM exceptions. If you just

[Dhis2-devs] Problem buildling dhis-web

2009-03-20 Thread Lars Helge Øverland
This is an annoying problem, the directory path is simply too long. Please check out the source code to a shorter path (eg E:\source\dhis2\trunk etc) Lars On Fri, Mar 20, 2009 at 12:27 PM, Knut Staring knu...@gmail.com wrote: Does anyone understand what the following build problem might be?

[Dhis2-devs] Setting up DHIS 2 on Ubuntu 8.10

2009-03-20 Thread Lars Helge Øverland
I have been setting up the DHIS 2 application and development environment on Ubuntu 8.10 in order to test things properly in a linux environment as well. Just wanted to share the experience which has been really convenient and nice: Almost everything you need can be found in the Synaptic Package

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Trunk

2009-03-20 Thread Lars Helge Øverland
Title: (not set) = Trunk Summary changed to: The trunk is where the mainline development takes place. -- Trunk https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to

[Dhis2-devs] [Bug 341070] Re: Dataset get disapperared and duplicated in sorting

2009-03-23 Thread Lars Helge Øverland
** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland (larshelge) Status: New = Fix Committed -- Dataset get disapperared and duplicated in sorting https://bugs.launchpad.net/bugs/341070 You received this bug notification because you are a member of DHIS 2 developers

[Dhis2-devs] [Bug 341076] Re: Needs swapping text areas

2009-03-23 Thread Lars Helge Øverland
** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland (larshelge) Status: New = Fix Committed -- Needs swapping text areas https://bugs.launchpad.net/bugs/341076 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS

Re: [Dhis2-devs] More Useful Information in the Commit Messages

2009-03-23 Thread Lars Helge Øverland
*My suggested format:* module-name: [author] - [bug fix] - changes or implemented feature [author], [bug fix] - is optional... [author] should be included if you are applying a patch or committing code that someone else has written I also suggest that we should add lp:id when fixing any

[Dhis2-devs] [Bug 339955] Re: Email address validation

2009-03-24 Thread Lars Helge Øverland
** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland (larshelge) Status: New = Fix Committed -- Email address validation https://bugs.launchpad.net/bugs/339955 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS

[Dhis2-devs] [Bug 341538] Re: Organization Unit is not shown

2009-03-24 Thread Lars Helge Øverland
This was introduced after allowing a user to be associated with multiple organisation units. Simply removed it from details. Added phone number. ** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland (larshelge) Status: New = Fix Committed -- Organization Unit

[Dhis2-devs] [Bug 340550] Re: GIS: Organisation unit left side list is disappeared

2009-03-24 Thread Lars Helge Øverland
** Summary changed: - Organisation unit left side list is disappeared + GIS: Organisation unit left side list is disappeared -- GIS: Organisation unit left side list is disappeared https://bugs.launchpad.net/bugs/340550 You received this bug notification because you are a member of DHIS 2

[Dhis2-devs] [Bug 339942] Re: Allowed to remove superuser user role

2009-03-24 Thread Lars Helge Øverland
** Summary changed: - Remove user roles + Allowed to remove superuser user role -- Allowed to remove superuser user role https://bugs.launchpad.net/bugs/339942 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District

[Dhis2-devs] [Bug 337527] Re: Consistent use of right and left in selection screens

2009-03-24 Thread Lars Helge Øverland
I think the numerator/denominator window is different from the others as the left box is a formula editor rather than selected list. Fixed for validation rule and dataset section. ** Changed in: dhis2 Assignee: (unassigned) = Lars Helge Øverland (larshelge) Status: New = Fix

[Dhis2-devs] [Bug 343780] Re: Indian line listing: date of birth also takes garbage value

2009-03-24 Thread Lars Helge Øverland
** Summary changed: - date of birth in line listing also takes garbage value + Indian line listing: date of birth also takes garbage value -- Indian line listing: date of birth also takes garbage value https://bugs.launchpad.net/bugs/343780 You received this bug notification because you are a

[Dhis2-devs] [Bug 348703] [NEW] dhis14-import-cde-robustness

2009-03-25 Thread Lars Helge Øverland
Public bug reported: The DHIS 1.4 file import should be robust against non-existing identfiers in calculated data element identifiers, which occur quite often. ** Affects: dhis2 Importance: Undecided Assignee: Lars Helge Øverland (larshelge) Status: New ** Changed in: dhis2

Re: [Dhis2-devs] [Bug 348703] [NEW] dhis14-import-cde-robustness

2009-03-25 Thread Lars Helge Øverland
On Wed, Mar 25, 2009 at 11:39 PM, Bob Jolliffe bobjolli...@gmail.comwrote: Hi Lars What is a calculated data element identifier? Regards Bob Sorry was a little unclear here, what i meant was that sometimes the formulas of calculated dataelements in DHIS 1.4 contain identifiers that refer

Re: [Dhis2-devs] Datavalue crosstab and MyISAM tables

2009-03-29 Thread Lars Helge Øverland
2009/3/28 Saptarshi Purkayastha sun...@gmail.com Thanks... can we not write code at the application startup that if that crosstab table is found it should be dropped?? At the start of a new datamart process there is a function that drops this table if it exists, and then populates it. So we

Re: [Dhis2-devs] Serious testing

2009-03-30 Thread Lars Helge Øverland
On Mon, Mar 30, 2009 at 10:33 AM, joha...@ifi.uio.no wrote: Dear community, Have any testing strategy been implemented for DHIS2, and is any documentation of this available? WHO might be willing to sponsor a professional testing and assessment, so I was just wondering if anything close to

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 130: Update Gis using batik API

2009-03-30 Thread Lars Helge Øverland
2009/3/30 Trí Trần Thanh tranthanhtr...@gmail.com Yes, i found the way to use batik API Tran Thanh Tri HISP Viet Nam +84903670967 Nice ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe :

Re: [Dhis2-devs] Serious testing

2009-03-30 Thread Lars Helge Øverland
2009/3/30 Saptarshi Purkayastha sun...@gmail.com Most global modules have a formal document on functional testing, but I still need to aseemble those and create a proper format for it. For load generation, we have looked and worked a bit on using Selenium IDE and the Firefox extension. May

Re: [Dhis2-devs] Serious testing

2009-03-30 Thread Lars Helge Øverland
Great. I think what Steven here had in mind was some external company that would give some sort of certificate or otherwise legitimize DHIS, but if this can be done in-house by professionals, that would be great. We would also be interested in load scripts etc, in the public health lab we're

Re: [Dhis2-devs] dhis lite

2009-03-30 Thread Lars Helge Øverland
This looks good. I was playing with having the war in /src/main/resources but it ended up getting copied in twice leading to a 65M jar! This seems to work better and follow the maven way. I'm still in 2 minds whether I like the 33M executable jar, but more thoughts below. The webappserver

Re: [Dhis2-devs] dhis lite

2009-03-30 Thread Lars Helge Øverland
Or maybe jdbc:h2:./database/dhis2 (see the little dot - to make the url relative). You are right again. I think I'd still use a hibernate.properties file, probably alongside the jar, to allow some flexibility. Still have to puzzle how best to deal with the DHIS2_HOME env variable. I

Re: [Dhis2-devs] Fwd: How do I change the environment variable that the dhis-webservice looks for?

2009-03-30 Thread Lars Helge Øverland
The same way as you change it in DHIS2. ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] dhis lite

2009-03-31 Thread Lars Helge Øverland
That sounds like the ticket. OK I will work on the webapp side. I'll look for a hibernate.properties outside the JAR for now if thats ok with you. ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] test errors on build

2009-03-31 Thread Lars Helge Øverland
On Tue, Mar 31, 2009 at 1:44 PM, Bob Jolliffe bobjolli...@gmail.com wrote: Hi I just did a clean rebuild of the latest source code and I'm picking up some test failures on the dhis-service-reporting - details attached. Haven't looked into the cause of the test failures yet but just

Re: [Dhis2-devs] [Bug 352324] [NEW] DataElement Sorting is not working properly

2009-03-31 Thread Lars Helge Øverland
It is working. You first need to go to user settings and set sort order to custom. I will put up some information on the sort page about this. Lars On Tue, Mar 31, 2009 at 1:50 PM, Brajesh brajesh2mur...@gmail.com wrote: Public bug reported: Data Elements and Indicator -- Data Element --

Re: [Dhis2-devs] [Bug 352324] Re: DataElement Sorting is not working properly

2009-03-31 Thread Lars Helge Øverland
On Tue, Mar 31, 2009 at 4:53 PM, Brajesh brajesh2mur...@gmail.com wrote: Actually initially i thought after getting your suggestion that i need to go first to user setting -- sort order and here needs to change the value to custom but after doing all when i come to know that there is no such

Re: [Dhis2-devs] Fwd: [Dhis-dev] Export process from 1.4 to 2.0

2009-03-31 Thread Lars Helge Øverland
On Tue, Mar 31, 2009 at 6:16 PM, Jason Pickering jason.p.picker...@gmail.com wrote: Hi Lars, Thanks for the offer. I am preparing the DB now for upload and will upload it. It will likely take some time as the internet is quite slow on my side. There is another version, that is very similar,

Re: [Dhis2-devs] Fwd: [Dhis-dev] Export process from 1.4 to 2.0

2009-03-31 Thread Lars Helge Øverland
On Tue, Mar 31, 2009 at 6:33 PM, Calle Hedberg chedb...@telkomsa.netwrote: Lars, If the missing data element ids in some of the indicator formulas result in the import process into 2.0 bombing out, then something is not right - random errors in e.g. formulas do not need to result in the

[Dhis2-devs] [Bug 352324] Re: DataElement Sorting is not working properly

2009-03-31 Thread Lars Helge Øverland
On Tue, Mar 31, 2009 at 5:20 PM, Brajesh brajesh2mur...@gmail.com wrote: Thanks I have now enabled multiple selection in the sort order lists again, and improved the moveToTop and moveToBottom functions so that they handle multiple options. It still requires the custom sort order to be

Re: [Dhis2-devs] Fwd: [Dhis-dev] Export process from 1.4 to 2.0

2009-04-01 Thread Lars Helge Øverland
Jason, o I have now imported the database I downloaded last night without problems in 32 minutes, giving 4,9 million data values. - The code now manages missing calculated data element identifiers. Will be a part of next DHIS 2 release. If you remove them manually it will work anyway. - I had

Re: [Dhis2-devs] Fwd: [Dhis-dev] Export process from 1.4 to 2.0

2009-04-01 Thread Lars Helge Øverland
We will need to change this in DHIS 1.4 somehow. Would it be possible for DHIS to implement a check to ensure that the value is not out of the allowable range? If it is, then perhaps it could simply ignore these values, and inform the user. That would have been very nice but this happens

Re: [Dhis2-devs] dhis lite

2009-04-01 Thread Lars Helge Øverland
I've finally got rid of all the pesky System.err.println() statements and am using Jetty's Log class. Haven't figured out yet how to tie it in with the commons logging in the webapp and log to a file (other than stderr). That's the next challenge ... priority 1. I have changed the

Re: [Dhis2-devs] dhis lite

2009-04-01 Thread Lars Helge Øverland
2009/4/1 Bob Jolliffe bobjolli...@gmail.com Looks good. Will take a proper look later. Got distracted with making animated gifs in gimp ... Haha. ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] Fwd: Integrating Birt Reports

2009-04-03 Thread Lars Helge Øverland
On Fri, Apr 3, 2009 at 6:13 AM, Cintia Marisa cintia.ba...@gmail.comwrote: Hey guys. First of all, thanx for all the help. I've been, integrating the BIRT reports with DHIS, but now when i try to add new report tables on DHIS2 the tables appear in DHIS report tables, but not in the

Re: [Dhis2-devs] dhis lite

2009-04-03 Thread Lars Helge Øverland
I have looked at different alternatives for the embedded database in the lite version. - H2 is not working out so well. It seems the Hibernate H2Dialect is buggy. The H2 people tried to submit a patch but it didn't work so well. It's all explained here:

Re: [Dhis2-devs] dhis lite

2009-04-05 Thread Lars Helge Øverland
2009/4/5 Bob Jolliffe bobjolli...@gmail.com Hi It seems there is light at the end of tunnel regarding derby. There were three problems with derby: 1. the tables indicator and translation using SQL keywords 2. the length of some varchar fields being beyond derby's max 3. a field

Re: [Dhis2-devs] dhis lite

2009-04-13 Thread Lars Helge Øverland
Added support for multiple webappcontexts and made the lite jar look for a BIRT webapp. The dhis2 war must now be located in a directory called dhis while the birt war file must be located in a directory called birt. Uploaded a zipped birt war with all JDBC drivers included here:

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 169: Disable input text when data set has been registed completion, and only user have role undo_compl...

2009-04-14 Thread Lars Helge Øverland
2009/4/14 Lars Helge Øverland larshe...@gmail.com --- Abyot wrote --- I think it works for both custom and non-custom forms. If a dataset it locked ... then all its input entry boxes will be disabled. Have you checked it properly - Tri? Bharath can you confirm this? I believe

Re: [Dhis2-devs] pom files

2009-04-14 Thread Lars Helge Øverland
On Tue, Apr 14, 2009 at 3:41 PM, Bob Jolliffe bobjolli...@gmail.com wrote: Hey Murod good to hear from you. 2009/4/14 Murodullo Latifov murodlati...@yahoo.com: Hi Bob, Yes, there changes to be made on poms to make dhis2 as single project. Also there are special requirements/plugins to

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 169: Disable input text when data set has been registed completion, and only user have role undo_compl...

2009-04-14 Thread Lars Helge Øverland
2009/4/14 Saptarshi Purkayastha sun...@gmail.com I think for changes to the core that affects all implementations, a ticket has to be created and the patch attached. The patch will be discussed by the core developers and if there is no comment (for a week) or issue with other core developers,

Re: [Dhis2-devs] About DataSet Report

2009-04-14 Thread Lars Helge Øverland
On Tue, Apr 14, 2009 at 4:24 PM, Brajesh Murari brajesh2mur...@gmail.comwrote: Hi, I want to know something about DataSet Report in the reporting module Can anybody please explain the options that are in DataSetReport Form like Use data for selected unit only and difference between

Re: [Dhis2-devs] dhis lite

2009-04-14 Thread Lars Helge Øverland
Made the lite jar set two system properties which are read by the report config manager in DHIS 2, the birt stuff now configures itself. H2 embedded mode only accepts connections from a single JVM or thread. This implied a problem in that Birt creates a connection to the database. Still H2 has a

Re: [Dhis2-devs] DHIS 2 Lite Beta

2009-04-16 Thread Lars Helge Øverland
2009/4/16 Saptarshi Purkayastha sun...@gmail.com We were just discussing this yesterday that it would be good to give these to the states... but then since Indian modules are directly using MySQL, it will be sometime until we can use this. OK I see. Is the Indian modules very much

Re: [Dhis2-devs] dhis lite

2009-04-16 Thread Lars Helge Øverland
Are you sure? I've just been trying it on my machine and both birt and dhis seem to be running in the same JVM (process). Unless BIRT for some reason forks a new process but that would be very un-java like. I might be wrong as I still haven't got around to the whole report thing (I'd

Re: [Dhis2-devs] Selenium testing

2009-04-16 Thread Lars Helge Øverland
On Thu, Apr 16, 2009 at 5:26 PM, Bob Jolliffe bobjolli...@gmail.com wrote: I've created a very simple selenium test with coverage of the very first level of DHIS2 functionality. Picked up a few usability glitches in the process which I will sort out. I'm running it through firefox rather

Re: [Dhis2-devs] Selenium testing

2009-04-16 Thread Lars Helge Øverland
Some more info: Selenium tests runs with maven, but the easy way is to install the firefox plug-in, then go to tools - selenium - open the file - enter eg http://localhost:8080/; as baseurl and click play. https://addons.mozilla.org/en-US/firefox/addon/2079

[Dhis2-devs] Roadmap

2009-04-18 Thread Lars Helge Øverland
Hi all, we have updated the roadmap. All of the requirements from the Indian team have been addressed here. We hope to have this finished during July. You can follow the progress here: https://blueprints.launchpad.net/dhis2/+milestone/2.0.2 Lars ___

Re: [Dhis2-devs] My branch

2009-04-18 Thread Lars Helge Øverland
2009/4/18 Murodullo Latifov murodlati...@yahoo.com Ok, I will copy/paste 'easy help' and 'dataelement history' into trunk. struts2 modules are independent of other modules, original modules are still there, its just a matter of removing them as modulename/module from poms to exclude from

Re: [Dhis2-devs] My branch

2009-04-18 Thread Lars Helge Øverland
We have many threads talking on easy installation, maintenance, porting to different environments, etc. What is the rational to move out of hibernate? Hibernate provides complete control and maintenance of underlying database. Can you imagine if someone in the field installs DHIS2 or upgrades

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 193: Easy help implementation. This implementation will bring up popup with content related to particu...

2009-04-20 Thread Lars Helge Øverland
I have a few questions: - Where are the localization lang properties files supposed to be located? Those unde dhis-web-commons OK. Could you add them? And add some sample help properties so that people can see how it is done? - How are these properties supposed to be loaded in the

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 193: Easy help implementation. This implementation will bring up popup with content related to particu...

2009-04-20 Thread Lars Helge Øverland
OK. Could you add them? And add some sample help properties so that people can see how it is done? Files are their - i18n_global_en_GB.properties. OK. - How are these properties supposed to be loaded in the HelpService object? p$i18n.getString( $helpService.getHeader() )/p

Re: [Dhis2-devs] some testing of data mart export

2009-04-22 Thread Lars Helge Øverland
Hi Johan, Yup I have DHIS2 up and running on two boxes we're comparing performance on: a 1.2GHz, 512MB RAM system, and a dual core Intel Atom 1.6GHz, 2GB RAM system. Your suggestion to use the data mart export made for a very helpful test...thanks! We were actually surprised to see a

Re: [Dhis2-devs] dhis lite

2009-04-22 Thread Lars Helge Øverland
Moved the lite package to trunk/lite-package. ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs] Roadmap issues

2009-04-23 Thread Lars Helge Øverland
On Thu, Apr 23, 2009 at 9:46 PM, Saptarshi Purkayastha sun...@gmail.comwrote: We could definitely do this by using the timeStamp property on DataValue and let the user specify a since date in the export GUI. But the user is already specifying which months to export data for, typically only

[Dhis2-devs] DHIS 2 version 2.0.1 + documentation released!

2009-04-28 Thread Lars Helge Øverland
o DHIS 2 version 2.0.1 is released. Download the WAR file here: http://dhis2.com/node/10 o The technical documentation is released. It does not yet cover everything but is a good start. Download from here: http://dhis2.com/node/9 o Javadocs for the 2.0.1 release can be browsed from here:

Re: [Dhis2-devs] Limits for report table

2009-05-06 Thread Lars Helge Øverland
On Tue, May 5, 2009 at 4:35 PM, Knut Staring knu...@gmail.com wrote: Tom, Copying this to our DHIS 2 development list, as it is something several people would like to be aware of. 1) As we saw today, removing the restriction on dataelement shortname length works, but only up to 40

Re: [Dhis2-devs] Limits for report table

2009-05-06 Thread Lars Helge Øverland
Yes, we could create a regular datavalue export in CSV format, will have a look. Would id's for dataelement, period, source be sufficient (joined in later) or do you need names? ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

Re: [Dhis2-devs] Child Health Record - ideas in Viet Nam

2009-05-14 Thread Lars Helge Øverland
Hi, thanks for sharing this information. Just a comment: It would be useful if you could write down a - formal requirement specification (regarding what the system is intended to do) - propose an object model (don't think about tables, but objects) Thanks. regards, Lars On Wed, May 13,

[Dhis2-devs] [Bug 378608] Re: Edit User throws exception

2009-05-20 Thread Lars Helge Øverland
** Changed in: dhis2 Status: New = Fix Committed -- Edit User throws exception https://bugs.launchpad.net/bugs/378608 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health Information Software 2: Fix

Re: [Dhis2-devs] Need new column for url in organisationunit table

2009-05-20 Thread Lars Helge Øverland
On Wed, May 20, 2009 at 10:39 AM, Brajesh Murari brajesh2mur...@gmail.comwrote: Sure we will take help from you and Lars. But due to urgent requirement we will like to add this functionality as soon as possible. Hi Brajesh, I have added it to trunk. Use it at own risk:) Testing is

Re: [Dhis2-devs] completeness button and validations

2009-05-22 Thread Lars Helge Øverland
On Fri, May 22, 2009 at 1:32 PM, joha...@ifi.uio.no wrote: The following scenario would need some better pop-up messages: Clicking the Complete button at the end of the data entry screen will prompt the validation checks to be run. However, if there is a violation, only the violation will

Re: [Dhis2-devs] start/end dates for dataset reports

2009-05-22 Thread Lars Helge Øverland
On Fri, May 22, 2009 at 1:44 PM, joha...@ifi.uio.no wrote: In dataset reports, you can only select one reporting period at a time, but it would be nice to be able to see several periods aggregated together, just as you can choose district level to aggregate facilities together. Johan

Re: [Dhis2-devs] verification of data export

2009-05-22 Thread Lars Helge Øverland
On Fri, May 22, 2009 at 1:42 PM, Knut Staring knu...@gmail.com wrote: Thanks Johan, useful inputs. Could you log these as bugs instead of just email messages to ensure they are not just forgotten? Maybe as a blueprint as this is a feature... ___

[Dhis2-devs] Fwd: start/end dates for dataset reports

2009-05-23 Thread Lars Helge Øverland
Why can´t you use BIRT do do the aggregation for you? It is not automatic per-se, but this is what I have done to aggregate monthly values to quarterly ones. BIRT has a very nice little OLAP design tool that can be used for this purpose. Regards, Jason

Re: [Dhis2-devs] Providing another source table for reports

2009-05-24 Thread Lars Helge Øverland
And we realized that when you upload a report through dhis2, the data-sources section of the report is changed to something like this: property name=odaURLjdbc:mysql://localhost/dhis2_exp?useUnicode=truecharacterEncoding=UTF-8/property When we delete the

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-27 Thread Lars Helge Øverland
- I got some incomprehensible errors related to SAX xml parsing. Is this related to our custom code using staxwax+woodstox, or something else? I'm not sure if its relevant to this discussion, but one thing to consider is the availablility of StAX parser within j2ee 6 which can reduce one

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-27 Thread Lars Helge Øverland
hehe, I can see that my writing might have been misleading. I was not thinking of individuals as orgunits as such, but I was trying to explain how this patient/community data is different from normal data. Its not necessarily as whacky as it sounds. I guess if you think of the base

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-28 Thread Lars Helge Øverland
2009/5/28 Bob Jolliffe bobjolli...@gmail.com 2009/5/27 Lars Helge Øverland larshe...@gmail.com: - I got some incomprehensible errors related to SAX xml parsing. Is this related to our custom code using staxwax+woodstox, or something else? I'm not sure if its relevant

[Dhis2-devs] [Merge] lp:dhis2 into lp:~dhis2-devs/dhis2/dhis2-chis updated

2009-05-28 Thread Lars Helge Øverland
The proposal to merge lp:dhis2 into lp:~dhis2-devs/dhis2/dhis2-chis has been updated. Status: Needs review = Approved -- https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+merge/6851 Your team DHIS 2 developers is subscribed to branch lp:dhis2.

Re: [Dhis2-devs] want some latest presentations for the implementation of the DHIS2

2009-06-10 Thread Lars Helge Øverland
Hi, downloads, documentation and screenshots here: http://dhis2.com/ Lars On Wed, Jun 10, 2009 at 7:52 AM, PMM Riza riza...@yahoo.com wrote: Dear all, The management level is now concerning about the DHIS2 after long war in the Northen province of Sri Lanka, the war is over and the

[Dhis2-devs] [Bug 348703] Re: dhis14-import-cde-robustness

2009-06-15 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: None = 2.0.2 -- dhis14-import-cde-robustness https://bugs.launchpad.net/bugs/348703 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health Information Software 2: New Bug

[Dhis2-devs] [Bug 340911] Re: Contradictory combination of values in Data Elements

2009-06-15 Thread Lars Helge Øverland
Summarizing boolean values is supported in data mart. ** Changed in: dhis2 Status: New = Invalid -- Contradictory combination of values in Data Elements https://bugs.launchpad.net/bugs/340911 You received this bug notification because you are a member of DHIS 2 developers, which is

[Dhis2-devs] [Bug 358933] Re: DHIS2 does not import active orgunitgroupmembers column during a DHIS 1.4 import

2009-06-15 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: None = 2.0.2 -- DHIS2 does not import active orgunitgroupmembers column during a DHIS 1.4 import https://bugs.launchpad.net/bugs/358933 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in

[Dhis2-devs] [Bug 384766] Re: poor filtering of data elements in validation rule window

2009-06-15 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: None = 2.0.2 -- poor filtering of data elements in validation rule window https://bugs.launchpad.net/bugs/384766 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health

[Dhis2-devs] [Bug 385090] Re: meta data export exports wrong data

2009-06-15 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: None = 2.0.2 -- meta data export exports wrong data https://bugs.launchpad.net/bugs/385090 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health Information Software 2: New

[Dhis2-devs] [Bug 336595] Re: Hierarchy structure does not getting refreshed after moving orgunits

2009-06-30 Thread Lars Helge Øverland
** Changed in: dhis2 Status: New = Fix Committed -- Hierarchy structure does not getting refreshed after moving orgunits https://bugs.launchpad.net/bugs/336595 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in

[Dhis2-devs] [Bug 384766] Re: poor filtering

2009-06-30 Thread Lars Helge Øverland
I presume this happened on a remote server on a somewhat slow line? The problem is that the list is initially not fully loaded. You enter a few characters to search for which will immediately update the list. Then the list keeps loading all elements and gives the impression of going back to the

[Dhis2-devs] [Bug 385142] Re: Validation rule reports should not display periods without data

2009-07-03 Thread Lars Helge Øverland
** Changed in: dhis2 Status: New = Fix Committed -- Validation rule reports should not display periods without data https://bugs.launchpad.net/bugs/385142 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District

[Dhis2-devs] [Bug 354365] Re: Data browser does not use period names

2009-07-07 Thread Lars Helge Øverland
** Changed in: dhis2 Milestone: 2.0.2 = 2.0.3 -- Data browser does not use period names https://bugs.launchpad.net/bugs/354365 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health Information Software 2: New

[Dhis2-devs] [Bug 397168] [NEW] Display report table does not work when a crosstab dimensions has only report parameters

2009-07-08 Thread Lars Helge Øverland
Public bug reported: Display report table does not work when a crosstab dimension has only report parameters ** Affects: dhis2 Importance: Undecided Status: New ** Changed in: dhis2 Milestone: None = 2.0.2 -- Display report table does not work when a crosstab dimensions has

Re: [Dhis2-devs] Error Message Help

2009-07-30 Thread Lars Helge Øverland
[+] Exception (org.hibernate.InstantiationException): Cannot instantiate abstract class or interface: org.hisp.dhis.source.Source Hi, this is caused by an entry in the source table not having a matching entry in the organisationunit table, probably because someone deleted an orgunit without

  1   2   3   4   5   6   7   8   9   10   >