Custom Query (2152 matches)
Results (490 - 492 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1659 | fixed | Cannot logout if CKAN mounted at non-root url | dread | dread |
Description |
If you set WSGIScriptAlias to mount CKAN at a URL other than / then you cannot logout without adjusting the OpenID logged_out_url to match in who.ini config. e.g.
Note: all the other URLs in who.ini should not have the /sub/dir/ - it is just this one that doesn't take account of the mounting point. The solution is to fix-up the repoze.who OpenID plugin to take account of the mounting point. |
|||
#1682 | duplicate | [super] Translatability for EC | dread | dread |
Description |
We need to be able to translate:
Timescale to complete this - Mar/Apr?. Related work to interface with:
|
|||
#1683 | fixed | Dataset search results - last item out of order | dread | dread |
Description |
On each page of package search results, all the items are neatly sorted apart from the last item of the page. SOLR gets the sorting of the results incorrect. This is a known issue: https://issues.apache.org/jira/browse/SOLR-1777 affecting SOLR 1.4 only (which comes with Ubuntu 10.04) It is highlighted in CKAN test ckan/tests/functional/test_pagination.py:TestPaginationPackage of commit 39096ed54bda86d043521b08b2e14fc5e283a0ff which fails most of the time it is run (passes intermittently). |