Custom Query (2152 matches)
Results (622 - 624 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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). |
|||
#1688 | fixed | API for changing the permissions on an object | dread | dread |
Description |
We need an API for changing the authorization (permissions) on a model object. This was neglected in #1253 because of various changes to authz were looming. But six months later it still hasn't been done. Suggest this is just moving _add_user_object_role from ckan/lib/base.py to the logic layer, but no doubt it will be more complicated. Estimate: 3 days |