Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (679 - 681 of 2152)

Ticket Resolution Summary Owner Reporter
#1033 fixed Register user with blank password causes 500 dread dread

Reported by dread, 3 years ago.

Description

Go to http://ckan.net/user/register and fill in all the fields apart from password. On submit you get 500 error.

#1036 fixed Add tests for three functions in ckan/model/user.py johnlawrenceaspden johnlawrenceaspden

Reported by johnlawrenceaspden, 3 years ago.

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

#1037 fixed More Robust Harvesting for DGU amercader thejimmyg

Reported by thejimmyg, 3 years ago.

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:

  • Error reports do not currently contain the ID or title of the document with the error.
  • We only have "added" and "error" logging on jobs when we really need a report of "added", "updated", "not changed" and "errors" with the items in each referencing a real metadata document for which harvesting was attempted
  • We need deletion and editing of sources, without deleting the harvested documents or packages
  • We need a more robust harvesting mechanism than a cron job or we need to deal with the case of multiple cron jobs running at once.
  • We need to know the last time a list of documents was scheduled for harvest and the last time each one was fetched.
Note: See TracQuery for help on using queries.