Custom Query (2152 matches)
Results (1105 - 1107 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1093 | fixed | 500 errors on GET to api/rest/licenses | dread | dread |
Description |
CKAN gets its license list from a license service, which can be a local file, but is often the http://licenses.opendefinition.org/2.0/ckan_original server. This server is currently flakey, but I think we only request the list on start up. The problem is we query it much more often than required. It is queried for every request to api/rest/licenses, and we are returning lots of 500 errors when the license server is timing out. |
|||
#1092 | fixed | refactor logic layer to seperate out api, form logic | kindly | kindly |
Description |
The logic layer is a bit too api centric. Make the reusable parts separate in preparation for the wui refactor. |
|||
#1091 | wontfix | usernames of users logged in using open ids are strange | johnlawrenceaspden | |
Description |
If I use my gmail openID to log into a CKAN instance, then my username is: https://www.google.com/accounts/o8/id?id=AItOawnduohQ5RgXdPJKHiq-SIPbvCBqUaERuEQ This seems a bit odd. |