Custom Query (2152 matches)
Results (253 - 255 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1003 | fixed | CKAN Javascript library and demonstration web interface | rgrp | rgrp |
Description |
A plain javascript library for interfacing with CKAN would be very useful (why? see below!). It would also be nice to have a pure html + javascript web interface to CKAN both for its own sake and to act as a demonstrator for the library. Why?
|
|||
#576 | fixed | CKAN Requires Old Version of SQLAlchemy | sebbacon | wwaites |
Description |
Requires 0.4. 0.5 is a maintenance branch, 0.6 is current. VDM appears to work correctly (all the tests pass) with 0.5. CKAN does not -- requires more investigation to determine exactly why. It would actually be nice to be able to run with 0.6 or 0.5, though 0.6 will require some changes to VDM as well |
|||
#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. |