Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1126 - 1128 of 2152)

Ticket Resolution Summary Owner Reporter
#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.
#1512 fixed Modifying user name makes you semi-log-out ross rgrp

Reported by rgrp, 2 years ago.

Description

If you modify your user name, it looks like you are logged out, but you are actually logged in and therefore can't login. (Reported by Pablo)

As a work around, you need to logout and log back in.

implementation

  • We should force this by auto-logging you out (DR: maybe!)
#1514 duplicate Modifying user name loses connection with revisions dread

Reported by dread, 2 years ago.

Description

If you edit your user name, the number of revisions you made returns to 0. This is because in the Revision object, the user's name is stored, rather than the user's ID.

rgrp: We can reconnect that pretty easily (and have a longer term solution that involves not using the usernames but the userids in in the Revision objects so we don't hvae this problem in future!)

Note: See TracQuery for help on using queries.