Custom Query (2152 matches)
Results (526 - 528 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#819 | fixed | Tag autocompletion widget broken | cygri | |
Description |
The widget for tag autocompletion is broken in various ways. For example, if I edit a package that is tagged "music", and just tab through the form fields to get to the Author field, then the widget changes to "industrial-music" as I tab through it. Or if the tag is "foo bar" and I hit alt-right to jump to the end of the text field (with the intent of adding a third tag), then the contents change to "foo barbecue". |
|||
#820 | fixed | Exception browsing /user/apikey when not logged in | dread | |
Description |
Should fail gracefully (not the existing 500 error) when you go to ckan.net/user/apikey (manually typing in the url) but haven't logged in. WebApp Error: <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'apikey' URL: http://test-hmg.ckan.net/user/apikey |
|||
#822 | fixed | Docs: Configuration as site-available instead of site-enabled for apache | Javier de la Cueva <jdelacueva@…> | |
Description |
The documentation for setting up Apache uses sites-enabled instead of sites-available and a2ensite demo.ckan.net |