Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1285 - 1287 of 2152)

Ticket Resolution Summary Owner Reporter
#2311 fixed disqus - improvements toby toby

Reported by toby, 2 years ago.

Description

get working on TDH

look at removing stream filters

#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.

Note: See TracQuery for help on using queries.