Custom Query (2152 matches)
Results (493 - 495 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#1695 | fixed | Relationships - improvements | dread | dread |
Description |
Suggested by Richard Cyganiak in http://lists.okfn.org/pipermail/ckan-discuss/2012-January/001977.html
|
|||
#1708 | fixed | SOLR configuration lost | dread | dread |
Description |
The SOLR url, user and password defined in the CKAN config file are ignored and the default SOLR url is used. This causes:
To reproduceThis bug is only visible if your SOLR instance is not at the default place. To quickly reproduce this problem, setup your machine as a SOLR multicore instance and run: "paster db clean && paster create-test-data && paster serve development.ini". It quits with the error: "solr.core.SolrException?: HTTP code=400, reason=Missing solr core name in path" Code affected
|