Custom Query (2152 matches)
Results (286 - 288 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#346 | wontfix | Revision search API (response data format and documentation issue) | dread | johnbywater |
Description |
Whilst going through the API docs for the revision search API, it was noticed that the "Gdu" SoS doc doesn't match up. It returns revision IDs (perhaps this is useful to note in the spec?) so the format is probably not 'limitedstring'. Also, they appear to be ordered youngest first, not oldest as stated. And in the revision model, it refers to 'simplestring' which it doesn't define - I guess the names should be 'limitedstring'? Could this be checked out? |
|||
#352 | wontfix | Package notification worker - sends XML-RPC | dread | dread |
Description |
As anexternal front-end I want tobe notified (by XML-RPC) about package creations and updates. Implementation
Rather than turning the package fields into XML fields, the JSON dump of the list of package dictionaries will become a single XML parameter. Config - in the CKAN config will be:
|
|||
#362 | invalid | Ratings should not be created with a GET | dread | dread |
Description |
BackgroundIn the Web UI, when you rate a package it simply links to something like: http://ckan.net/package/rate/mke-liquor-licenses?rating=3 This creates a GET request. This is bad because:
|