[ckan-changes] [ckan/ckan] 5867e8: Update version number for release 2.3.4b

GitHub noreply at github.com
Thu Mar 31 12:28:36 UTC 2016


  Branch: refs/heads/release-v2.3-latest
  Home:   https://github.com/ckan/ckan
  Commit: 5867e897b0049b35cbc11f2c6c8f757304593c5b
      https://github.com/ckan/ckan/commit/5867e897b0049b35cbc11f2c6c8f757304593c5b
  Author: amercader <amercadero at gmail.com>
  Date:   2015-12-16 (Wed, 16 Dec 2015)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number for release 2.3.4b


  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.


  Commit: aea7413162320af4ccc4d924c4cd7ca6453ed296
      https://github.com/ckan/ckan/commit/aea7413162320af4ccc4d924c4cd7ca6453ed296
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M ckan/logic/action/get.py

  Log Message:
  -----------
  [#2848] Avoid package_search exception when using use_default_schema

The parameter needs to be removed before sending the query to Solr

Also improved the boolean checking and fixed the docs.

Conflicts:
	ckan/logic/action/get.py


  Commit: e5757697c00080fbb47ae044c31c8f2a4620ece0
      https://github.com/ckan/ckan/commit/e5757697c00080fbb47ae044c31c8f2a4620ece0
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M ckanext/datastore/logic/action.py
    M ckanext/datastore/tests/test_delete.py

  Log Message:
  -----------
  [#2885] Fix datastore_delete erasing the db when filters is blank

Orignally submitted by @TkTech:

https://github.com/ckan/ckan/pull/2885


  Commit: 0e524b1abd0adbe7e2cf8536f3dc7ad09d60e1bb
      https://github.com/ckan/ckan/commit/0e524b1abd0adbe7e2cf8536f3dc7ad09d60e1bb
  Author: Jan Dvořák <mordae at anilinux.org>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  datastore: Prevent unicode/ascii conversion errors

Some error messages were causing the errors due to format conversion
of unicode fields into str templates.

Signed-off-by: Jan Dvořák <mordae at anilinux.org>


  Commit: 41e3d33dd85d44fe14f7e793745ceb5a9b956137
      https://github.com/ckan/ckan/commit/41e3d33dd85d44fe14f7e793745ceb5a9b956137
  Author: Jan Dvořák <mordae at anilinux.org>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  datastore: use repr() for log message ascii-safety

Logging statements had a potential to crash on unicode inputs.
Make sure they are always escaped.

Signed-off-by: Jan Dvořák <mordae at anilinux.org>


  Commit: e760891b9fc511f2ad5b1bd9c9e6ddb22db2078c
      https://github.com/ckan/ckan/commit/e760891b9fc511f2ad5b1bd9c9e6ddb22db2078c
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M ckan/model/domain_object.py
    M ckan/new_tests/model/test_resource.py

  Log Message:
  -----------
  [#2919] Fix DomainObject.count() to return count


  Commit: 6bba2361f16711cb5eb5d8e48170466e8b1babe8
      https://github.com/ckan/ckan/commit/6bba2361f16711cb5eb5d8e48170466e8b1babe8
  Author: Motornyuk Sergey <tonnydexter at gmail.com>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

  Changed paths:
    M ckan/templates/package/snippets/resource_view.html

  Log Message:
  -----------
  [#2873] Use `resource.url` as raw_resource_url

`resource_view` template uses raw_resouce_url in order to create
download link if resource can't be displayed, but this variable is not
passed into snippet. To make that simpler, use resource.url property
for download button.

Conflicts:
	ckan/templates/package/snippets/resource_view.html


  Commit: 6470ccefbb7e7a28b1ac86e3c0047cf7fbc9c4f6
      https://github.com/ckan/ckan/commit/6470ccefbb7e7a28b1ac86e3c0047cf7fbc9c4f6
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update CHANGELOG before 2.3.4 release


  Commit: 99b186fd163cc57187898e0211ec4d16b22ce9e3
      https://github.com/ckan/ckan/commit/99b186fd163cc57187898e0211ec4d16b22ce9e3
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M ckan/i18n/is/LC_MESSAGES/ckan.mo
    M ckan/i18n/is/LC_MESSAGES/ckan.po
    M ckan/i18n/no/LC_MESSAGES/ckan.mo
    M ckan/i18n/no/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_PT/LC_MESSAGES/ckan.mo
    M ckan/i18n/pt_PT/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po

  Log Message:
  -----------
  Update translations


  Commit: d573d4200393aee61566ea56b3b10d6be244ae2d
      https://github.com/ckan/ckan/commit/d573d4200393aee61566ea56b3b10d6be244ae2d
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number for 2.3.4 release


  Commit: 29c9aa27f9f81ea8bf4fa3182894ba3552ed0523
      https://github.com/ckan/ckan/commit/29c9aa27f9f81ea8bf4fa3182894ba3552ed0523
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    A bin/postgres_init/1_create_ckan_db.sh
    A bin/postgres_init/2_create_ckan_datastore_db.sh
    A bin/solr_init/create_core.sh

  Log Message:
  -----------
  Add missing CircleCI files


Compare: https://github.com/ckan/ckan/compare/6065dcc3e7c8...29c9aa27f9f8


More information about the ckan-changes mailing list