Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (835 - 837 of 2152)

Ticket Resolution Summary Owner Reporter
#1434 fixed Add i18n strings from extensions seanh dread

Reported by dread, 3 years ago.

Description

Decide which extensions are important.

#1433 fixed Support SQLAlchemy 0.7 kindly rgrp

Reported by rgrp, 3 years ago.

Description

Why: current stable version of sqlalchemy. geoalchemy stuff required 0.7 and likely that some other things will require it soon.

Probably requires work on vdm https://bitbucket.org/okfn/vdm

NB: should have discussion before making 0.7 the default required version in CKAN core.

#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.