Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (553 - 555 of 2152)

Ticket Resolution Summary Owner Reporter
#2313 fixed Deprecate old facet data structures and related functions. icmurray icmurray

Reported by icmurray, 2 years ago.

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.

  • helpers.py:facet_items()
  • facets.html:facet_sidebar()
  • uses of c.facets (rather than c.new_facets)
#2314 fixed parse_rfc_2822 tests failing in some timezones icmurray seanh

Reported by seanh, 2 years ago.

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

Reported by icmurray, 2 years ago.

Description

Whitelist any GETable api actions, and optionally construct the query from url params rather than body.

Note: See TracQuery for help on using queries.