[ckan-changes] [ckan/ckan] 6bbc36: Update version number for release 2.5.8b

GitHub noreply at github.com
Thu Apr 19 10:12:50 UTC 2018


  Branch: refs/heads/release-v2.5-latest
  Home:   https://github.com/ckan/ckan
  Commit: 6bbc360eef89ab7d8b90dd63e756ab4e3ac26114
      https://github.com/ckan/ckan/commit/6bbc360eef89ab7d8b90dd63e756ab4e3ac26114
  Author: amercader <amercadero at gmail.com>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M ckan/__init__.py

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


  Commit: 7314bc7c107857348f5cd95ae51d855d3499a255
      https://github.com/ckan/ckan/commit/7314bc7c107857348f5cd95ae51d855d3499a255
  Author: Declan Dunne <d.dunne at ucc.ie>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/templates/snippets/language_selector.html

  Log Message:
  -----------
  Fix language switcher in CKAN webpages


  Commit: 54f3b0f4279a4dc80725b5508f638b492e0eefe4
      https://github.com/ckan/ckan/commit/54f3b0f4279a4dc80725b5508f638b492e0eefe4
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/lib/formatters.py
    M ckan/model/activity.py

  Log Message:
  -----------
  Issue #147 - Activity Time stored in UTC

bcgov/ckanext-bcgov#147 ckan/ckan#2882 ckan/ckan#2970

The Activity model now stores its timestamp in utc

In Formatters, localized_nice_date, removed the datetime replace method
calls with actually ensuring the comparing timestamps have a timezone
specified

fixing typo


  Commit: f2eca95a5736b0058c9f188c535dffc9f3228808
      https://github.com/ckan/ckan/commit/f2eca95a5736b0058c9f188c535dffc9f3228808
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    A ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Adding migration script to adjust current activity timestamps to utc


  Commit: 59af91e0a611ac0a5da755de07beb127b8303ebc
      https://github.com/ckan/ckan/commit/59af91e0a611ac0a5da755de07beb127b8303ebc
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Using only sql statement, removed python and logging


  Commit: ae94c29e0ded0255f79aa6a12ddad1899e3f0827
      https://github.com/ckan/ckan/commit/ae94c29e0ded0255f79aa6a12ddad1899e3f0827
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Fixed pep8 issues


  Commit: c9fd4db2f42e2c3bde4d283ac0c03265f084d99a
      https://github.com/ckan/ckan/commit/c9fd4db2f42e2c3bde4d283ac0c03265f084d99a
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/lib/formatters.py

  Log Message:
  -----------
  Need to use replace for naive timestamps


  Commit: 34d4a885b012795a063df5c7e54cbec971fd0875
      https://github.com/ckan/ckan/commit/34d4a885b012795a063df5c7e54cbec971fd0875
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Fixing another pep8 issue


  Commit: 97651704ed6effb9a11a6a238e027f762cd1cb2c
      https://github.com/ckan/ckan/commit/97651704ed6effb9a11a6a238e027f762cd1cb2c
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Prefixing strings for pep8


  Commit: 85fb49cb9ea36d956a78485c583902c2199ea941
      https://github.com/ckan/ckan/commit/85fb49cb9ea36d956a78485c583902c2199ea941
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    A ckan/migration/versions/083_dummy.py
    A ckan/migration/versions/084_dummy.py

  Log Message:
  -----------
  Add dummy migration scripts to keep continuity in version number


  Commit: d9b8b4b7f43669afa5de0c7e55f425097dbe6692
      https://github.com/ckan/ckan/commit/d9b8b4b7f43669afa5de0c7e55f425097dbe6692
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#3855] Change CORS header keys and values to string instead of unicode

Adapted from https://github.com/ckan/ckan/pull/3855


  Commit: 00ab360f2f52d3e1a8fcf19b28f7acccc16f83e7
      https://github.com/ckan/ckan/commit/00ab360f2f52d3e1a8fcf19b28f7acccc16f83e7
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#3898] Fix cors header when all origins are allowed

