Custom Query (2152 matches)
Results (22 - 24 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2222 | duplicate | Tests are broken for some of us: NotAPairTreeStoreException | rgrp | zephod |
Description |
Since my last pull I'm getting a strange new error which is presumably to do with my local config or assumptions about the storage extension. Test output here: https://gist.github.com/2007985 |
|||
#2286 | fixed | Upgrade to boostrap v2.0.2 | zephod | zephod |
Description |
I minified bootstrap and apparently downgraded the version. This breaks things in Recline, and creates weird discrepancies (DGU uses 2.0.2 and had some problems importing HTML from TheDataHub? core, for example.)
|
|||
#318 | fixed | Insufficient validation of resource URIs | johnglover | wwaites |
Description |
The CKAN instance on data.gov.uk serves invalid URIs out of its API. For example the following can be found, In this URI, the : and / characters after the ? in the query part are invalid according to section 3.4 of RFC2396 Also URIs are not stripped of whitespace at the end. This causes problems when other software with a more correct interpretation of what a valid URI is attempts to consume data from CKAN. In this instance the Talis triplestore complains about such URIs. "Be liberal in what you accept and conservative in what you send" would seem apt. Actions
|