Custom Query (2152 matches)
Results (781 - 783 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2303 | fixed | Move ECPortal rdf dump paster | ross | ross |
Description |
Move ECPortal rdf dump paster command into core so that it can be run on thedatahub for virtuoso install. |
|||
#2312 | duplicate | Analysis of how datasets could belong to users instead of Groups | ross | ross |
Description |
DUPLICATE OF #2548 Currently datasets can only be part of a group but that is quite heavyweight when a single user wants to upload a single dataset. To resolve this it would be great if a dataset could be attached to a user directly - find out how. |
|||
#2322 | fixed | Convenience offset on end of resource urls: /raw, /api, /viewer | ross | rgrp |
Description |
Raw/raw or /download (latter may be better) /dataset/{id}/resource/{resource-id}/raw => redirects to resource url (download) API/dataset/{id}/resource/{resource-id}/api[/....] => either redirects or directly serves /api/data/{resource-id} Viewer (Explorer?)Do data viewer but without anything else showing (full-screen?). this would not be just the data explorer but other cases too (including iframe etc ...) /dataset/{id}/resource/{resource-id}/viewer Resource (pre)-viewer without anything else (perhaps include resource title) Assigning for kindly for review. These would take about 20m to implement and would be *very* convenient from my experience of using the data API. Implementation at enhancement-2322-convenience-urls |