Skip to content

Releases: ExCiteS/geokey-export

v0.4.3

03 Nov 15:29
Compare
Choose a tag to compare

We officially now be supporting only GeoKey v1.6+ because of Django v1.11 support ⭐️

This patch also adds README to PyPI deployment with a mention of CSV exporting support 🍾

v0.4.2

13 Feb 16:33
da13ed9
Compare
Choose a tag to compare

Bugfix for CSV download

v0.4.1

25 Jan 12:03
Compare
Choose a tag to compare

Bugfixes on CSV export:

  • special characters do not break row formatting
  • lookup fields show value instead of id

v0.4.0

08 May 10:38
Compare
Choose a tag to compare

Allow users to export data in CSV format.

Users will be able to download the data for a category in CSV.
Three CSV files will be generated:

  • *.csv: with all the contributions and field values for each contribution on selected category.
  • *_comments.csv: with the comments and responses for all contribution on selected category.
  • *_mediafiles.csv: with the names and urls for media files attached on selected category.

v0.3.0

20 Apr 14:59
Compare
Choose a tag to compare

Introducing export of comments and media files!

BREAKING CHANGE

Due to changed API in GeoKey v1.0, the geokey-export extension (this and later releases) will no longer support older versions of GeoKey. Also, geokey-export <1.0.0 will not support GeoKey v1.0+.

v0.2.4

04 Feb 17:03
Compare
Choose a tag to compare

Fixed bug when reactivating expired exports was removing a geometry of an export.

v0.2.3

03 Feb 12:03
Compare
Choose a tag to compare

Fixed radios for selecting expiration of an export.

v0.2.2

03 Feb 11:02
Compare
Choose a tag to compare

Fixed retrieving contributions of a category via Ajax endpoint when user is a creator of an export but not an admin of a project anymore.

v0.2.1

02 Feb 16:52
Compare
Choose a tag to compare

Fixed zooming in to geography of an export. Also, some fixes and adjustments to better support GeoKey v0.9.2 and greater.

v0.2.0

08 Jan 10:58
Compare
Choose a tag to compare

Introducing BOUNDING BOX: now each export can also limit the area of data to be exported.

The extension has been redesign for better access and management.