Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1798 - 1800 of 2152)

Ticket Resolution Summary Owner Reporter
#1058 fixed Give 400 error (not 500) for invalid locale or package_form dread dread

Reported by dread, 3 years ago.

Description

Examples which prompt annoying exception emails:

http://ckan.net/locale?locale=ja
Module ckan.i18n:21 in set_session_locale
           assert locale in _KNOWN_LOCALES

A bot has caused these:

http://ca.ckan.net/package/new?package_form=gov
Module ckan.forms.registry:32 in get_fieldset
               raise ValueError('Could not find package_form name %r in those found: \n%r' % (package_form, [en.name for en in entrypoints]))
ValueError: Could not find package_form name u'gov)' in those found: ['gov', 'standard', 'ca']
#1059 fixed Loader coping better with poor search indexing dread dread

Reported by dread, 3 years ago.

Description

Loader currently checks for same name, but also should check for name_, name etc.

#1060 fixed Spreadsheet importer tries to import readonly keys dread

Reported by dread, 3 years ago.

Description

e.g. we just added notes_rendered and that is read in as an extra field. Tests failing in ckanext-importlib

Also related: we are missing lost metadata_created and metadata_modified in the dumps.

Note: See TracQuery for help on using queries.