Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1894 - 1896 of 2152)

Ticket Resolution Summary Owner Reporter
#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)
#1434 fixed Add i18n strings from extensions seanh dread

Reported by dread, 3 years ago.

Description

Decide which extensions are important.

Note: See TracQuery for help on using queries.