Custom Query (2152 matches)
Results (1246 - 1248 of 2152)
| Ticket | Resolution | Summary | Owner | Reporter | 
|---|---|---|---|---|
| #1347 | fixed | Exception caused by New Group form POST with bad formed parameter | dread | dread | 
| Description | 
                       Exception caused by bots POSTing 'new group' form, but with bad (old-style) parameters. <type 'exceptions.ValueError'>: invalid literal for int() with base 10: 'cache'
...
Module ckan.controllers.group:102 in new
<<          if context['save'] and not data:
                   return self._save_new(context)
               
               data = data or {}
>>  return self._save_new(context)
Module ckan.controllers.group:152 in _save_new
<<          try:
                   data_dict = clean_dict(unflatten(
                       tuplize_dict(parse_params(request.params))))
                   context['message'] = data_dict.get('log_message', '')
                   group = create.group_create(data_dict, context)
>>  tuplize_dict(parse_params(request.params))))
Module ckan.logic:57 in tuplize_dict
<<          for num, key in enumerate(key_list):
                   if num % 2 == 1:
                       key_list[num] = int(key)
               tuplized_dict[tuple(key_list)] = value
           return tuplized_dict
>>  key_list[num] = int(key)
ValueError: invalid literal for int() with base 10: 'cache'
                     | 
                  |||
| #1348 | fixed | UX polishing (dataset create/view/edit experience) | zephod | zephod | 
| Description | 
                       Tweaking UIs and polishing the work done in #1294. ## Edit Page ## 
 ## General ## 
  | 
                  |||
| #1349 | fixed | Template tidying | zephod | zephod | 
| Description | 
                       Various things in templates can be tidied up after work has finished on #1294: 
  | 
                  |||
Note: See TracQuery
        for help on using queries.
    