Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (877 - 879 of 2152)

Ticket Resolution Summary Owner Reporter
#2364 fixed Investigation of payment gateways ross ross

Reported by ross, 2 years ago.

Description

Need to investigate alternative payment gateways

#1339 fixed Issues / question re navl and data conversion kindly rgrp

Reported by rgrp, 3 years ago.

Description

I ran into a bug with the size field on resources.

  • It would not accept an empty value from form (IMO this clearly equates to null/None)
  • This could be fixed via using ignore_empty instead of ignore_missing
  • However using this means there was no way to empty the field (e.g. i may just want to set the size field back to null not just change to another value)
  • similar issues could arise around other fields (such as last_modified ...)
    • cf cset:645031d07b60

To solve this (cset:58acdcfe6d4e) i created an int_converter temporarily in logic/schema.py (this is almost certainly the wrong place). But I think it raises a bigger issue about the conversion layer and how it works.

#908 fixed Issues deploying extensions with modwsgi / uwsgi pudo rgrp

Reported by rgrp, 3 years ago.

Description

Some extensions import pylons features (such as request) at root.

Have encountered following issues:

  1. You need to import ckanext before any ckan stuff in your wsgi script (extension stats and dataapi)
  1. Running under wsgi daemon mode (normal mode is fine!) the front page (front page only) will not work (does not occur with disqus or synchronous_search but does with stats and dataapi extensions). You get errors like this in the log:
[Mon Jan 17 09:01:19 2011] [error] Exception KeyError: KeyError(-1218594160,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Mon Jan 17 09:01:20 2011] [error] Exception AttributeError: "'NoneType' object has no attribute 'clearing'" in <bound method PluginEnvironment.__del__ of  Services for Environment '<default>'
Note: See TracQuery for help on using queries.