revno: 15838
committer: Abyot Asalefew Gizaw aby...@gmail.com
branch nick: dhis2
timestamp: Wed 2014-06-25 07:30:24 +0200
message:
bug fix in even capture custom form rendering
modified:
dhis-2/dhis-web/dhis-web-event-capture/src/mai
revno: 15839
committer: Abyot Asalefew Gizaw aby...@gmail.com
branch nick: dhis2
timestamp: Wed 2014-06-25 07:31:09 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.ht
revno: 15837
committer: Tran Chau
branch nick: dhis2
timestamp: Wed 2014-06-25 11:57:10 +0800
message:
Minor fix in traslations
modified:
dhis-2/dhis-services/dhis-service-i18n/src/main/resources/i18n_global.properties
dhis-2/dhi
revno: 15836
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 23:22:44 +0200
message:
Naming conventions
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/setting/TranslateSystemSettingManager.java
revno: 15835
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 21:25:03 +0200
message:
Web api, systemSettings, support for retrieving multiple specified settings
in one request
modified:
dhis-2/dhis-api/sr
revno: 1110
committer: Lars Helge Overland
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-06-24 21:25:41 +0200
message:
Web api, system settings update
modified:
src/docbkx/en/dhis2_user_man_web_api.xml
--
lp:~dhis2-documenter
revno: 15834
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 18:36:24 +0200
message:
Data set report, disabling data criteria button when not relevant
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main
These are excellent features of DHIS2
On Tuesday, June 24, 2014 5:22 PM, Marta Vila wrote:
Sounds great, looking forward to try it out :)
thanks!!
On 22 June 2014 15:43, Lars Helge Øverland wrote:
Hi all,
>
>
>here comes a quick update and preview of version 2.16. We plan to relea
Hi Adebusoye,
This bug is fixed in revision 15171, version 2.15.
Best regards,
Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com
On Mon, May 26, 2014 at 6:04 PM, wrote:
> Thanks Dayo. Devs, Please find console output attached for m
revno: 15833
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 16:58:45 +0200
message:
Data entry, better handling of data type validation failures
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/weba
revno: 15832
committer: Tran Chau
branch nick: dhis2
timestamp: Tue 2014-06-24 22:23:58 +0800
message:
Fixed bug - Exception thrown when to load event list in Visit schedule.
modified:
dhis-2/dhis-services/dhis-service-dxf2/src/main
Sounds great, looking forward to try it out :)
thanks!!
On 22 June 2014 15:43, Lars Helge Øverland wrote:
> Hi all,
>
> here comes a quick update and preview of version 2.16. We plan to release
> in the first weeks on July. The major features being included:
>
> - Event visualizer: New app f
revno: 15831
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 16:08:10 +0200
message:
Data set report, minor fix
modified:
dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/dataset/a
Hi Tran,
OK. well, in that case, I think you need to prevent people from being able
to create these types of validation rules or better yet, properly handle
the exception so that if one validation rule throws an exception for some
reason, then the others will be able to continue to execute.
Hope
Hi Jason,
We haven't support the program validation rule with multi data elements or
something like 0+3+6+6+0+0 yet. Just supported with one data element for
one side ( one data element for left side/right side ).
Best regards,
Châu Thu Trân
HISP
Hi Tran,
Thanks for this, but I think it is only a partial fix. Now the problem is
that we have some data elements which needed to be added together and
compared to other ones, similar to the aggregate validation rules, but this
is event data. The error we get now is..
* ERROR 2014-06-24 09:34:47,
Thank you for reporting this bug. It is fixed in revision 15171.
Best regards,
Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com
On Tue, Jun 24, 2014 at 7:13 PM, Jason Pickering <
jason.p.picker...@gmail.com> wrote:
> Seems from this
revno: 15830
committer: Tran Chau
branch nick: dhis2
timestamp: Tue 2014-06-24 20:38:54 +0800
message:
Fixed bug - Exception thrown when to save coordinates of an event in case
entry form.
modified:
dhis-2/dhis-web/dhis-web-caseent
revno: 15829
committer: Tran Chau
branch nick: dhis2
timestamp: Tue 2014-06-24 20:33:37 +0800
message:
Fixed bug - Programme validation rule exception with decimals.
modified:
dhis-2/dhis-services/dhis-service-tracker/src/main/java
revno: 15828
committer: Abyot Asalefew Gizaw aby...@gmail.com
branch nick: dhis2
timestamp: Tue 2014-06-24 14:23:55 +0200
message:
some validation on lat and long capturing, also minor style fix in custom
forms
modified:
dhis-2/dhis
revno: 15827
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 13:30:23 +0200
message:
Centralized method for converting dimension query parameters
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/h
Seems from this (https://bugs.launchpad.net/dhis2/+bug/1251718) it may have
been fixed in 15169 but
int leftSide = Integer.parseInt( leftSideValue );
int rightSide = Integer.parseInt( rightSideValue );
would seem to indicate the problem with decimal values.
On Tue, Jun 24, 2014 at 1:08 PM, Ja
Not sure if this has already been reported, but thought just in case not.
We have defined a programme validation rule which states that the height of
a client (in meters) should be less than 2.5. However ,we get this exception
* ERROR 2014-06-24 07:02:24,750 Error while executing action
(Exceptio
revno: 15826
committer: Tran Chau
branch nick: dhis2
timestamp: Tue 2014-06-24 18:12:20 +0800
message:
Fixed bug - Exception thrown when to click DataEntry icon to open Update
single-event with registration form.
removed:
dhis-2/dh
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
revno: 15825 [merge]
committer: Jan Henrik Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 11:15:37 +0200
message:
ER EV integration fix.
modified:
dhis-2/dhis-web/dhis
revno: 15824
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 10:47:50 +0200
message:
Analytics, replaced use of Arrays.asList with ListUtils.getList
modified:
dhis-2/dhis-services/dhis-service-analytics/s
revno: 15823
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 10:33:02 +0200
message:
Data set report, only showing advanced options link if there are any
modified:
dhis-2/dhis-web/dhis-web-reporting/src/m
revno: 15822
committer: Lars Helge Overland
branch nick: dhis2
timestamp: Tue 2014-06-24 10:23:44 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/CompleteDataSetRegistrationC
28 matches
Mail list logo