Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (457 - 459 of 2152)

Ticket Resolution Summary Owner Reporter
#1437 fixed JSONP parameter in Action API dread dread

Reported by dread, 3 years ago.

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

Reported by dread, 2 years ago.

Description

paster db load ckan.pgdump will load in the database but not update the search index, no we're using SOLR.

implementation

We 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

Reported by dread, 2 years ago.

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.

Note: See TracQuery for help on using queries.