Philippe Duchesne
Philippe Duchesne
Currently, when parsing RDF using 'useNativeTypes', xsd:float is not recognized. This fixes it.
**What happens :** a DCAT RDF feed is harvested, and fails with ``` [ckanext.harvest.model] Error when processsing dataset: KeyError('title',) / Traceback (most recent call last): File "/home/ckan/ckan/sources/ckanext-dcat/ckanext/dcat/harvesters/rdf.py", line 211, in...
It is not possible to set namespace prefixes in the serializer; only to suggest them, meaning they cannot override the default prefixes. As a generic RDF lib, it should be...
## Feature Request **version**: 1.4.3 **Use case**: Using long-term support branches to maintain and release parallel versions of the code. **Problem description**: There is currently no way to extract version...
The `Plural-Forms` field is expected in the i18n metadata (cf ckan i18n lib : https://github.com/ckan/ckan/blob/67376681491f2808fae56920f757c4b594b58284/ckan/lib/i18n.py#L339) The translation file in showcase is missing that field, causing the server to crash with...
### Search terms you've used getResourceInfoWithAccessDatasets ### Bug description The `getResourceInfoWithAccessDatasets` method in `acp.ts` does not return the access datasets as expected. More specifically, when the resource is ACP-controlled and...
### Search terms you've used profile, logout ### Bug description There is a problem with the way the profiles are used in the session init. The problem is two-fold :...