Custom Query (2152 matches)
Results (580 - 582 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#337 | fixed | Download links for resources should open in new window | johnbywater | rgrp |
Description |
target = _blank Cost: 30m |
|||
#406 | fixed | Download sub-system | pudo | rgrp |
Description |
Factor out current downloader into dedicated download subpackage, abstract interface and make it pluggable so we can have downloaders loaded as per type of resource to download.
And we should support interactive retrieving of resources ... Implementation Ideasfor resources in pkg.resources: # datapkg/hg load_storage_handler(resource.format) |
|||
#1183 | fixed | Downloads "Preview" button doesn't preview. | johnglover | nickstenning |
Description |
The "Preview" button is a nice idea, but it doesn't seem to actually "preview" anything if the file MIME type would ordinarily cause the browser to download the file. If so, the browser does indeed just download the file. This is notable in the context of most hosted file services (including Google Storage) which will deliberately serve a MIME type of application/x-some-junk-here in order to force a download. |