Custom Query (2152 matches)
Results (13 - 15 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1166 | fixed | Less stringent filters for displaying the WMS preview | amercader | amercader |
Description |
Right now, for the "View available WMS layers" link to be displayed, the package needs to have an "INSPIRE=True" extra, a "resource-type=service" extra and a resource of type "WMS". This is due to DGU (the project this was developed for) related reasons, but for a generic support, the resource type should probably be enough. (The repository for this is ckanext-spatial, but it's not on the list) |
|||
#1173 | fixed | Offer a DCat representation for packages in the API | amercader | amercader |
Description |
/api/rest/package/foo.rdf should return a DCat representation of the package. To create it, we will use the functions in ckanext-rdf. |
|||
#1253 | fixed | Authz refactor | amercader | amercader |
Description |
We agreed on a system that allows overriding the authz checks at a logic function level (e.g. package_create, user_show) and supports the old (current) authz system. |