Custom Query (2152 matches)
Results (1156 - 1158 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1037 | fixed | More Robust Harvesting for DGU | amercader | thejimmyg |
Description |
CKAN's harvesting facility is now live on DGU but there are some major improvements that could be made to make it more robust and better fit the generic CKAN harvesting framework proposed in #987. Some of the key issues:
|
|||
#1036 | fixed | Add tests for three functions in ckan/model/user.py | johnlawrenceaspden | johnlawrenceaspden |
Description |
create a new test file ckan/model/test_user.py add tests for the following three functions in ckan/model/user.py number_of_edits, number_administered_packages, search merged in in changeset 0046f83aedcf |
|||
#1035 | wontfix | Form impressions given an ID | thejimmyg | dread |
Description |
To counter Cross Site Request Forgery attacks, each form generated is assigned a random number in its url, which must be passed when you submit the form. (Something to consider for the new form mechanism) |