Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 2.8 KB

CHANGES.rst

File metadata and controls

106 lines (75 loc) · 2.8 KB

Changelog for onadata

1.14.2 (Unreleased)

1.14.1 (2018-05-07)

  • Fix decimal filter for dataview Issue 1393 [wambere]

1.14.0 (2018-05-03)

  • Python 3 support Issue 1295 [moshthepitt, pld, wambere]
  • Add TLS support to messaging Issue 1366 [ukanga]
  • Add date format to submission time filter for forms Issue 1374 [wambere]
  • Update copyright year to 2018 Issue 1376 [pld]
  • Catch IOError when saving osm data Issue 1382 [wambere]
  • Remove deleted dataviews from project page Issue 1383 [wambere]
  • Add deleted by field to projects Issue 1384 [wambere]
  • Add check if user has permission to add a project to a profile Issue 1385 [ukanga]
  • Remove note field from csv export appearing in repeat groups Issue 1388 [wambere]
  • Add created by field to cloned forms Issue 1389 [wambere]

1.13.2 (2018-04-11)

  • Bump pyxform version to 0.11.1 Issue 1355 [ukanga]
  • Update privacy policy to point to hosted privacy policy, tos, and license Issue 1360 [pld]
  • Use resource_name responses for responses endpoint Issue 1362 [ukanga]

1.13.1 (2018-04-04)

  • Refactor JSON streaming on data endpoints and removal of X-Total Header Issue 1290 [wambere]
  • Handle Integrity error on creating a project with the same name Issue 928 [wambere]
  • Add OSM tags as fields in Excel, SAV/SPSS, CSV zipped exports Issue 1182 [wambere]
  • Delete filtered datasets linked to a form when deleting a form Issue 964 [wambere]
  • Add timestamp to Messaging Issue 1332 [moshthepitt]
  • Update messaging schema for forms to include metadata of the form. Issue 1331 [moshthepitt]
  • Improve setup.py and dependency management Issue 1330 [moshthepitt]