Releases: ExCiteS/geokey-export
Releases · ExCiteS/geokey-export
v0.4.3
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.1
Bugfixes on CSV export:
- special characters do not break row formatting
- lookup fields show value instead of id
v0.4.0
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
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
Fixed bug when reactivating expired exports was removing a geometry of an export.
v0.2.3
Fixed radios for selecting expiration of an export.
v0.2.2
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
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
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.