Custom Query (2152 matches)
Results (553 - 555 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2313 | fixed | Deprecate old facet data structures and related functions. | icmurray | icmurray |
Description |
In branch feature-1821-multilingual-extension, a new faceting datastructure was introduced. This makes the old one and related functions obsolete. These have been marked as deprecated for the 1.7 release, and should be removed for the 1.8 release.
|
|||
#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. |
|||
#2330 | fixed | Make api read-actions GETable | icmurray | icmurray |
Description |
Whitelist any GETable api actions, and optionally construct the query from url params rather than body. |