[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18765: (Translations) Adding Tetum DV and PT translations.

2015-03-30 Thread noreply
revno: 18765 committer: Jason P. Pickering branch nick: dhis2 timestamp: Tue 2015-03-31 08:34:20 +0200 message: (Translations) Adding Tetum DV and PT translations. added: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18764: minor fixes

2015-03-30 Thread noreply
revno: 18764 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-03-31 13:22:06 +0700 message: minor fixes modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/Property.java dhis-2/dhis-services/dhis-servi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18763: Fixed bug - The program stage data elements are never saved / updated in Single event programs.

2015-03-30 Thread noreply
revno: 18763 committer: Tran Chau branch nick: dhis2 timestamp: Tue 2015-03-31 12:00:23 +0700 message: Fixed bug - The program stage data elements are never saved / updated in Single event programs. modified: dhis-2/dhis-web/dhis-we

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18762: add oneToMany, manyToOne fields on Property class, updated introspector to set values for these

2015-03-30 Thread noreply
revno: 18762 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-03-31 11:45:20 +0700 message: add oneToMany, manyToOne fields on Property class, updated introspector to set values for these modified: dhis-2/dhis-ap

[Dhis2-devs] 'Event Capture' javascript events

2015-03-30 Thread James Chang
Hi, We are trying out with customization of the 'custom event data entry form' for 'Single Event Without Registration'. For our use, we need Javascript events calls like below ones that exists in Aggregated side data entry form for dataSet. - dhis2.de.event.formReady - dhis2.de.event.dataValuesLo

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18761: Remove viewClass WithoutOrganisationUnitsView

2015-03-30 Thread noreply
revno: 18761 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Tue 2015-03-31 10:17:35 +0700 message: Remove viewClass WithoutOrganisationUnitsView removed: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/view/WithoutOr

Re: [Dhis2-devs] Possible bug related to "value" field in datavalues in api/events.

2015-03-30 Thread Morten Olav Hansen
Please also remember that multiple names can point to the same code value, so you probably want to indicate that somehow in your UI, it is impossible to know which name was used when collecting the code. -- Morten On Mon, Mar 30, 2015 at 7:42 PM, Lars Helge Øverland wrote: > That's correct. > >

Re: [Dhis2-devs] Error POSTing programs metadata

2015-03-30 Thread Morten Olav Hansen
Hi Mahendra This is not actually a bug, it was decided a few days ago that would change programStageDataElement from being a "normal" java object to being a id-object, which means you will have to go through the usual payload changes. Basically, now you have to have this: { "programStageDataEle

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18760: Get some approvals unit tests working again.

2015-03-30 Thread noreply
revno: 18760 committer: jimgr...@gmail.com branch nick: dhis2 timestamp: Mon 2015-03-30 20:55:04 -0400 message: Get some approvals unit tests working again. modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataapproval/DataApprov

[Dhis2-devs] how to mvn the local/in ?

2015-03-30 Thread easy
Hi,all, I got : [ERROR] Non-resolvable parent POM: Could not transfer artifact org.hisp.dhis :dhis-web:pom:2.18-SNAPSHOT from/to fdvsolution.public (http://archiva.fdvs.com. ar/repository/public1/): Failed to transfer file: http://archiva.fdvs.com.ar/rep ository/public1/org/hisp/dhis/dhis

Re: [Dhis2-devs] Possible issue with GML import

2015-03-30 Thread Lars Helge Øverland
Shape file import sounds like an ideal task for an external developer, as it could transform the shapefile content and pipe it into the GML importer and hence does not require lots of DHIS 2 knowledge. Lars ___ Mailing list: https://launchpad.net/~dhis2-

[Dhis2-devs] tools and resources in repo

2015-03-30 Thread Lars Helge Øverland
Hi, the tools and resources folders in the main repo has been migrated to github here: https://github.com/dhis2/dhis2-utils This mainly to make it convenient to check out the tools without having to check out the entire repo. Lars ___ Mailing list: ht

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18759: Removed tools and resources folders. Migrated to https://github.com/dhis2/dhis2-utils.

2015-03-30 Thread noreply
revno: 18759 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-03-30 18:48:00 +0200 message: Removed tools and resources folders. Migrated to https://github.com/dhis2/dhis2-utils. removed: resources/ resources/

Re: [Dhis2-devs] Eclipse version in use by DHIS2 developers

2015-03-30 Thread Halvdan Grelland
Also, quite a few of us are using the excellent Intellij IDEA in lieu of Eclipse. Halvdan 2015-03-30 18:03 GMT+02:00 Lars Helge Øverland : > Hi Calle, > > I think it varies. I'm using Luna / Java IDE. > > regards, > > Lars > > > On Tue, Mar 24, 2015 at 8:47 AM, Calle Hedberg > wrote: > >> Hi >>

Re: [Dhis2-devs] Event Report

2015-03-30 Thread Lars Helge Øverland
Hi Channara, yes we are working on that. The implication is that we need to count the numbers based on the "enrollments", not the events, since there has to be a link between them in order for the counts to be meaningful. regards, Lars On Tue, Mar 24, 2015 at 9:29 AM, channara rin wrote: >

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

2015-03-30 Thread noreply
revno: 18758 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-03-30 18:27:53 +0200 message: minor modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.an

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18757: Make ouwt.js usable in external apps by introducing a global base path variable

2015-03-30 Thread noreply
revno: 18757 committer: Mark Polak branch nick: dhis2 timestamp: Mon 2015-03-30 18:22:29 +0200 message: Make ouwt.js usable in external apps by introducing a global base path variable modified: dhis-2/dhis-web/dhis-web-commons-reso

Re: [Dhis2-devs] Eclipse version in use by DHIS2 developers

2015-03-30 Thread Lars Helge Øverland
Hi Calle, I think it varies. I'm using Luna / Java IDE. regards, Lars On Tue, Mar 24, 2015 at 8:47 AM, Calle Hedberg wrote: > Hi > > What version of Eclipse is used by DHIS2 development team members? > > Regards > Calle > > *** > > Calle Hedberg > > 46

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

2015-03-30 Thread noreply
revno: 18756 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-03-30 17:57:15 +0200 message: minor modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/dashboard/dashboard.

Re: [Dhis2-devs] [tracker-capture] Clarification regarding Complete Button option in program Stage

2015-03-30 Thread Abyot Gizaw
Hi, This is now implemented in trunk. But I would recommend caution to use this setting as currently it is not possible to "Uncomplete" a completed program. --- Thank you, Abyot. On Mon, Mar 30, 2015 at 3:23 PM, Abyot Gizaw wrote: > Hi Harsh, > > This setting is not applied in the app. Will tr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18755: tracker-capture: program stage settings remindCompleted and blockEntryForm are now respected

2015-03-30 Thread noreply
revno: 18755 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-03-30 17:34:54 +0200 message: tracker-capture: program stage settings remindCompleted and blockEntryForm are now respected modified: dhis-2/dhis-we

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18754: Windows server friendly app paths

2015-03-30 Thread noreply
revno: 18754 committer: Mark Polak branch nick: dhis2 timestamp: Mon 2015-03-30 17:28:47 +0200 message: Windows server friendly app paths modified: dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/webportal/module/Module

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18753: Event analytics. Added support for showHierarchy query param.

2015-03-30 Thread noreply
revno: 18753 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-03-30 17:14:47 +0200 message: Event analytics. Added support for showHierarchy query param. modified: dhis-2/dhis-services/dhis-service-analytics/src

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18752: GIS offline fix.

2015-03-30 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 18752 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2015-03-30 16:51:22 +0200 message: GIS offline fix. modified: dhis-2/dhis-web/dhis-web-ap

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18751: minor + added help entry for server base url, field placeholder.

2015-03-30 Thread noreply
revno: 18751 committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Mon 2015-03-30 16:50:33 +0200 message: minor + added help entry for server base url, field placeholder. modified: dhis-2/dhis-services/dhis-service-core/src/

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18750: GIS dynamic loading of GM api.

2015-03-30 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 18750 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2015-03-30 16:24:23 +0200 message: GIS dynamic loading of GM api. modified: dhis-2/dhis-w

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18749: Minor: whitespace consistency

2015-03-30 Thread noreply
revno: 18749 committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Mon 2015-03-30 16:15:12 +0200 message: Minor: whitespace consistency modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/w

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18748: Added setting for keyInstanceBaseUrl in general system settings.

2015-03-30 Thread noreply
Merge authors: Halvdan Hoem Grelland (halvdanhg) revno: 18748 [merge] committer: Halvdan Hoem Grelland branch nick: dhis2 timestamp: Mon 2015-03-30 16:13:48 +0200 message: Added setting for keyInstanceBaseUrl in general system settin

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18747: DV code sync.

2015-03-30 Thread noreply
Merge authors: Jan Henrik Øverland (janhenrik-overland) revno: 18747 [merge] committer: Jan Henrik Overland branch nick: dhis2 timestamp: Mon 2015-03-30 15:38:30 +0200 message: DV code sync. modified: dhis-2/dhis-web/dhis-web-apps

Re: [Dhis2-devs] webAPI JSON: (hierarchyMeta=true) outputs in Event Report VS Pivot Reports

2015-03-30 Thread Lars Helge Øverland
On Tue, Mar 24, 2015 at 10:46 AM, Greg Rowles wrote: > Hi Devs > > Please ignore, we've figured a way around this problem (metaData.ouHierarchy > makes the lookups possible) but we have a new issue. In the > [api/analytics/events/aggregate] JSON output metaData.names collection > does not include

Re: [Dhis2-devs] [tracker-capture] Clarification regarding Complete Button option in program Stage

2015-03-30 Thread Abyot Gizaw
Hi Harsh, This setting is not applied in the app. Will try to get it for 2.19. --- Thank you, Abyot. On Mon, Mar 30, 2015 at 12:08 PM, Harsh Atal wrote: > Hi > > In the Program Stage create/edit form there is a checkbox named - > "*Ask user to complete program when stage is complete*" > I am

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18746: tracker-capture: bug fix for unique attributes. Unique attributes can not be null, hence mandator...

2015-03-30 Thread noreply
revno: 18746 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-03-30 15:21:20 +0200 message: tracker-capture: bug fix for unique attributes. Unique attributes can not be null, hence mandatory to fill. modified:

Re: [Dhis2-devs] Possible bug related to "value" field in datavalues in api/events.

2015-03-30 Thread Lars Helge Øverland
That's correct. So from a client perspective, you need to fetch option sets, then translate the option values from code to name whenever you display it. regards, Lars On Mon, Mar 30, 2015 at 8:13 AM, Araz Abishov wrote: > Hello Jason, > > Thanks for fast responding. > > Oh, I have noticed ri

[Dhis2-devs] [Bug 1434035] Re: CSV Meta-data import of Option sets does not work

2015-03-30 Thread Lars Helge Øverland
** Changed in: dhis2 Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1434035 Title: CSV Meta-data import of Option sets does not work Status in DHIS 2:

[Dhis2-devs] dhis on stackexchange - help still needed

2015-03-30 Thread Lars Helge Øverland
Hi all, this is another encouragement to help us get in to stackexchange , which is a popular questions-and-answers community. We are only *7 questions away* from passing the staging phase! You can help by registering an account and *vote up questions which not already

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18745: (Tranlsations) Updating PT translation in-line help files. Thanks to Jembi and Critical Software.

2015-03-30 Thread noreply
revno: 18745 committer: Jason P. Pickering branch nick: dhis2 timestamp: Mon 2015-03-30 13:05:48 +0200 message: (Tranlsations) Updating PT translation in-line help files. Thanks to Jembi and Critical Software. modified: dhis-2/dhis-

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18744: Startup routine fix

2015-03-30 Thread noreply
revno: 18744 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-03-30 13:01:39 +0200 message: Startup routine fix modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/InitTableAlter

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18743: tracker and event capture apps now repsect user roles

2015-03-30 Thread noreply
revno: 18743 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-03-30 12:40:41 +0200 message: tracker and event capture apps now repsect user roles modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web

Re: [Dhis2-devs] DHIS2 - Error message when saving event report as favorite

2015-03-30 Thread Lars Helge Øverland
Hi Robin, okay that's strange. Which DHIS version are you running? Can you try to upgrade to latest 2.18 stable? It works here locally, on dev and on demo. If the above does not help, could you share privately a login to your server? regards, Lars ___

Re: [Dhis2-devs] SQL View CSV/JSON/XML Refresh Rate

2015-03-30 Thread Lars Helge Øverland
Hi Tim, the SQL views follow the standard setting for caching which you can find under apps > settings > general > cache strategy. By default, data output responses are cached until next morning. You can disable it completely if you like. It could be that you have a server-side cache where the sql

Re: [Dhis2-devs] displayProperty SHORTNAME: not cascading to ouNameHierarchy brach

2015-03-30 Thread Lars Helge Øverland
Hi Greg, this should now be fixed in trunk and 2.18. regards, Lars On Wed, Mar 18, 2015 at 9:21 PM, Greg Rowles wrote: > Hi Devs > > When outputting data to JSON using SHORTNAME, the ouNameHierarchy is > always defaulting to LONG NAME making quick lookups impossible... > > Regards, > Greg >

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18742: Analytics. Meta data org unit hierarchy names now respect display property.

2015-03-30 Thread noreply
revno: 18742 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-03-30 12:16:10 +0200 message: Analytics. Meta data org unit hierarchy names now respect display property. modified: dhis-2/dhis-api/src/main/java/org

[Dhis2-devs] [tracker-capture] Clarification regarding Complete Button option in program Stage

2015-03-30 Thread Harsh Atal
Hi In the Program Stage create/edit form there is a checkbox named - "*Ask user to complete program when stage is complete*" I am assuming that checking this option means that the system will ask user to complete the whole program when the stage is completed. But no such thing happens. Have chec

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18741: (Translations) Improvide Tetum translations.

2015-03-30 Thread noreply
revno: 18741 committer: Jason P. Pickering branch nick: dhis2 timestamp: Mon 2015-03-30 11:51:31 +0200 message: (Translations) Improvide Tetum translations. modified: dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_gl

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18740: support mandatory for metadata attributes of type optionset

2015-03-30 Thread noreply
revno: 18740 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-03-30 16:48:48 +0700 message: support mandatory for metadata attributes of type optionset modified: dhis-2/dhis-support/dhis-support-system/src/main/j

Re: [Dhis2-devs] Filtering by attribute values on /api/organisations

2015-03-30 Thread Morten Olav Hansen
Please also not that in 2.19 metadata attributes support option-sets, which might be nice if you have a pre-defined list of ou types. -- Morten On Mon, Mar 30, 2015 at 4:33 PM, Morten Olav Hansen wrote: > Hi > > You can do something like this: > /api/organisationUnits?filter=attributeValues.att

Re: [Dhis2-devs] Filtering by attribute values on /api/organisations

2015-03-30 Thread Morten Olav Hansen
Hi You can do something like this: /api/organisationUnits?filter=attributeValues.attribute.id: eq:ATTRIBUTE_ID&filter=attributeValues.value:eq:VALUE You can read more about the object filter here: https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s06.html Please be aware that attributeVal

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18739: Program stage, using model instead of service call to get data elements in program stage.

2015-03-30 Thread noreply
revno: 18739 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-03-30 11:30:54 +0200 message: Program stage, using model instead of service call to get data elements in program stage. modified: dhis-2/dhis-api/src

Re: [Dhis2-devs] Error POSTing programs metadata

2015-03-30 Thread Morten Olav Hansen
Could you please try again with rev 18738 -- Morten On Sat, Mar 28, 2015 at 12:42 AM, Mahendra Kariya < mahendra.kar...@thoughtworks.com> wrote: > Hi, > > I was just wondering if someone got time to take a look at this. > > On Tue, Mar 24, 2015 at 11:59 AM, Mahendra Kariya < > mahendra.kar...@th

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18738: various fixes to programAttribute import/export, adds methods to schemaValdiator to only check fo...

2015-03-30 Thread noreply
revno: 18738 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-03-30 16:25:24 +0700 message: various fixes to programAttribute import/export, adds methods to schemaValdiator to only check for persisted properties, o

Re: [Dhis2-devs] Report generation Error

2015-03-30 Thread sumudu weerasinghe
Thanks Adebusoye, for your quick reply. Yes it worked for me. now all reports generated. Regards Sumudu On Mon, Mar 30, 2015 at 1:40 PM, Adebusoye Anifalaje wrote: > Hi Sumudu, > > You can try saving the org unit levels. Go to Organisation Unit -> > Organisation unit level and save the levels.

Re: [Dhis2-devs] Possible issue with GML import (MapshaperLoader)

2015-03-30 Thread Jason Pickering
Hi Sushil, Just to confirm, will this procedure work for existing orgunits? I recall the last time when I looked at the app, it did not support the work flow of updating only the geometry of existing OUs. Could you explain a bit more about this, i.e. whether it is supported at the moment or not? R

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18737: added PSDE controller, useful for debugging

2015-03-30 Thread noreply
revno: 18737 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-03-30 15:33:52 +0700 message: added PSDE controller, useful for debugging added: dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/contr

Re: [Dhis2-devs] [Dhis2-users] DHIS2 - Program still appearing for certain user roles

2015-03-30 Thread Abyot Gizaw
Hi Robin, Roles are not yet applied for Event and Tracker capture apps. We are hoping to get this fixed for the upcoming release. --- Thank you, Abyot. On Sat, Mar 28, 2015 at 5:45 PM, Robin Martens wrote: >Hi all, > > > > I have some programs that should only be visible to certain users.

Re: [Dhis2-devs] [Dhis2-users] DHIS2: Custom fields in Event Notes OR User Notes

2015-03-30 Thread Abyot Gizaw
Hi, No, unfortunately that is not possible at the moment. --- Thank you, Abyot. On Mon, Mar 30, 2015 at 9:30 AM, Nikunj wrote: > Hello All, > > Wanted to check if it is possible to add custom fields like mentioned > below in User notes OR Event notes in Tracker Capture. > > > > Fields like:

Re: [Dhis2-devs] Report generation Error

2015-03-30 Thread Adebusoye Anifalaje
Hi Sumudu, You can try saving the org unit levels. Go to Organisation Unit -> Organisation unit level and save the levels. Then generate the analytics again. This might solve it. Best Busoye > On 30 Mar 2015, at 08:56, sumudu weerasinghe wrote: > > Hi All, > > We used dhis 2.17 for aggr

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18736: Moved program stage data elements upgrade routine to InitTableAlteror

2015-03-30 Thread noreply
revno: 18736 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-03-30 09:56:29 +0200 message: Moved program stage data elements upgrade routine to InitTableAlteror modified: dhis-2/dhis-services/dhis-service-core/

[Dhis2-devs] Report generation Error

2015-03-30 Thread sumudu weerasinghe
Hi All, We used dhis 2.17 for aggregate data in our hospital. (No tracker ). When i try to generate report from , dataset report, data visuializer and pivot tables , always gives "no datavalue found". Analytic tables has already generated. In the log it says - *org.springframework.jdbc.BadS

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18735: update regex for sms parsing

2015-03-30 Thread noreply
revno: 18735 committer: Long Ngo Thanh branch nick: dhis2 timestamp: Mon 2015-03-30 14:33:52 +0700 message: update regex for sms parsing modified: dhis-2/dhis-services/dhis-service-sms/src/main/java/org/hisp/dhis/sms/listener/DataVa