Custom Query (2152 matches)
Results (742 - 744 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#326 | fixed | Centralise importation of json library | dread | dread |
Description |
Later versions of python use json which is better than simplejson, but it must be kept as an option for compatibility. So centralise the import of json to ckan.lib.helpers. |
|||
#328 | fixed | Mention code libraries in API documentation | dread | rgrp |
Description |
Should prominently (at the top?) mention existing code libraries for working with ckan api. Have:
|
|||
#329 | fixed | Bad dates cause exception on Gov form | rgrp | dread |
Description |
ReproductionUsing the government form, create a new package with name 'test' and date released of '23/5/0210'. The result is a 500 error and 'Server Error' message. Affects all versions of CKAN. Why it's happeningThe dates module is raising an exception on the invalid date when saving the date, which is not being caught. The exception should have been raised only during the earlier 'validation' step and that would be caught. |