Custom Query (2152 matches)
Results (499 - 501 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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:
|
|||
#39 | fixed | When listing packages show more information than just name. | johnbywater | rgrp |
Description |
When a package listing is shown (as on http://ckan.net/package/list) more information than just name should be shown. For example package titles should be shown as well as names (could also list tags and other stuff but simplest is just title). Cost: 1 |
|||
#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 ... |