Adapted from https://github.com/ckan/ckan/pull/3898


  Commit: eda64f5b2d2e92649c31986a2cb05b9fd45126a7
      https://github.com/ckan/ckan/commit/eda64f5b2d2e92649c31986a2cb05b9fd45126a7
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Create datastore indexes only if they are not exist


  Commit: d79404daade1e557ce485d11426a932cd8d37437
      https://github.com/ckan/ckan/commit/d79404daade1e557ce485d11426a932cd8d37437
  Author: Ian Ward <ian at excess.org>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/controllers/api.py

  Log Message:
  -----------
  [#4022] use javascript content-type for jsonp responses


  Commit: 852419b1cccea45b8cae109e3a8560d25f7b7776
      https://github.com/ckan/ckan/commit/852419b1cccea45b8cae109e3a8560d25f7b7776
  Author: Ian Ward <ian at excess.org>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/tests/controllers/test_api.py

  Log Message:
  -----------
  [[#4022] add test for jsonp content type


  Commit: ace998d97bc5887d7af2f64266b239baf6e1372c
      https://github.com/ckan/ckan/commit/ace998d97bc5887d7af2f64266b239baf6e1372c
  Author: Alex Sadleir <alex.sadleir at digital.gov.au>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/lib/search/index.py
    M ckan/tests/lib/search/test_index.py

  Log Message:
  -----------
  Fix and test Solr index delete_package implementation


  Commit: f41a9ba50040aef45ebf759b5def703d64f6694a
      https://github.com/ckan/ckan/commit/f41a9ba50040aef45ebf759b5def703d64f6694a
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Add second half of DataStore set-permissions command

For source installs


  Commit: 449394494f56ea285703ee3046f8db9f14402c98
      https://github.com/ckan/ckan/commit/449394494f56ea285703ee3046f8db9f14402c98
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M ckan/tests/lib/search/test_index.py

  Log Message:
  -----------
  Change method on solr client (pysolr -> solrpy)


  Commit: 55e50b7d15fde5b80f53221e2d02bad30fe6ca32
      https://github.com/ckan/ckan/commit/55e50b7d15fde5b80f53221e2d02bad30fe6ca32
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M ckan/tests/lib/search/test_index.py

  Log Message:
  -----------
  Change attribute on solr client (pysolr -> solrpy)


  Commit: d63f10d5a8d8028bc9b20c9936ab611322c0ef32
      https://github.com/ckan/ckan/commit/d63f10d5a8d8028bc9b20c9936ab611322c0ef32
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  [#4081] Return a 403 if not authorized on the search page


  Commit: 6b56b4c6e02a74f9d4368af8b366adc404f82ee0
      https://github.com/ckan/ckan/commit/6b56b4c6e02a74f9d4368af8b366adc404f82ee0
  Author: Ryan Brooks <ryan at slatehorse.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M ckan/config/environment.py

  Log Message:
  -----------
  Add support for user/pass for Solr as ENV var


  Commit: 6551ccea3c805014483e24eda4d4ced6e27a548f
      https://github.com/ckan/ckan/commit/6551ccea3c805014483e24eda4d4ced6e27a548f
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M ckan/lib/search/query.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  Disallow solr local parameters


  Commit: 606384c6bac05db6be452d1e477d0a64524ebec3
      https://github.com/ckan/ckan/commit/606384c6bac05db6be452d1e477d0a64524ebec3
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
    M ckanext/textview/theme/public/text_view.js

  Log Message:
  -----------
  Improve text view rendering


  Commit: 3c3e4cf4d6e98c16b129c8e24f767c5129d4429a
      https://github.com/ckan/ckan/commit/3c3e4cf4d6e98c16b129c8e24f767c5129d4429a
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
    M ckan/lib/search/query.py

  Log Message:
  -----------
  Fix merge conflict


  Commit: 72fd68fd4dde6ca9fb13d9b51eb3e6ae32d3d82f
      https://github.com/ckan/ckan/commit/72fd68fd4dde6ca9fb13d9b51eb3e6ae32d3d82f
  Author: Yan <Yan>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  [#4094] Update Orgs/Groups logic for custom fields delete and update


  Commit: 6ca2964091781ed09dfea0cb90b6e6088c32eeb9
      https://github.com/ckan/ckan/commit/6ca2964091781ed09dfea0cb90b6e6088c32eeb9
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update CHANGELOG 2.5.8


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

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Updata version for 2.5.8


  Commit: 6145b0355577b03760847b3f3856fb6b70ccc2d7
      https://github.com/ckan/ckan/commit/6145b0355577b03760847b3f3856fb6b70ccc2d7
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/config/environment.py
    M ckan/controllers/api.py
    M ckan/controllers/package.py
    M ckan/lib/base.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/formatters.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    A ckan/migration/versions/083_dummy.py
    A ckan/migration/versions/084_dummy.py
    A ckan/migration/versions/085_adjust_activity_timestamps.py
    M ckan/model/activity.py
    M ckan/templates/snippets/language_selector.html
    M ckan/tests/controllers/test_api.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/logic/action/test_get.py
    M ckanext/datastore/db.py
    M ckanext/textview/theme/public/text_view.js
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Merge branch 'release-v2.5.8' into release-v2.5-latest


Compare: https://github.com/ckan/ckan/compare/5a033dc77e06...6145b0355577


More information about the ckan-changes mailing list