Custom Query (2152 matches)
Results (145 - 147 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2685 | fixed | delete buttons should be form buttons | toby | toby |
Description |
stop bots/browsers etc following links and auto deleting stuff |
|||
#2684 | fixed | .js leaving forms warning | aron.carroll | toby |
Description |
I think it would be nice to have all form pages monitor their forms - excluding search ones - and if a field has changed then warn the user that they have not saved the form data but are leaving the page. This would help with things like changing resources on the add dataset resource form etc. |
|||
#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? |