Custom Query (2152 matches)
Results (1408 - 1410 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1371 | fixed | Make logic layer functions for working with task_status table | johnglover | johnglover |
Description |
The background tasks will use the logic API to access the task_status table so new logic layer functions are needed. |
|||
#1372 | fixed | Refactor archiver to work as a celery task | johnglover | johnglover |
Description |
Take the resource archiver (currently part of ckanext-qa) and make it into a standalone extension that works as a celery task. |
|||
#1373 | fixed | home page view does not react to logging in / out | shevski | |
Description |
Either: thedatahub.org does not display 'add a dataset' top navigation link or the 'create dataset' main central link to logged in user - instead showing 'sign up' link in the central box. It does however display the 'my account' and 'logout' link in the top right correctly. Navigating to another part of the site (e.g. search or about or my account) does bring the 'add a dataset' navigation link back and the functionality works. Works fine on test.ckan.net so only on thedatahub. Not obviously a caching problem, since I did try clearing cache. OR: it displays as if you're logged in even when you log out. The links doesn't work and prompt you to log in though. |