Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (238 - 240 of 2152)

Ticket Resolution Summary Owner Reporter
#329 fixed Bad dates cause exception on Gov form rgrp dread

Reported by dread, 4 years ago.

Description

Reproduction

Using the government form, create a new package with name 'test' and date released of '23/5/0210'. The result is a 500 error and 'Server Error' message.

Affects all versions of CKAN.

Why it's happening

The dates module is raising an exception on the invalid date when saving the date, which is not being caught. The exception should have been raised only during the earlier 'validation' step and that would be caught.

#330 fixed getdata/ons timezone not recognised on non-British servers dread dread

Reported by dread, 4 years ago.

Description

The python time module is supposed to recognise timezones such as 'UTC', 'GMT' and 'BST' using the %Z parameter. This works fine on British installs, but the buildbot (for example) gives this error:

DateConvertError?: Could not read date as ISO format "%a, %d %b %Y %H:%M:%S %Z". Date provided: "Mon, 04 Jan 2010 09:30:00 BST"

It turns out that it only recognises local names of timezones.

The ONS import doesn't care much about timezone, so we should just ignore it, avoiding these problems.

#332 fixed Autocomplete tag on click pudo rgrp

Reported by rgrp, 4 years ago.

Description

During tag autocompletion, clicking on a suggested tag doesn't trigger completion in the text box.

Note: See TracQuery for help on using queries.