Skip to content

Releases: onaio/onadata

Merged Datasets pre-release

29 Aug 09:22
Compare
Choose a tag to compare
Pre-release
  • Introducing merged datasets (#1057)
  • Licence copyright update (4913c6f)
  • Support switching to a different user for Oauth2 Apps (#1062)
  • Task to clean up pending and failed exports (#1068)
  • Keeping track of received attachments per submission (#1049)
  • New /data endpoint filters: date_created, date_modified, status,submitted_by, version (#1048)
  • Bug fixes (#954, #983, #1069, #1072, #1077, #1087, #1088, #1093, #1107)

v1.10.7-1 fixes

27 Jul 06:03
Compare
Choose a tag to compare
  • fix: pin safe_create_instance to master.

v1.10.7 Bug fixes

24 Jul 09:11
Compare
Choose a tag to compare

Fixes:

  • Submission count updated correctly on CSV Imports, #1065
  • Fixed number of columns in filtered datasets, #1066
  • Raven configuration for celery, #1070

v1.10.6: Bug fixes

13 Jul 07:03
Compare
Choose a tag to compare

🐛 Fixes

  • Add export permission to allow delete #1056
  • Order charts by the group by field(s) #1055
  • Add export URL to exports endpoint #1059
  • Validate id_string when not defined in the settings sheet #1064

SPSS date formatting and consistent order of repeats in exports

15 Jun 07:37
Compare
Choose a tag to compare
Merge pull request #1054 from onaio/csv-ordered-repeats

XLSForm order in repeats for Flat CSV exports

Export improvements and Django 1.11.1

08 Jun 08:05
Compare
Choose a tag to compare
  • Improved export functionality (#1030)
  • SPSS export fixes (#1024)
  • Webhook posts data edits and use the requests library (#1039, #1033)
  • upgrade to Django 1.11.1 (#1038 )
  • Handle deleted XLSForm IOError exception (#911)
  • update install instructions (#1034)

XForm version proper use

29 May 07:08
Compare
Choose a tag to compare
  • Set XForm version in the submission XML and not the current active one #1018
  • Fix version exports #1020
  • Check XForm.require_auth when downloading a specific XForm #1022
  • Filter out deleted submissions in attachments export #1027

Submission XForm version

18 May 07:21
Compare
Choose a tag to compare
Pre-release
  • Set XForm version in the submission XML and not the current active one #1018
  • Fix version exports #1020
  • Check XForm.require_auth when downloading a specific XForm #1022

Single form formList

11 May 09:21
Compare
Choose a tag to compare
Merge pull request #1015 from onaio/enketo-only-formlist

single form formList for enketo usage

Fix project XForm list cache

28 Apr 06:21
Compare
Choose a tag to compare
Merge pull request #1009 from onaio/cache-forms

set xforms cache correctly for BaseProjectSerializer