Custom Query (2152 matches)
Results (1735 - 1737 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2314 | fixed | parse_rfc_2822 tests failing in some timezones | icmurray | seanh |
Description |
These two tests: ckan.tests.lib.test_helpers.TestHelpers?.test_parse_rfc_2822_gmt_case ckan.tests.lib.test_helpers.TestHelpers?.test_parse_rfc_2822_with_offset have been failing in certain timezones. In the UK they pass, if you're in Germany they'll fail. The function being tested uses datetime.datetime.fromtimestamp() which uses the local time, but the tests compare the results against hardcoded strings, so the tests cannot work in different timezones. |
|||
#2315 | fixed | Change Cookie expiry | dread | dread |
Description |
Change login cookie from a default expiry of 50 years to 2 years. You can also uncheck a 'remember me' checkbox on the login form for the cookie to just last the session. Background conversation on ckan-dev: DR: I wonder if anyone objects to the expiry of the login cookie to be changed from 50 years to 2 years? 50 years might be appropriate for thedatahub.org, but for government sites it seems (to me) to be too lax. Toby: is this the repoze.who cookie? If so that seems sensible to me. Rufus: Definitely agree. I would also like to see introduction of a standard "remember me" checkbox (set to true by default). At the moment a login lasts forever (until you logout) automatically. |
|||
#2316 | fixed | add resource status api to see the state of celely tasks | kindly | |
Description |
add resource_status_show action function to see the state of celery tasks. Need to get information from both out task status table and the celery_taskmeta table. |