[ckan-changes] [ckan/ckan] 23dc2b: [#2553] Fix autodetect for tsv resources
GitHub
noreply at github.com
Fri Aug 14 09:53:35 UTC 2015
Branch: refs/heads/release-v2.3.2
Home: https://github.com/ckan/ckan
Commit: 23dc2b90180c3308b5b8c6c60ac112553d8fc00e
https://github.com/ckan/ckan/commit/23dc2b90180c3308b5b8c6c60ac112553d8fc00e
Author: amercader <amercadero at gmail.com>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/new_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.
Conflicts:
ckan/tests/lib/test_helpers.py
Commit: fe7c57a5da530a1079ab78752e2df92609645173
https://github.com/ckan/ckan/commit/fe7c57a5da530a1079ab78752e2df92609645173
Author: amercader <amercadero at gmail.com>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/new_tests/lib/test_helpers.py
Log Message:
-----------
[#2553] TSV media type is text/tab-separated-values
Conflicts:
ckan/tests/lib/test_helpers.py
Compare: https://github.com/ckan/ckan/compare/26fb4c5e9b16...fe7c57a5da53
More information about the ckan-changes
mailing list