Custom Query (2152 matches)
Results (937 - 939 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1416 | fixed | Registering with blank email can cause exception | dread | dread |
| Description |
This might well be a bot, but not POSTing the email field should not cause an exception - it should be 400 and then the sysadmin doesn't get these nags. http://www.publicdata.eu/user/register
...
Module ckan.controllers.user:79 in register
<< c.login = request.params.getone('login')
c.fullname = request.params.getone('fullname')
c.email = request.params.getone('email')
if not model.User.check_name_available(c.login):
h.flash_error(_("That username is not available."))
>> c.email = request.params.getone('email')
Module webob.multidict:335 in getone
<< values were found.
"""
return self._decode_value(self.multi.getone(self._encode_key(key)))
def mixed(self):
>> return self._decode_value(self.multi.getone(self._encode_key(key)))
Module webob.multidict:99 in getone
<< v = self.getall(key)
if not v:
raise KeyError('Key not found: %r' % key)
if len(v) > 1:
raise KeyError('Multiple values match %r: %r' % (key, v))
>> raise KeyError('Key not found: %r' % key)
KeyError: "Key not found: 'email'"
HTTP_USER_AGENT 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)'
webob._parsed_post_vars (MultiDict([('login', 'ahusernames9'), ('fullname', 'ahusernames9'), ('password1', '******'), ('password2', '******'), ('s', 'Sign up')]), <FakeCGIBody at 0xb9d7c5ec viewing MultiDict([('lo...p')])>)
|
|||
| #1417 | fixed | Browser language detection doesn't work | dread | dread |
| Description |
In Firefox:
|
|||
| #1420 | fixed | Refactor ckanext-qa to work as a celery task | johnglover | johnglover |
| Description |
Currently can run as a celery task launched by paster command. Still have to add a CKAN plugin so that QA will run when a resource is added or URL changed, and then update the extension controller/templates to look for QA data from the task_status table instead of directly on the resource. |
|||
Note: See TracQuery
for help on using queries.
