Custom Query (2152 matches)
Results (721 - 723 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2682 | fixed | CKAN's internal tracking counts each view twice, needs unit tests | seanh | seanh |
Description |
CKAN's internal tracking seems to count each page view twice, the problem appears to be with the SQL in the update_tracking() method in ckan/lib/cli.py. The internal tracking feature needs some tests, and some of the code could maybe do with some more explanatory comments, e.g. what is the intended difference between count and running_total? |
|||
#2693 | fixed | License is out of date | seanh | toby |
Description |
https://github.com/okfn/ckan/blob/master/LICENSE.txt mentions requires/lucid_conflict.txt which is no longer the case for 1.8 and needs updating not sure where requirements-testing/docs fit in @sean I've assigned this to you as you changed the requirements and my plate is full feel free to pass on to someone else |
|||
#2756 | fixed | Fix handling of extras in group read | seanh | seanh |
Description |
It doesn't pass extras_as_string |