Custom Query (2152 matches)
Results (289 - 291 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1431 | fixed | Captcha field - foreign chars cause exception | dread | dread |
| 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)
|
|||
| #480 | fixed | Catalogue service shall conform to specification | thejimmyg | johnbywater |
| Description |
Common requirements for running CKAN behind a (e.g Wordpress or Drupal) front-end:
|
|||
| #488 | wontfix | Catalogue service shall notify RDF service | johnbywater | |
Note: See TracQuery
for help on using queries.

