[ckan-changes] [ckan/ckan] 3071a2: (Showstopper) Don't crash when crashing.
GitHub
noreply at github.com
Wed Mar 16 17:58:43 UTC 2016
Branch: refs/heads/release-v2.3.4
Home: https://github.com/ckan/ckan
Commit: 3071a2fe62a25a55bb7b77dd0428f9cb85839f6d
https://github.com/ckan/ckan/commit/3071a2fe62a25a55bb7b77dd0428f9cb85839f6d
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/lib/search/__init__.py
Log Message:
-----------
(Showstopper) Don't crash when crashing.
If an error occurs (especially when importing data using paster) that
contains a unicode string (such as a multilingual package name), the
try...catch will also crash when attempting to print it, resulting in
some very confusing stack traces that bury the real stack trace.
Commit: 7f86af35daad34d831df0be83b01cb55d74e14fe
https://github.com/ckan/ckan/commit/7f86af35daad34d831df0be83b01cb55d74e14fe
Author: amercader <amercadero at gmail.com>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/lib/helpers.py
M ckan/new_tests/lib/test_helpers.py
Log Message:
-----------
[#2592] Use `ckan.site_url` to generate urls of resources
Originally submitted by @metaodi
https://github.com/ckan/ckan/pull/2599
Commit: e31b07f382892745e5d9d116699faf5145525e5b
https://github.com/ckan/ckan/commit/e31b07f382892745e5d9d116699faf5145525e5b
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
resource_edit incorrectly setting action to new instead of edit.
Compare: https://github.com/ckan/ckan/compare/5867e897b004...e31b07f38289
More information about the ckan-changes
mailing list