Custom Query (2152 matches)
Results (331 - 333 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2304 | fixed | Watching/following of dataset/users | seanh | seanh |
Description |
User story #037 here: http://ckan.okfnpad.org/feature-1515-activity-streams-user-stories Technical analysis here: http://ckan.okfnpad.org/27 |
|||
#2305 | fixed | User dashboard with private consolidated activity stream | seanh | seanh |
Description |
User story #035 here: http://ckan.okfnpad.org/feature-1515-activity-streams-user-stories Technical analysis here: http://ckan.okfnpad.org/27 |
|||
#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. |