Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (514 - 516 of 2152)

Ticket Resolution Summary Owner Reporter
#2401 fixed CLI for time/speed profiling dread dread

Reported by dread, 2 years ago.

Description

To enable you to easily track down what is taking all the time when you make a request.

#2942 wontfix API POST barfs on interesting Content-Type headers dread dread

Reported by dread, 19 months ago.

Description

When POSTing to the API, if specified, the 'Content-Type' header must be blank or 'application/x-www-form-urlencoded'. Otherwise we get an error like: "Bad request - JSON Error: Could not extract request body data: Bad content type: \'; charset=utf-8\'""

The problem is that this is a very reasonable header to send. Indeed requests 0.14 sends this particular header.

This affects all versions of CKAN.

This is due to webob/requests.py:1248 being pretty basic.

#1453 fixed Flexible tag names icmurray icmurray

Reported by icmurray, 2 years ago.

Description

Allowing more flexible tag names:

  • allowing spaces
  • allow capital letters (search is case in-sensitive)
  • allow all punctuation except for commas and double-quotes '"'
  • allow unicode
  • commas delimit tag names in the package create/edit form

Effects:

  • package creation/edit form.
  • /tag/{tagname} uri
  • search action
  • api controller (search/package-create/edit)
  • web controller (search/package-create/edit)
  • search api documentation
  • autocomplete for tag names
Note: See TracQuery for help on using queries.