Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (760 - 762 of 2152)

Ticket Resolution Summary Owner Reporter
#355 fixed Dashes versus underscores in package names rgrp rgrp

Reported by rgrp, 4 years ago.

Description

Sort out how we deal with dashes versus underscores in package names.

#356 fixed Search box in at top of page (UI) rgrp

Reported by rgrp, 4 years ago.

Description

A small but useful ui improvement would be to have a search box at top right on every page.

As an example see the one here on trac or on github.com or bitbucket.org.

  • It would be particularly good to include a small advanced search link that took you to the full search page. Need to keep it small because screen real-estate here is limited (see how github.com does this for inspiration).
#357 fixed Fix API documentation, to correct misleading HTTP_AUTHORIZATION statement. johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

Sean Burlington wrote:

I recently came across a documentation issue

http://knowledgeforge.net/ckan/doc/ckan/api.html


The key should be passed in the API request header: Header Example value HTTP_AUTHORIZATION fde34a3c-b716-4c39-8dc4-881ba115c6d4


But the header name is actually just 'AUTHORIZATION'

For example to set it in PHP

curl_setopt($ch, CURLOPT_HTTPHEADER, array('AUTHORIZATION: xxxxx-xxxx-xxxx-xxxx-xxxxxxx'));

Note: See TracQuery for help on using queries.