Custom Query (2152 matches)
Results (385 - 387 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. |
|||
#1097 | fixed | Sidebar hideable | dread | dread |
Description |
The web interface has a sidebar (#primary) which should be hidden in some pages. This is for QA extension and useful for package new and edit pages. Must be compatible with DGU theme. |
|||
#1098 | fixed | --ckan-migration tests not initialised correctly | dread | dread |
Description |
Only tests with failing --ckan-migration fail, due to authz not being initialised. |