Custom Query (2152 matches)
Results (826 - 828 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#37 | fixed | Purge a Revision (i.e. purge all changes associated with that revision) | rgrp | rgrp |
Description |
Spam entries have started to occur on ckan.net in the last few months. It would be useful to be able to purge these revisions -- that is permanently delete all changes to domain objects associated with those revision (one might also permanently delete that revision -- or alternatively simply mark it as purged). In addition to providing this facility from the shell it would also be useful to be able to do this from the web interface (with associated restrictions on usage via an authorization controller of some sort). |
|||
#38 | fixed | Make data available in machine-usable form | rgrp | rgrp |
Description |
Currently all data is only available via the web interface which makes it difficult to obtain in bulk. Data should be provided in other more convenient, machine usable forms:
|
|||
#40 | fixed | Reserved html characters (such as &) in urls mean package does not render for read view | rgrp | rgrp |
Description |
A url such as: http://someurl.com/xyz?x=1&VERSION=1.1&Service=WFS when set as url or download_url breaks the rendering of the package with an error like: There was an error rendering the package: not well-formed (invalid token): line 1, column 181 Have checked that removing the & stuff makes the error go away so this looks like an issue with escaping urls when displaying them ... |