Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1225 - 1227 of 2152)

Ticket Resolution Summary Owner Reporter
#1518 fixed CKAN Upload fails if filename has spaces in it rgrp markbrough

Reported by markbrough, 2 years ago.

Description

E.g. uploading a file with spaces in it: OECD Monthly Exchange Rates.zip

Gives a 404 Not Found response to the following file: http://test.ckan.org/api/storage/metadata/2011-12-05T193046/OECD%20Monthly%20Exchange%20Rates.zip

The upload wheel keeps spinning and the user is not informed that the upload has failed.

Analysis: turns out that google storage (possibly s3 but not checked) replaces with ' ' in keys with '+' on upload. This breaks things because we try and look up metadata about upload using the filename/key we put in but of course that does not exist because google has changed name.

Fix is trivial: replace ' ' in keys / filenames with '-'.

#2408 fixed Only 4 'extras' can be added at a time aron.carroll markw

Reported by markw, 2 years ago.

Description

The settings > extras page for a dataset allows extra fields to be added, but only four can be added a time in a single atomic update. It would be helpful to have an 'add another' button on the form that can be used any number of times.

#2409 fixed Accept headers not handled correctly ross markw

Reported by markw, 2 years ago.

Description

CKAN returns HTML when an Accept header should make it return RDF/XML:

http://lists.okfn.org/pipermail/ckan-dev/2012-May/002237.html

Note: See TracQuery for help on using queries.