Custom Query (2152 matches)
Results (1927 - 1929 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1548 | fixed | Simplfy inheritance in functional tests | dread | dread |
Description |
It's hard to understand what's going on with the functional tests because there is so much going on in inherited classes. Would be better to be explicit in constructors, even if it involves cut & paste. |
|||
#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 |
|||
#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. |