[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16875: use Hibernate sessionFactory to set persisted properties on Schema/Property instances, makes it v...

2014-09-30 Thread noreply
revno: 16875 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 14:02:57 +0700 message: use Hibernate sessionFactory to set persisted properties on Schema/Property instances, makes it very

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16876: SQL

2014-09-30 Thread noreply
revno: 16876 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 10:04:49 +0200 message: SQL modified: resources/sql/integritychecks.sql -- lp:dhis2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16877: Data integrity, added check for duplicate periods, i.e. periods with equal period type and start ...

2014-09-30 Thread noreply
revno: 16877 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 11:08:21 +0200 message: Data integrity, added check for duplicate periods, i.e. periods with equal period type and start date

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16878: minor fix

2014-09-30 Thread noreply
revno: 16878 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 16:27:03 +0700 message: minor fix modified:

[Dhis2-devs] Docbook conventions, a resource

2014-09-30 Thread Jason Pickering
Came across this and thought I would share it. It has quite a few good pointers and words of wisdom for working with DocBook. The first one being, if you are using verbatim text, do not exceed 70 characters. So a lot of the stuff in the developers manual with screen or programlisting needs to be

Re: [Dhis2-devs] Docbook conventions, a resource

2014-09-30 Thread Knut Staring
The problem is to break up lines that people will (and should be able to) copy and paste directly from the manual into their terminal (for convenience, but also in order to not make mistakes). Typically cURL commands etc On Tue, Sep 30, 2014 at 11:45 AM, Jason Pickering

Re: [Dhis2-devs] Docbook conventions, a resource

2014-09-30 Thread Jason Pickering
Yeah, I see the problem. I will think about this, but I think in this case, we need another element somehow without the line breaks using the ulink attribute. But if this is not a URL, it may not work. Will read a bit and see what i can come up with. On Tue, Sep 30, 2014 at 11:49 AM, Knut

[Dhis2-devs] configure localhost for emailing

2014-09-30 Thread rin.channara
Hi all dev and user love DHIS2, Has any body know how to configure localhost running DHIS2 can emailing? -webserver: apache tomcat -DHIS2 v2.16 -DB: postgreSQL Thank you CHANNARA___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16879: add new special preset called :persisted, will only return properties that are persisted

2014-09-30 Thread noreply
revno: 16879 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 17:15:37 +0700 message: add new special preset called :persisted, will only return properties that are persisted modified:

Re: [Dhis2-devs] configure localhost for emailing

2014-09-30 Thread Bob Jolliffe
Hi Rin It is easy enough to setup with either postfix or exim4 to send mail directly from the host. BUT, the most important thing is to have your networking properly setup ie. you must have a fully qualified domain name and make sure that hostname and /etc/hosts is correct. If you don't have

Re: [Dhis2-devs] configure localhost for emailing

2014-09-30 Thread rin.channara
Great, I will do follow thank you From: Bob Jolliffe Sent: ‎Tuesday‎, ‎September‎ ‎30‎, ‎2014 ‎5‎:‎28‎ ‎Evening To: channara rin Cc: DHIS 2 Developers list, DHIS 2 Users list Hi Rin It is easy enough to setup with either postfix or exim4 to send mail directly from the host. BUT,

[Dhis2-devs] Got error when generate data set report

2014-09-30 Thread rin.channara
Hi all, when I did generate data set report, I got the error. usually, this function It work fine in previous version. but when I upgrade to v2.16. I go the error. thank you CHANNARA___ Mailing list: https://launchpad.net/~dhis2-devs Post to

Re: [Dhis2-devs] configure localhost for emailing

2014-09-30 Thread Bob Jolliffe
At Lars's suggestion I've added those instructions (plus a little extra) to a small tutorial here https://www.dhis2.org/node/48. On 30 September 2014 12:08, rin.chann...@gmail.com wrote: Great, I will do follow thank you *From:* Bob Jolliffe bobjolli...@gmail.com *Sent:* Tuesday, September

Re: [Dhis2-devs] configure localhost for emailing

2014-09-30 Thread Lars Helge Øverland
Great Bob, many thanks. All tutorials here: https://www.dhis2.org/tutorials ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help :

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16880: Fixed check for category option validity by start/end date

2014-09-30 Thread noreply
revno: 16880 committer: jimgr...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 08:18:07 -0400 message: Fixed check for category option validity by start/end date modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16881: Merge from Halvdan Hoem Grelland / lp:~halvdanhg/dhis2/bcrypt-password-hash-migration. Implements...

2014-09-30 Thread noreply
Merge authors: Halvdan Hoem Grelland (halvdanhg) revno: 16881 [merge] committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 15:48:45 +0200 message: Merge from Halvdan Hoem Grelland /

[Dhis2-devs] Major changes to password handling

2014-09-30 Thread Halvdan Grelland
Hi devs, Starting from trunk rev. 16881 (2.17 snapshot) we've made some major changes to the password handling scheme of DHIS 2. In short: all passwords and restore tokens are now stored as bcrypt hashes with random salts. This gives a great boost to security, but might carry some challenges for

Re: [Dhis2-devs] Major changes to password handling

2014-09-30 Thread Jim Grace
Thanks, good work! On Tue, Sep 30, 2014 at 10:37 AM, Halvdan Grelland halvda...@gmail.com wrote: Hi devs, Starting from trunk rev. 16881 (2.17 snapshot) we've made some major changes to the password handling scheme of DHIS 2. In short: all passwords and restore tokens are now stored as

Re: [Dhis2-devs] Major changes to password handling

2014-09-30 Thread Bob Jolliffe
Halvdan this looks excellent. Computing a straight bcrypt hash is so much stronger than the peculiar messy business which ended up in an md5 hash of a weird java string hash. This should also make it easier for those who have an interest in generating password hashes outside of dhis - eg using

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16882: Option set management, added code column to list of options

2014-09-30 Thread noreply
revno: 16882 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 18:27:28 +0200 message: Option set management, added code column to list of options modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16883: IDE warning fixes

2014-09-30 Thread noreply
revno: 16883 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 18:51:51 +0200 message: IDE warning fixes modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16884: Added category combo to DataSetDeletionHandler

2014-09-30 Thread noreply
revno: 16884 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Tue 2014-09-30 20:04:19 +0200 message: Added category combo to DataSetDeletionHandler modified:

Re: [Dhis2-devs] Major changes to password handling

2014-09-30 Thread Halvdan Grelland
Thanks! Indeed. As I'm sure you know bCrypt hashes embed the salt within the stored string. As you say this is great news for anyone interested in integration with external systems or code bases. Also, the cost factor (round count exponent) is given for each hash, making it easy and seamless to

Re: [Dhis2-devs] configure localhost for emailing

2014-09-30 Thread rin.channara
Hi bob, what could I can do? if the server I hosting is windows. thank you CHANNARA From: Bob Jolliffe Sent: ‎Tuesday‎, ‎September‎ ‎30‎, ‎2014 ‎6‎:‎18‎ ‎Evening To: channara rin Cc: DHIS 2 Developers list, DHIS 2 Users list At Lars's suggestion I've added those instructions (plus a

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16885: minor bugfix in property introspector, use collection name for map when property.isCollection = true

2014-09-30 Thread noreply
revno: 16885 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Wed 2014-10-01 10:37:54 +0700 message: minor bugfix in property introspector, use collection name for map when property.isCollection = true

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16886: minor bugfix

2014-09-30 Thread noreply
revno: 16886 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Wed 2014-10-01 10:52:37 +0700 message: minor bugfix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16887: add expiryDays to dataset form in /api/me/dataSets

2014-09-30 Thread noreply
revno: 16887 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Wed 2014-10-01 10:58:14 +0700 message: add expiryDays to dataset form in /api/me/dataSets modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 16888: expose .js as dhis2.period.format in main.vm

2014-09-30 Thread noreply
revno: 16888 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Wed 2014-10-01 11:13:54 +0700 message: expose .js as dhis2.period.format in main.vm modified: