Custom Query (2152 matches)
Results (694 - 696 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1617 | fixed | Update and test existing DGU package form : publisher / foi information | icmurray | icmurray |
Description |
[Child of #1526] Contact/FOI information is derived from Publisher/User?, but can be altered for each dataset.
|
|||
#1616 | fixed | Catch exceptions when rebuilding the search index | amercader | amercader |
Description |
Right now if an exception is found while reindexing, the whole process stops and the remaining datasets are left out of the index. The process should continue after logging the exception. If more than a certain number of exceptions occur in a row, the process should stop. |
|||
#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. |