Custom Query (2152 matches)
Results (1864 - 1866 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)
|
|||
| #1659 | fixed | Cannot logout if CKAN mounted at non-root url | dread | dread |
| Description |
If you set WSGIScriptAlias to mount CKAN at a URL other than / then you cannot logout without adjusting the OpenID logged_out_url to match in who.ini config. e.g.
Note: all the other URLs in who.ini should not have the /sub/dir/ - it is just this one that doesn't take account of the mounting point. The solution is to fix-up the repoze.who OpenID plugin to take account of the mounting point. |
|||
| #1374 | fixed | Can't switch to English if default is non-English | dread | dread |
| Description |
e.g. cz.ckan.net defaults to Czech (config option lang=cs_CZ) but it fails when you try to switch to English. |
|||
