Re: [Dhis2-devs] [Branch ~dhis2-devs-india/dhis2/dhis2-in] Rev 796: Minor bug fixed

2010-02-08 Thread Brajesh Murari
2010/2/8 Lars Helge Øverland larshe...@gmail.com 2010/2/7 Lars Helge Øverland larshe...@gmail.com Try $ bzr whoami yourname em...@addr.com Minor correction: $ bzr whoami yourname em...@addr.com Yes. This will be the best solution. :) ___

Re: [Dhis2-devs] Regular expressions in data validation rules

2010-02-08 Thread Jason Pickering
Hi Murod, This, of course, is one particular trivial example and was provided to illustrate a point. I totally agree, this particular example could be solved through JavaScript validation on the client, and it may already be there in 2.0. I have found this particular example by importing data

Re: [Dhis2-devs] Regular expressions in data validation rules

2010-02-08 Thread Murodullo Latifov
Hi Jason, Ok, I understood your point. If you are about import validation, than its good to do that, as there is no proper XML validator for DHIS data exchange, I mean content not validated against any dictionary or repository, when source is other than DHIS itself. Kettle is one such tool for

Re: [Dhis2-devs] Regular expressions in data validation rules

2010-02-08 Thread Bob Jolliffe
Hi There are 4 places one could use these regex's: 1. in the browser - client side validation 2. in the framework action/interceptors ( http://struts.apache.org/2.1.8.1/docs/validation.html) 3. in the object persist methods 4. post fact validation checks. There are lots of examples of validation

Re: [Dhis2-devs] Regular expressions in data validation rules

2010-02-08 Thread Jason Pickering
Very good points. I was thinking initially at least, so start with 4 and 1, in that order. There are already many checks already in place in the UI, but somehow it feels that it should be possible to extend them and make them more generic, to suit a particular implementations needs. Could the

Re: [Dhis2-devs] Regular expressions in data validation rules

2010-02-08 Thread Knut Staring
I very much agree with both Jason and Bob that it is useful to be able to put checks (or not) at various levels, depending on use cases (and users). Ideally, a common set of rules could be applied, as Jason says. Which rules to switch on at what levels should be up to an administrator, or in some

[Dhis2-devs] Translations for orgunits?

2010-02-08 Thread Knut Staring
Hi list, It seems the translation option has been removed for OrgUnits? Being able to switch languages (and scripts) is quite important for some countries, should I file a bug? Knut ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1404: Implemented DHIS 1.4 export of data values

2010-02-08 Thread Bob Jolliffe
2010/2/8 Lars Helge Øverland larshe...@gmail.com: On Mon, Feb 8, 2010 at 11:59 AM, nore...@launchpad.net wrote: revno: 1404 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Mon 2010-02-08

Re: [Dhis2-devs] Translations for orgunits?

2010-02-08 Thread Knut Staring
On Mon, Feb 8, 2010 at 1:56 PM, Knut Staring knu...@gmail.com wrote: Hi list, It seems the translation option has been removed for OrgUnits? Being able to switch languages (and scripts) is quite important for some countries, should I file a bug? *On a related note: When I add shortname in

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1404: Implemented DHIS 1.4 export of data values

2010-02-08 Thread Bob Jolliffe
2010/2/8 Lars Helge Øverland larshe...@gmail.com: 2010/2/8 Bob Jolliffe bobjolli...@gmail.com 2010/2/8 Lars Helge Øverland larshe...@gmail.com: On Mon, Feb 8, 2010 at 11:59 AM, nore...@launchpad.net wrote: revno: 1404

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1404: Implemented DHIS 1.4 export of data values

2010-02-08 Thread Jason Pickering
No clue if this is possible, but if the user was to provide a path to a native OS executable, could DHIS push the job off to this? 2010/2/8 Bob Jolliffe bobjolli...@gmail.com: 2010/2/8 Lars Helge Øverland larshe...@gmail.com: Yup agree with that just could not make it write the appropriate

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1404: Implemented DHIS 1.4 export of data values

2010-02-08 Thread Jason Pickering
http://freenet.googlecode.com/svn/trunk/contrib/java/net/contrapunctus/lzma/ Does this do it? On Mon, Feb 8, 2010 at 7:23 PM, Saptarshi Purkayastha sun...@gmail.com wrote: Isn't LZMA SDK providing the JAVA library?? and comparisons are here --- Regards, Saptarshi PURKAYASTHA Director R D,

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1404: Implemented DHIS 1.4 export of data values

2010-02-08 Thread Bob Jolliffe
Hi Saptarshi When I looked at this briefly last year I saw that this library provides the lzma compression algorithm. As you say the algorithm is implementable in java, But 7z doesn't just do compression/decompression. It also archives collections of files - like zip. The layout of these

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1404: Implemented DHIS 1.4 export of data values

2010-02-08 Thread Jason Pickering
Truly bizarre. I will give it a try. Thanks a lot for this tip Ime. Best regards, Jason On Mon, Feb 8, 2010 at 10:21 PM, Ime Asangansi asanga...@yahoo.com wrote: Hi, Pardon me if this is irrelevant as I'm unable to understand the initial context. But it appears you were discussing writing

[Dhis2-devs] Regular expressions in data validation rules

2010-02-08 Thread Jason Pickering
Just forwarding a side discussion with Hieu to the list for discussion and consideration. Input welcome. Regards, Jason -- Forwarded message -- From: Jason Pickering jason.p.picker...@gmail.com Date: Mon, Feb 8, 2010 at 9:25 PM Subject: Re: [Dhis2-devs] Regular expressions in