Custom Query (2152 matches)
Results (1759 - 1761 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1553 | fixed | Upload handles non-logged in user badly | aron.carroll | dread |
Description |
When you install ckanext-store (Storage extension) then CKAN displays 'Upload a file' button in the dataset/resource edit tab. If you are not logged in, then this feature doesn't work, but there is nothing to indicate this. The button should be disabled. Furthermore, it lets you think you are starting the upload process, the spinner spins, it says 'Uploading...' and stays like that for a long while. This is a problem CKAN 1.4.3(ish) - 1.5.1 (current version) when you install the current ckanext-storage. |
|||
#2608 | wontfix | Uploading a file to a resource hangs | seanh | |
Description |
I'm not seeing any javascript or python error, the upload just hangs. |
|||
#165 | invalid | Use 'tag:' instead of 'tags:' for wui package search | rgrp | dread |
Description |
Because people might try and do "tags:gov sweden" when "tag:gov sweden" makes more sense (sweden is searched for in all fields in these cases). But in REST i/f search allow "tag"="gov" OR "tags"="gov sweden" in parameters. |