Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (775 - 777 of 2152)

Ticket Resolution Summary Owner Reporter
#1504 fixed Action API given blank data causes exception dread dread

Reported by dread, 2 years ago.

Description

This is what caused the exception:

curl http://localhost:5000/api/action/package_search -d='{"q": "osm"}'

The problem is the content-type is formencoding, the '=' is the first character of the request, and so internally the data_dict is set to ' ', which needs to be a dictionary.

#1503 fixed Move from Bitbucket to Github dread markbrough

Reported by markbrough, 2 years ago.

Description

Reasons: more people familiar with Git, bigger Open Source community on Github.

Keeping track of the move here: https://docs.google.com/spreadsheet/ccc?key=0AvCDqUH8jVN8dGNVNEpXLWk3UTlJZXhFMjBPbXVtRmc&hl=en_GB#gid=0

#1502 fixed Group package list is ordered by revision timestamp instead of alphabetically johnglover johnglover
Note: See TracQuery for help on using queries.