Custom Query (2152 matches)
Results (733 - 735 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. |
|||
#1552 | fixed | Be able to set password on the command line when creating users | dread | dread |
Description |
(instead of using the prompt) - needed for deployment |
|||
#1551 | fixed | CKAN auth for webstore changes | ross | ross |
Description |
Webstore should use auth api ( #1550 ) for authenticating users accessing webstore rather than talking directly to the CKAN database. We also need it to suppose /user/ urls and /userid/ for accessing databases. |