Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (736 - 738 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']
#1301 fixed Give access to extensions from the old formalchemy controllers amercader amercader

Reported by amercader, 3 years ago.

Description

This was removed during the auth refactoring, but it's needed in the old controllers

#1776 fixed Granular editing of vocabulary tags seanh seanh

Reported by seanh, 2 years ago.

Description

Add API calls for adding one or more tags to and removing one or more tags from a vocabulary, without affecting the other tags in that vocabulary and without having to pass the full list of the vocabulary's tags.

Note: See TracQuery for help on using queries.