Custom Query (2152 matches)
Results (1045 - 1047 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1450 | fixed | Simplify dataset view page | zephod | johnglover |
Description |
See http://wiki.ckan.org/Dataset_and_Resource_Pages_Proposal
(additional)
Very rough summary: create more info section and move stuff out (relayout page e.g. README, tags etc) |
|||
#1451 | fixed | Reintegrate download stats on dataset and resource view page - 0.5d | johnglover | johnglover |
Description |
And deploy on http://thedatahub.org/ - 0.25d Possible: Also move analytics extension into core (decided not to). |
|||
#1483 | fixed | Tasks sometimes fail to update task_status table when trying to report a failure | johnglover | johnglover |
Description |
The error reports do not have a "value". The original task in the task status table is not made and it tries to make a new task, but can't. Issue: why is the original task_status entry not made? kindly: there is a chance of course that the task is quicker than the plugin to get to the point where it needs to update the table. kindly: so we may have to find a way to update the task status before we run the task. kindly: I think you can supply a task_id to celery. i.e we make our own guid as the task id. So we can use that one to populate the task status. |