Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (454 - 456 of 2152)

Ticket Resolution Summary Owner Reporter
#1427 fixed Tags validation needs to limit length to 100 characters dread dread

Reported by dread, 3 years ago.

Description

The tag name is limited in length in the db table to 100 characters. If you try and create a longer one you get an exception. This should cause a ValidationError? and tell the user this sensibly.

#1428 fixed config options not used or documented dread dread

Reported by dread, 3 years ago.

Description

Need to ensure config options in the deployment.ini_tmpl match up with doc/configuration.rst. Remove any unused ones too.

#1431 fixed Captcha field - foreign chars cause exception dread dread

Reported by dread, 3 years ago.

Description

During registering a user, the user inputs foreign chars into the captcha field.

URL: http://thedatahub.org/user/register
...
Module ckan.lib.captcha:22 in check_recaptcha
<<                                     remoteip=client_ip_address,
                                          challenge=recaptcha_challenge_field,
                                          response=recaptcha_response_field))
           f = urllib2.urlopen(recaptcha_server_name, params)
           data = f.read()
>>  response=recaptcha_response_field))
Module urllib:1267 in urlencode
<<          for k, v in query:
                   k = quote_plus(str(k))
                   v = quote_plus(str(v))
                   l.append(k + '=' + v)
           else:
>>  v = quote_plus(str(v))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xea' in position 0: ordinal not in range(128)
Note: See TracQuery for help on using queries.