Custom Query (2152 matches)
Results (1126 - 1128 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:
|
|||
#1512 | fixed | Modifying user name makes you semi-log-out | ross | rgrp |
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
|
|||
#1514 | duplicate | Modifying user name loses connection with revisions | dread | |
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!) |