Custom Query (2152 matches)
Results (1093 - 1095 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#880 | fixed | ONS loader tripping up on deleted packages | dread | |
Description |
Deleted packages with the same title and extra fields as an active package trip up the loader. It finds them in the search, but due to ckanclient not using the apikey when you 'get' the package to examine it further, it causes an exception. |
|||
#208 | fixed | Obfuscate author email and maintainer email field | dread | rgrp |
Description |
Obfuscate author email and maintainer email field. Use: webhelpers.html.tools.mail_to e.g. webhelpers.html.tools.mail_to('mike@…', encode='javascript') Do we want to? Surely only public addresses should be on CKAN in which case why obfuscate? |
|||
#2209 | fixed | Object->RDF mapping | ross | ross |
Description |
Super is [1649] We need to provide customisable mappings between CKAN models and RDF. This needs to be easily configurable for different clients and should take into account objects related to the model being mapped. Current contenders for impl are:
Approach is to get a mapping complete of the attributes directly in the package class, and then provide mappings for related objects (tags/resources etc). We'll then need to be able to publish the RDF to a triplestore. See http://ckan.okfnpad.org/rdfmapping for further analysis. |