Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1075 - 1077 of 2152)

Ticket Resolution Summary Owner Reporter
#1126 fixed Exceptions arising from error page dread dread

Reported by dread, 3 years ago.

Description

I'm not completely clear what the use case is for loading the error page in this way, but somehow original_request is None and that creates an unnecessary exception with the logic refactor.

http://ckan.net/error/document?__cache=39020485
...
Module ckan.controllers.error:29 in document
<<          original_response = request.environ.get('pylons.original_response')
               # Bypass error template for API operations.
               if original_request.path.startswith('/api'):
                   return original_response.body
               # Otherwise, decorate original response with error template.
>>  if original_request.path.startswith('/api'):
AttributeError: 'NoneType' object has no attribute 'path'
#1125 fixed Debian package "ckan" should not depend on "postgresql" dread nils.toedtmann

Reported by nils.toedtmann, 3 years ago.

Description

The debian package "ckan" with the two scripts "ckan-create-instance" and "ckan-instance-maintenance" depends against "postgresql". But "ckan-create-instance" is quite handy even when the DB is remote: it creates all the data dirs with the correct permissions, and the ckan and apache configs.

Please add a flag "--without-local-db" to "ckan-create-instance" and remove the postgres dependancy from the debain package.

#1124 fixed push apt package python-ckanext-solr into our debian repository thejimmyg nils.toedtmann

Reported by nils.toedtmann, 3 years ago.

Description

python-ckanext-solr is already available in http://apt-alpha.ckan.org/datanl-dev, but not yet in http://apt-alpha.ckan.org/debian (that is why we had to [pip-install it for DataGM). Please push into main repo.

Note: See TracQuery for help on using queries.