Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 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.

#1746 wontfix Activity streams pagination seanh

Reported by seanh, 2 years ago.

Description

Currently user, package and group activity streams only return the most recent 15 activities, even though all activities are kept in the db. Do we want to add pagination - to both the API and the HTML pages - to support retrieving older activities?

#1743 wontfix Activity streams still link to deleted things seanh seanh

Reported by seanh, 2 years ago.

Description

For example, after deleting a dataset old activity stream events will still hyperlink to that dataset.

Note: See TracQuery for help on using queries.