Custom Query (2152 matches)
Results (2113 - 2115 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1412 | worksforme | application.js crashes when viewing a dataset with no resources | rgrp | seanh |
Description |
Create a new dataset, don't add any resources to the dataset yet, view the dataset in ckan, if you have firebug enabled you'll see the error "resource is undefined" at line 699 of application.js. |
|||
#1467 | worksforme | CKAN dumps dgu miss certain publisher information | thejimmyg | thejimmyg |
Description |
Pawel knows about this so David Read, Pawel and I need to find time to discuss it. |
|||
#1615 | worksforme | CKAN Should work behind a proxy server | thejimmyg | |
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. |