[ckan-changes] [ckan/ckan] ada2e8: [#2553] Fix autodetect for tsv resources
GitHub
noreply at github.com
Fri Aug 14 09:49:55 UTC 2015
Branch: refs/heads/release-v2.4.1
Home: https://github.com/ckan/ckan
Commit: ada2e8eb739d070dae31d894576c901a795f8701
https://github.com/ckan/ckan/commit/ada2e8eb739d070dae31d894576c901a795f8701
Author: amercader <amercadero at gmail.com>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2553] Fix autodetect for tsv resources
When you upload or link to a TSV file and don't specify a resource format,
the format that you end up with is text/tab-separated-values.
This is not recognized by the DataPusher and the resource is not uploaded to
the DataStore.
This patch adds this alternative representation to the canonical resource
format list.
Commit: 2acf359ab7347fcfce4093af4c8b27561cccb5fd
https://github.com/ckan/ckan/commit/2acf359ab7347fcfce4093af4c8b27561cccb5fd
Author: amercader <amercadero at gmail.com>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2553] TSV media type is text/tab-separated-values
Compare: https://github.com/ckan/ckan/compare/4e8d4ff97243...2acf359ab734
More information about the ckan-changes
mailing list