Custom Query (2152 matches)
Results (457 - 459 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1437 | fixed | JSONP parameter in Action API | dread | dread |
Description |
Action API needs JSONP support - be able to return responses encapsulated in a function of a supplied name. This is important for remote sites running javascript to interact with a CKAN site. Specifying the callback parameter is the way we've achieved JSONP with the RESTful and Search APIs. It should work like this: curl http://test.ckan.net/api/action/package_show?callback=jsoncallback -d '{"id": "fd788e57-dce4-481c-832d-497235bf9f78"}' Or maybe the callback should be specified in the payload in the context or data_dict? (My understanding is that CORS is similar - when more browsers support it, can we drop JSONP?) |
|||
#1440 | fixed | 'paster db load' doesn't update search index | dread | dread |
Description |
paster db load ckan.pgdump will load in the database but not update the search index, no we're using SOLR. implementationWe can't tack on 'rebuild' to this command, because it needs a 'db upgrade' first. I'm tempted to make 'db load' do the upgrade and rebuild all in one command. |
|||
#1441 | fixed | Use local ckan logo image | dread | dread |
Description |
Using local image rather than the same image at assets.okfn.org reduces dependency on another server that may be down, slow or remote. James agrees. |