Custom Query (2152 matches)
Results (1456 - 1458 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1614 | fixed | remove po files from git diff | kindly | kindly |
Description |
Its a pain to see the difference between branches as there are normally a lot of po file transaction. Make the default be see that they have changed without actually show the diffs themselves. |
|||
#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. |
|||
#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. |