Skip to content

Releases: medic/cht-core

2.6.1

21 Apr 20:57
Compare
Choose a tag to compare

Apr 21, 2016

  • User's fullname is not showing up in /configuration/users. Issue #2200
  • Deleted documents cause sentinel log spam. Issue #1999
  • Disable nools for unrestricted users. Issue: medic/medic-projects#149
  • Update libphonenumber and use strict validation. Issue: #2159 #2196
  • Contacts export response garbled. Issue: #2187

2.6.0

13 Apr 22:39
Compare
Choose a tag to compare

Apr 5, 2016

This release contains breaking changes from 0.x versions. Updating from 0.x versions may result in the application no longer operating as expected.

  • The app can now be used offline and synced back to the server later.
  • Added an android app for accessing the webapp from mobile.
  • Added Tasks feature for rich event scheduling.
  • Forms can now be provided in XForm format for rich form UIs.
  • Added a configurable Target analytics module.

0.4.11

04 Feb 22:08
Compare
Choose a tag to compare

Feb 4, 2016

  • Security fix for leaking auth info.

0.4.10

16 Nov 11:34
Compare
Choose a tag to compare

Nov 16, 2015

  • Added support for Outgoing Deny List, a comma separated list of phone numbers
    or strings to deny outgoing service to. Currently only available in lower level app settings editor. #750

screen shot 2015-11-16 at 9 51 36 am

0.4.9

26 Aug 18:46
Compare
Choose a tag to compare

Aug 26, 2015

  • Fixed bug on node 0.12 in felix-couchdb. #1145
  • Improved error handling when notifications (start/stop) configs are misconfigured. #1144
  • Fixed bug in exists validation where it fails on some unicode characters. #1147
  • Fixed Reporting Rates interface that was neglected and broken. #1030
  • Fixed bug in exporting data by date, it's now inclusive. #1104

0.4.8

15 Jul 02:17
Compare
Choose a tag to compare
  • Added SMS parser fixes from dev branch:
    • parse string fields with exlamation marks
    • compact textforms format handles quotes in quotes
  • Fixed export bug when using lowercase form codes. Please re-upload your forms
    so they are formatted correctly. #998
  • Fixed bug where exporting yields same result with or without date
    filter. #1059, #1031

0.4.7

02 Jul 17:57
Compare
Choose a tag to compare
  • Fixed ODK forms list bug when the list is empty. Issue #886
  • Fixed compact textforms parser bug with exclamation points. Issue #989
  • Fixed bug in compact textforms parser we ignored fields with uppercase
    letters in the key of the form definition. Issue #991
  • Fixed bug when creating record with empty message. Issue #990
  • Moved raw message to bottom of report body. Issue: #927

0.4.6

02 Jul 17:56
Compare
Choose a tag to compare

Improved boolean expression evaluation in registration configuration.

0.4.5

31 May 22:21
Compare
Choose a tag to compare

Fixed bug in schedules editor for LMP (last menstrual period) based schedules. #973

Initial support for messages, records and forms API. See Medic API Docs.

0.4.4

21 May 18:32
Compare
Choose a tag to compare

Added "Javarosa" formatted SMS parser.