Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (595 - 597 of 2152)

Ticket Resolution Summary Owner Reporter
#1505 fixed SearchError and SearchQueryError cause exception in Action API dread dread

Reported by dread, 2 years ago.

Description

This query caused ckan to except because ckan/controllers/api.py doesn't catch SearchError? and SearchQueryError?:

curl http://localhost:5000/api/action/package_search -d '{"sort": "metadata_modified"}'
#1513 fixed Logged in/out problems dread dread

Reported by dread, 2 years ago.

Description

Richard Cyganiak: I often see a problem where half the system thinks that I'm logged in, while the other half insists I'm not. Logout then login again may fix it.

David Read: I think I've seen it several times that the "My Account" link is given (suggesting you're logged in) but when you click it it asks you to log in, which means you weren't.

#1514 duplicate Modifying user name loses connection with revisions dread

Reported by dread, 2 years ago.

Description

If you edit your user name, the number of revisions you made returns to 0. This is because in the Revision object, the user's name is stored, rather than the user's ID.

rgrp: We can reconnect that pretty easily (and have a longer term solution that involves not using the usernames but the userids in in the Revision objects so we don't hvae this problem in future!)

Note: See TracQuery for help on using queries.