Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1897 - 1899 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 '-'.

#1615 worksforme CKAN Should work behind a proxy server thejimmyg

Reported by thejimmyg, 2 years ago.

Description

This would allow deployment via Nginx or Apache using proxy to Paster, uWSGI. At the moment CKAN isn't aware of the proxy's IP address so when you perform an action which does a redirect (such as adding a package), CKAN redirects you to the *internal IP* not the external *proxy IP*.

We would like this work to facilitate testing within VMs as part of our new build infrastructure.

It would also be nice if CKAN worked when mounted at a path other than /. That could be dealt with in another ticket because it isn't a problem at the moment.

#576 fixed CKAN Requires Old Version of SQLAlchemy sebbacon wwaites

Reported by wwaites, 4 years ago.

Description

Requires 0.4. 0.5 is a maintenance branch, 0.6 is current.

VDM appears to work correctly (all the tests pass) with 0.5. CKAN does not -- requires more investigation to determine exactly why.

It would actually be nice to be able to run with 0.6 or 0.5, though 0.6 will require some changes to VDM as well

Note: See TracQuery for help on using queries.